Skip to content

Commit

Permalink
feat: add jsx precompile skip element emit option
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Apr 19, 2024
1 parent 2aa6958 commit f80f78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub struct EmitConfigOptions {
pub jsx_factory: String,
pub jsx_fragment_factory: String,
pub jsx_import_source: Option<String>,
pub jsx_precompile_skip_elements: Option<Vec<String>>,
}

/// There are certain compiler options that can impact what modules are part of
Expand Down

0 comments on commit f80f78d

Please sign in to comment.