Skip to content

Commit c42a337

Browse files
committed
chore: Publish crates with swc_core v16.10.0
1 parent 9c9b0ba commit c42a337

File tree

56 files changed

+104
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+104
-100
lines changed

.changeset/gorgeous-games-behave.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/light-rabbits-repair.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG-CORE.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@
55

66

77

8+
- **(es/minifier)** Merge alt's cons with cons ([#10256](https://github.com/swc-project/swc/issues/10256)) ([589bcd7](https://github.com/swc-project/swc/commit/589bcd70c4c3ad9f66ba2bbf5e4c46b82a5ddb68))
9+
10+
11+
- **(swc_core)** Expose features of `swc_parallel` ([#10258](https://github.com/swc-project/swc/issues/10258)) ([042f19f](https://github.com/swc-project/swc/commit/042f19ff66e56a28a8a7616049744498c1349bfb))
12+
13+
814
- **(ts/fast-strip)** Remove line numbers ([#10254](https://github.com/swc-project/swc/issues/10254)) ([40e216d](https://github.com/swc-project/swc/commit/40e216db82225a1b6cbd9bf2925a4fe7aab2c98e))
915

16+
### Performance
17+
18+
19+
20+
- **(es/minifier)** Merge `expr_simplifier` into pure optimizer ([#10202](https://github.com/swc-project/swc/issues/10202)) ([9c9b0ba](https://github.com/swc-project/swc/commit/9c9b0baaacf36083709dac2d18ba4db9482c70ed))
21+
1022
## [[email protected]] - 2025-03-23
1123

1224
### Bug Fixes
@@ -1850,18 +1862,12 @@
18501862
- **(es/typescript)** Handle enum in single statement ([#9532](https://github.com/swc-project/swc/issues/9532)) ([84b0043](https://github.com/swc-project/swc/commit/84b004387ba8f4135659e1d1f54e59bf1941a57a))
18511863

18521864

1853-
- **(es/typescrupt)** Fix ASI issue in fast ts strip ([#9332](https://github.com/swc-project/swc/issues/9332)) ([57146cf](https://github.com/swc-project/swc/commit/57146cf58acb43fb5fa526bfde206c4f147edc6d))
1854-
1855-
18561865
- **(html)** Fix html binding ([eefae1c](https://github.com/swc-project/swc/commit/eefae1cde794b28b68e5c0af2d2f13a5053b7a49))
18571866

18581867

18591868
- **(plugin)** Don't panic when ast byte not match ([#9562](https://github.com/swc-project/swc/issues/9562)) ([c36871a](https://github.com/swc-project/swc/commit/c36871a84826cc125c3c10a78ee2d7a435373154))
18601869

18611870

1862-
- **(swc_core)** Remove unused `preset_env` ([#9333](https://github.com/swc-project/swc/issues/9333)) ([75bc7bf](https://github.com/swc-project/swc/commit/75bc7bfb52f81050f863466ff595ece765ca4fcf))
1863-
1864-
18651871
- **(visit)** Fix regression ([#9404](https://github.com/swc-project/swc/issues/9404)) ([041a7b7](https://github.com/swc-project/swc/commit/041a7b7ff756fcdac9cc1d25f5ee82b355e73246))
18661872

18671873

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Features
5+
6+
7+
8+
- **(es/minifier)** Merge alt's cons with cons ([#10256](https://github.com/swc-project/swc/issues/10256)) ([589bcd7](https://github.com/swc-project/swc/commit/589bcd70c4c3ad9f66ba2bbf5e4c46b82a5ddb68))
9+
10+
11+
- **(swc_core)** Expose features of `swc_parallel` ([#10258](https://github.com/swc-project/swc/issues/10258)) ([042f19f](https://github.com/swc-project/swc/commit/042f19ff66e56a28a8a7616049744498c1349bfb))
12+
13+
### Performance
14+
15+
16+
17+
- **(es/minifier)** Merge `expr_simplifier` into pure optimizer ([#10202](https://github.com/swc-project/swc/issues/10202)) ([9c9b0ba](https://github.com/swc-project/swc/commit/9c9b0baaacf36083709dac2d18ba4db9482c70ed))
18+
219
## [1.11.12] - 2025-03-23
320

421
### Bug Fixes
@@ -1868,12 +1885,6 @@
18681885

18691886
- **(es/ast)** Accept any case of EsVersion during deserialization ([#9329](https://github.com/swc-project/swc/issues/9329)) ([56da6be](https://github.com/swc-project/swc/commit/56da6be0e9ff9701f4e0dd5e2972539843cde1cf))
18701887

1871-
1872-
- **(es/typescrupt)** Fix ASI issue in fast ts strip ([#9332](https://github.com/swc-project/swc/issues/9332)) ([57146cf](https://github.com/swc-project/swc/commit/57146cf58acb43fb5fa526bfde206c4f147edc6d))
1873-
1874-
1875-
- **(swc_core)** Remove unused `preset_env` ([#9333](https://github.com/swc-project/swc/issues/9333)) ([75bc7bf](https://github.com/swc-project/swc/commit/75bc7bfb52f81050f863466ff595ece765ca4fcf))
1876-
18771888
### Documentation
18781889

18791890

Cargo.lock

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

crates/binding_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ binding_wasm = [
3535
# Common deps for the SWC imports
3636
swc = { optional = true, version = "16.1.1", path = "../swc" }
3737
swc_common = { optional = true, version = "8.0.1", path = "../swc_common" }
38-
swc_ecma_ast = { optional = true, version = "8.0.2", path = "../swc_ecma_ast" }
38+
swc_ecma_ast = { optional = true, version = "8.1.0", path = "../swc_ecma_ast" }
3939
swc_ecma_transforms = { optional = true, version = "14.0.0", path = "../swc_ecma_transforms" }
4040
swc_ecma_visit = { optional = true, version = "8.0.0", path = "../swc_ecma_visit" }
4141

crates/dbg-swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ swc_common = { version = "8.0.1", features = [
3131
"concurrent",
3232
"tty-emitter",
3333
], path = "../swc_common" }
34-
swc_ecma_ast = { version = "8.0.2", path = "../swc_ecma_ast" }
34+
swc_ecma_ast = { version = "8.1.0", path = "../swc_ecma_ast" }
3535
swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" }
36-
swc_ecma_minifier = { version = "12.3.0", path = "../swc_ecma_minifier", features = [
36+
swc_ecma_minifier = { version = "12.4.0", path = "../swc_ecma_minifier", features = [
3737
"concurrent",
3838
] }
3939
swc_ecma_parser = { version = "10.0.2", path = "../swc_ecma_parser" }

crates/jsdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ swc_common = { version = "8.0.1", path = "../swc_common" }
2626
anyhow = { workspace = true }
2727
dashmap = { workspace = true }
2828

29-
swc_ecma_ast = { version = "8.0.2", path = "../swc_ecma_ast" }
29+
swc_ecma_ast = { version = "8.1.0", path = "../swc_ecma_ast" }
3030
swc_ecma_parser = { version = "10.0.2", path = "../swc_ecma_parser" }
3131
testing = { version = "8.0.0", path = "../testing" }

crates/swc/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ swc_common = { version = "8.0.1", path = "../swc_common", features = [
7777
] }
7878
swc_compiler_base = { version = "13.0.1", path = "../swc_compiler_base" }
7979
swc_config = { version = "2.0.0", path = "../swc_config" }
80-
swc_ecma_ast = { version = "8.0.2", path = "../swc_ecma_ast" }
80+
swc_ecma_ast = { version = "8.1.0", path = "../swc_ecma_ast" }
8181
swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" }
8282
swc_ecma_ext_transforms = { version = "11.0.0", path = "../swc_ecma_ext_transforms" }
8383
swc_ecma_lints = { version = "11.0.1", path = "../swc_ecma_lints" }
@@ -86,7 +86,7 @@ swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [
8686
"node",
8787
"tsc",
8888
] }
89-
swc_ecma_minifier = { version = "12.3.0", path = "../swc_ecma_minifier" }
89+
swc_ecma_minifier = { version = "12.4.0", path = "../swc_ecma_minifier" }
9090
swc_ecma_parser = { version = "10.0.2", path = "../swc_ecma_parser" }
9191
swc_ecma_preset_env = { version = "14.0.0", path = "../swc_ecma_preset_env" }
9292
swc_ecma_transforms = { version = "14.0.0", path = "../swc_ecma_transforms", features = [
@@ -99,7 +99,7 @@ swc_ecma_transforms = { version = "14.0.0", path = "../swc_ecma_transforms", fea
9999
] }
100100
swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" }
101101
swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat" }
102-
swc_ecma_transforms_optimization = { version = "11.0.2", path = "../swc_ecma_transforms_optimization" }
102+
swc_ecma_transforms_optimization = { version = "11.1.0", path = "../swc_ecma_transforms_optimization" }
103103
swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" }
104104
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
105105
swc_error_reporters = { version = "9.1.1", path = "../swc_error_reporters" }
@@ -138,7 +138,7 @@ walkdir = { workspace = true }
138138

139139

140140
codspeed-criterion-compat = { workspace = true }
141-
swc_ecma_ast = { version = "8.0.2", path = "../swc_ecma_ast", features = [
141+
swc_ecma_ast = { version = "8.1.0", path = "../swc_ecma_ast", features = [
142142
"serde-impl",
143143
] }
144144
swc_ecma_lints = { version = "11.0.1", path = "../swc_ecma_lints", features = [

crates/swc_bundler/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ tracing = { workspace = true }
4040

4141
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
4242
swc_common = { version = "8.0.1", path = "../swc_common" }
43-
swc_ecma_ast = { version = "8.0.2", path = "../swc_ecma_ast" }
43+
swc_ecma_ast = { version = "8.1.0", path = "../swc_ecma_ast" }
4444
swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" }
4545
swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader" }
4646
swc_ecma_parser = { version = "10.0.2", path = "../swc_ecma_parser" }
4747
swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" }
48-
swc_ecma_transforms_optimization = { version = "11.0.2", path = "../swc_ecma_transforms_optimization" }
48+
swc_ecma_transforms_optimization = { version = "11.1.0", path = "../swc_ecma_transforms_optimization" }
4949
swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" }
5050
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
5151
swc_fast_graph = { version = "9.0.0", path = "../swc_fast_graph/" }
@@ -64,7 +64,7 @@ swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [
6464
"node",
6565
"cache",
6666
] }
67-
swc_ecma_minifier = { version = "12.3.0", path = "../swc_ecma_minifier", features = [
67+
swc_ecma_minifier = { version = "12.4.0", path = "../swc_ecma_minifier", features = [
6868
"concurrent",
6969
] }
7070
swc_ecma_transforms_proposal = { version = "11.0.2", path = "../swc_ecma_transforms_proposal" }

0 commit comments

Comments
 (0)