Skip to content

Commit c7a87bf

Browse files
authored
build: Update swc_core to v10.3.0 (#75018)
### What? Update SWC crates. - ChangeLog: swc-project/swc@[email protected][email protected] ### Why? To apply swc-project/swc#9890, which reduces lots of allocations while generating ES code. ### How?
1 parent 6090343 commit c7a87bf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ turbopack-trace-utils = { path = "turbopack/crates/turbopack-trace-utils" }
9191
turbopack-wasm = { path = "turbopack/crates/turbopack-wasm" }
9292

9393
# SWC crates
94-
swc_core = { version = "10.2.5", features = [
94+
swc_core = { version = "10.3.0", features = [
9595
"ecma_loader_lru",
9696
"ecma_loader_parking_lot",
9797
] }

0 commit comments

Comments
 (0)