Skip to content

Commit

Permalink
chore: upgrade swc_ecmascript (#10959)
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Jun 14, 2021
1 parent 1246a43 commit f4728e2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
38 changes: 34 additions & 4 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ shell-escape = "0.1.5"
sourcemap = "6.0.1"
swc_bundler = "0.37.4"
swc_common = { version = "0.10.20", features = ["sourcemap"] }
swc_ecmascript = { version = "0.36.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
swc_ecmascript = { version = "0.36.3", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
tempfile = "3.2.0"
termcolor = "1.1.2"
text-size = "1.1.0"
Expand Down

0 comments on commit f4728e2

Please sign in to comment.