Skip to content

Commit c11bca5

Browse files
committed
chore: Publish crates with swc_core v47.0.3
1 parent 541d252 commit c11bca5

File tree

42 files changed

+78
-89
lines changed

Some content is hidden

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

42 files changed

+78
-89
lines changed

.changeset/fluffy-cobras-agree.md

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

.changeset/pink-gifts-applaud.md

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

CHANGELOG-CORE.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(es/minifier)** Prevent array destructuring optimization in assignment contexts ([#11221](https://github.com/swc-project/swc/issues/11221)) ([99d8b0a](https://github.com/swc-project/swc/commit/99d8b0a6257bbc47bc75477a7e3b265c50ad44f5))
9+
10+
### Performance
11+
12+
13+
14+
- **(es/parser)** Optimize `skip_space` ([#11225](https://github.com/swc-project/swc/issues/11225)) ([541d252](https://github.com/swc-project/swc/commit/541d252b98298cf71b7d5b773f68a0b7ec4ef087))
15+
216
## [swc_core@v47.0.2] - 2025-11-04
317

418
### Performance
@@ -2494,25 +2508,10 @@
24942508

24952509
## [swc_core@v16.8.0] - 2025-03-20
24962510

2497-
### Bug Fixes
2498-
2499-
2500-
2501-
- **(es/minifier)** Make `inline_globals` noop by default ([#10231](https://github.com/swc-project/swc/issues/10231)) ([b192dc8](https://github.com/swc-project/swc/commit/b192dc82e6a84bd30f159fb12ca8a216f41e8efb))
2502-
25032511
### Features
25042512

25052513

25062514

2507-
- **(es/minifier)** Remove needless blocks ([#10234](https://github.com/swc-project/swc/issues/10234)) ([0817970](https://github.com/swc-project/swc/commit/08179702bfb1172d5764d8c5326bd00f4e04ba61))
2508-
2509-
25102515
- **(swc_parallel)** Introduce `rayon` mode ([#10237](https://github.com/swc-project/swc/issues/10237)) ([3c2213c](https://github.com/swc-project/swc/commit/3c2213c8299e889fb99ace0a53cf0b2152976bae))
25112516

2512-
### Performance
2513-
2514-
2515-
2516-
- **(es/minifier)** Merge `dead_branch_remover` into pure optimizer ([#10201](https://github.com/swc-project/swc/issues/10201)) ([6841523](https://github.com/swc-project/swc/commit/6841523977d072f3bed361fbb7a47910b41bbcd9))
2517-
25182517
<!-- generated by git-cliff -->

CHANGELOG.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(es/minifier)** Prevent array destructuring optimization in assignment contexts ([#11221](https://github.com/swc-project/swc/issues/11221)) ([99d8b0a](https://github.com/swc-project/swc/commit/99d8b0a6257bbc47bc75477a7e3b265c50ad44f5))
9+
10+
### Performance
11+
12+
13+
14+
- **(es/parser)** Optimize `skip_space` ([#11225](https://github.com/swc-project/swc/issues/11225)) ([541d252](https://github.com/swc-project/swc/commit/541d252b98298cf71b7d5b773f68a0b7ec4ef087))
15+
216
## [1.15.0] - 2025-11-04
317

418
### Bug Fixes
@@ -1930,9 +1944,6 @@
19301944

19311945

19321946

1933-
- **(es/minifier)** Make `inline_globals` noop by default ([#10231](https://github.com/swc-project/swc/issues/10231)) ([b192dc8](https://github.com/swc-project/swc/commit/b192dc82e6a84bd30f159fb12ca8a216f41e8efb))
1934-
1935-
19361947
- **(es/minifier)** Fix access to `GLOBALS` in char freq compute ([#10239](https://github.com/swc-project/swc/issues/10239)) ([6286663](https://github.com/swc-project/swc/commit/628666386877067c96c32f50b55cda80acde979e))
19371948

19381949

@@ -1948,9 +1959,6 @@
19481959

19491960

19501961

1951-
- **(es/minifier)** Remove needless blocks ([#10234](https://github.com/swc-project/swc/issues/10234)) ([0817970](https://github.com/swc-project/swc/commit/08179702bfb1172d5764d8c5326bd00f4e04ba61))
1952-
1953-
19541962
- **(swc_parallel)** Introduce `rayon` mode ([#10237](https://github.com/swc-project/swc/issues/10237)) ([3c2213c](https://github.com/swc-project/swc/commit/3c2213c8299e889fb99ace0a53cf0b2152976bae))
19551963

19561964

@@ -1962,10 +1970,4 @@
19621970

19631971
- **(ts/fast-strip)** Remove line numbers ([#10254](https://github.com/swc-project/swc/issues/10254)) ([40e216d](https://github.com/swc-project/swc/commit/40e216db82225a1b6cbd9bf2925a4fe7aab2c98e))
19641972

1965-
### Performance
1966-
1967-
1968-
1969-
- **(es/minifier)** Merge `dead_branch_remover` into pure optimizer ([#10201](https://github.com/swc-project/swc/issues/10201)) ([6841523](https://github.com/swc-project/swc/commit/6841523977d072f3bed361fbb7a47910b41bbcd9))
1970-
19711973
<!-- generated by git-cliff -->

Cargo.lock

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

crates/dbg-swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ swc_common = { version = "17.0.0", features = [
2828
], path = "../swc_common" }
2929
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
3030
swc_ecma_codegen = { version = "20.0.0", path = "../swc_ecma_codegen" }
31-
swc_ecma_minifier = { version = "36.0.0", path = "../swc_ecma_minifier", features = [
31+
swc_ecma_minifier = { version = "36.0.1", path = "../swc_ecma_minifier", features = [
3232
"concurrent",
3333
] }
34-
swc_ecma_parser = { version = "27.0.1", path = "../swc_ecma_parser" }
34+
swc_ecma_parser = { version = "27.0.2", path = "../swc_ecma_parser" }
3535
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base" }
3636
swc_ecma_visit = { version = "18.0.0", path = "../swc_ecma_visit" }
3737
swc_error_reporters = { version = "19.0.0", path = "../swc_error_reporters" }

crates/jsdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ swc_common = { version = "17.0.0", path = "../swc_common" }
3030

3131
[dev-dependencies]
3232
dashmap = { workspace = true }
33-
swc_ecma_parser = { version = "27.0.1", path = "../swc_ecma_parser" }
33+
swc_ecma_parser = { version = "27.0.2", path = "../swc_ecma_parser" }
3434
testing = { version = "18.0.0", path = "../testing" }

crates/swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader", features =
9595
"node",
9696
"tsc",
9797
] }
98-
swc_ecma_minifier = { version = "36.0.0", path = "../swc_ecma_minifier" }
99-
swc_ecma_parser = { version = "27.0.1", path = "../swc_ecma_parser", default-features = false, features = [
98+
swc_ecma_minifier = { version = "36.0.1", path = "../swc_ecma_minifier" }
99+
swc_ecma_parser = { version = "27.0.2", path = "../swc_ecma_parser", default-features = false, features = [
100100
"typescript",
101101
] }
102102
swc_ecma_preset_env = { version = "39.0.0", path = "../swc_ecma_preset_env" }

crates/swc_bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ swc_common = { version = "17.0.0", path = "../swc_common" }
4545
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
4646
swc_ecma_codegen = { version = "20.0.0", path = "../swc_ecma_codegen" }
4747
swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader" }
48-
swc_ecma_parser = { version = "27.0.1", path = "../swc_ecma_parser", default-features = false, features = [
48+
swc_ecma_parser = { version = "27.0.2", path = "../swc_ecma_parser", default-features = false, features = [
4949
"typescript",
5050
] }
5151
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base" }
@@ -67,7 +67,7 @@ swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader", features =
6767
"node",
6868
"cache",
6969
] }
70-
swc_ecma_minifier = { version = "36.0.0", path = "../swc_ecma_minifier", features = [
70+
swc_ecma_minifier = { version = "36.0.1", path = "../swc_ecma_minifier", features = [
7171
"concurrent",
7272
] }
7373
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base", features = [

crates/swc_cli_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tracing-chrome = { workspace = true }
3838
tracing-subscriber = { workspace = true, features = ["env-filter"] }
3939
walkdir = { workspace = true }
4040

41-
swc_core = { version = "47.0.2", features = [
41+
swc_core = { version = "47.0.3", features = [
4242
"trace_macro",
4343
"common_concurrent",
4444
"base_concurrent",

0 commit comments

Comments
 (0)