Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c136b91

Browse files
authoredApr 14, 2025··
chore(deps): update rust crate swc_ecma_parser to v11
1 parent bd79d48 commit c136b91

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed
 

‎Cargo.lock

+23-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ doctest = false
2929
[dependencies]
3030
oxc = "0.61.2"
3131

32-
swc_ecma_parser = { version = "10.0.2", features = ["typescript"] }
32+
swc_ecma_parser = { version = "11.1.1", features = ["typescript"] }
3333
swc_ecma_ast = "8.0.2"
3434

3535
biome_js_parser = "0.5.7"

0 commit comments

Comments
 (0)
Please sign in to comment.