Skip to content

Commit

Permalink
build: Update swc_core to v0.93.4 (#8447)
Browse files Browse the repository at this point in the history
### Description

Update `swc_core` to `v0.93.4`.

To apply swc-project/swc#9036 and swc-project/swc#9037. Those PR makes parsing of some files 5x faster.


### Testing Instructions

See next.js counterpart: vercel/next.js#66781
  • Loading branch information
kdy1 committed Jun 13, 2024
1 parent 6e31aba commit da7508e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 @@ -114,7 +114,7 @@ mdxjs = "0.2.3"
modularize_imports = { version = "0.68.15" }
styled_components = { version = "0.96.16" }
styled_jsx = { version = "0.73.23" }
swc_core = { version = "0.93.2", features = [
swc_core = { version = "0.93.4", features = [
"ecma_loader_lru",
"ecma_loader_parking_lot",
] }
Expand Down

0 comments on commit da7508e

Please sign in to comment.