Skip to content

Commit 1ef15e7

Browse files
authored
build: Update swc_core to v16.6.2 (#77194)
### What? Applies swc-project/swc#10221 ### Why? To allow TypeScript nodes from the minifier.
1 parent 69776cc commit 1ef15e7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ turbopack-trace-utils = { path = "turbopack/crates/turbopack-trace-utils" }
296296
turbopack-wasm = { path = "turbopack/crates/turbopack-wasm" }
297297

298298
# SWC crates
299-
swc_core = { version = "16.6.0", features = [
299+
swc_core = { version = "16.6.2", features = [
300300
"ecma_loader_lru",
301301
"ecma_loader_parking_lot",
302302
] }

0 commit comments

Comments
 (0)