Skip to content

Commit

Permalink
Upgrade swc crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Apr 24, 2021
1 parent 046bbe0 commit 5d1915e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
20 changes: 10 additions & 10 deletions compiler/Cargo.lock

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

9 changes: 5 additions & 4 deletions compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ url = "2.2.1"

# swc
# docs: https://swc.rs
# crate: https://crates.io/search?q=swc
swc_atoms = "0.2.6"
swc_common = { version = "0.10.16", features = ["sourcemap"] }
swc_ecmascript = { version = "0.31.2", features = ["codegen", "parser", "react", "transforms", "visit"] }
swc_ecma_transforms_proposal = "0.13.3"
swc_common = { version = "0.10.17", features = ["sourcemap"] }
swc_ecmascript = { version = "0.31.3", features = ["codegen", "parser", "react", "transforms", "visit"] }
swc_ecma_transforms_proposal = "0.13.4"
swc_ecma_transforms_typescript = "0.14.4"
swc_ecma_ast = "0.43.1"
swc_ecma_visit = "0.29.1"
swc_ecma_utils = "0.34.1"
swc_ecma_utils = "0.34.2"

# wasm-bindgen
# docs: https://rustwasm.github.io/docs/wasm-bindgen
Expand Down

0 comments on commit 5d1915e

Please sign in to comment.