Skip to content

Commit

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

Update `swc_core` to `v0.93.4`.

### Why?

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

### How?
  • Loading branch information
kdy1 committed Jun 13, 2024
1 parent 7c97f56 commit 36192ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -30,7 +30,7 @@ next-core = { path = "packages/next-swc/crates/next-core" }
next-custom-transforms = { path = "packages/next-swc/crates/next-custom-transforms" }

# SWC crates
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 36192ea

Please sign in to comment.