Skip to content

Commit 6140bfb

Browse files
committed
w
1 parent 6009e9c commit 6140bfb

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
@@ -25,7 +25,7 @@ pub mod oxc {
2525
.build(&program)
2626
.semantic
2727
.into_symbol_table_and_scope_tree();
28-
let ret = Transformer::new(&allocator, path, transform_options)
28+
let ret = Transformer::new(&allocator, path, &transform_options)
2929
.build_with_symbols_and_scopes(symbols, scopes, &mut program);
3030
assert!(ret.errors.is_empty());
3131
CodeGenerator::new().build(&program).code

0 commit comments

Comments
 (0)