We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6009e9c commit 6140bfbCopy full SHA for 6140bfb
src/lib.rs
@@ -25,7 +25,7 @@ pub mod oxc {
25
.build(&program)
26
.semantic
27
.into_symbol_table_and_scope_tree();
28
- let ret = Transformer::new(&allocator, path, transform_options)
+ let ret = Transformer::new(&allocator, path, &transform_options)
29
.build_with_symbols_and_scopes(symbols, scopes, &mut program);
30
assert!(ret.errors.is_empty());
31
CodeGenerator::new().build(&program).code
0 commit comments