Skip to content

Commit 7866908

Browse files
chore(deps): update rust crate oxc to 0.36.0 (#101)
* chore(deps): update rust crate oxc to 0.36.0 * w --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Boshen <[email protected]>
1 parent e1fb5cc commit 7866908

File tree

3 files changed

+44
-42
lines changed

3 files changed

+44
-42
lines changed

Cargo.lock

Lines changed: 42 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test = false
2121
doctest = false
2222

2323
[dependencies]
24-
oxc = { version = "0.35.0", features = ["transformer", "codegen", "semantic"] }
24+
oxc = { version = "0.36.0", features = ["transformer", "codegen", "semantic"] }
2525

2626
swc = "6.0.0"
2727
swc_common = "4.0.0"

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)