Skip to content

Commit

Permalink
feat: update swc_core to 10.0.0 (#430)
Browse files Browse the repository at this point in the history
Update swc_core to 10.0.0
  • Loading branch information
SevereCloud authored Jan 9, 2025
1 parent 003a752 commit 38a9c0d
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 33 deletions.
81 changes: 49 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
swc_cached = "1"
swc_core = { version = "9", features = ["ecma_plugin_transform"] }
swc_core = { version = "10", features = ["ecma_plugin_transform"] }

# .cargo/config defines few alias to build plugin.
# cargo build-wasip1 generates wasm-wasi32 binary
Expand Down

0 comments on commit 38a9c0d

Please sign in to comment.