Skip to content

Commit 1073a25

Browse files
committed
u
1 parent 17558cd commit 1073a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub mod oxc {
1818
let mut program = ret.program;
1919
let transform_options = TransformOptions {
2020
typescript: TypeScriptOptions::default(),
21-
react: JsxOptions::default(),
21+
jsx: JsxOptions::default(),
2222
..TransformOptions::default()
2323
};
2424
let (symbols, scopes) = SemanticBuilder::new()

0 commit comments

Comments
 (0)