Skip to content

Commit

Permalink
feat: update swc_core to 1.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Oct 14, 2024
1 parent 489d550 commit c35bbcf
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
128 changes: 64 additions & 64 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.109", features = [
swc_core = { version = "1", features = [
"ecma_plugin_transform",
"ecma_parser",
] }

ts-rs = "10"

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

0 comments on commit c35bbcf

Please sign in to comment.