Skip to content

Commit

Permalink
feat: update swc_core to 0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Aug 14, 2024
1 parent a5f53e2 commit ab0e2e3
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 42 deletions.
90 changes: 50 additions & 40 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ path-absolutize = { version = "3", features = ["use_unix_paths_on_wasm"] }

serde = "1"
serde_json = "1"
swc_core = { version = "0.99", features = [
swc_core = { version = "0.100", features = [
"ecma_plugin_transform",
"ecma_parser",
] }

ts-rs = "9"

[dev-dependencies]
testing = "0.38"
testing = "0.39"
# .cargo/config defines few alias to build plugin.
# cargo build-wasi generates wasm-wasi32 binary
# cargo build-wasm32 generates wasm32-unknown-unknown binary.

0 comments on commit ab0e2e3

Please sign in to comment.