Skip to content

Commit b0ab736

Browse files
committed
chore: Publish crates with swc_core v48.0.4
1 parent a4c84ea commit b0ab736

File tree

36 files changed

+70
-70
lines changed

36 files changed

+70
-70
lines changed

.changeset/rotten-bikes-hug.md

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

CHANGELOG-CORE.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(es/fixer)** Preserve parens around IFFE in binary expressions within sequences ([#11324](https://github.com/swc-project/swc/issues/11324)) ([a4c84ea](https://github.com/swc-project/swc/commit/a4c84ea7807839a87300d2e931b6a457f248b33a))
9+
10+
## [[email protected]] - 2025-11-21
11+
12+
### Performance
13+
14+
15+
16+
- **(es/parser)** Optimize `byte_search!` ([#11323](https://github.com/swc-project/swc/issues/11323)) ([67f67c1](https://github.com/swc-project/swc/commit/67f67c1dcb45203601d96d4e7a77cb4c16e82d79))
17+
218
## [[email protected]] - 2025-11-20
319

420
### Bug Fixes
@@ -2505,24 +2521,12 @@
25052521

25062522

25072523

2508-
- **(cli)** Fix plugin target as `wasm32-wasip1` ([#10293](https://github.com/swc-project/swc/issues/10293)) ([7daf4f4](https://github.com/swc-project/swc/commit/7daf4f4b62f77f97f39eb1fbe97e947948cdb0ad))
2509-
2510-
25112524
- **(es/analysis)** Support comments ([#10299](https://github.com/swc-project/swc/issues/10299)) ([2919d16](https://github.com/swc-project/swc/commit/2919d1688a880e1fa4c6b1e6595e5aacb9167754))
25122525

25132526
### Features
25142527

25152528

25162529

2517-
- **(es)** Add Rust plugin host part for analysis API ([#10285](https://github.com/swc-project/swc/issues/10285)) ([d213a84](https://github.com/swc-project/swc/commit/d213a840e027abd49c70de712abc7bf5fc41be71))
2518-
2519-
25202530
- **(es)** Add analysis API and refactor output API ([#10288](https://github.com/swc-project/swc/issues/10288)) ([a53c60d](https://github.com/swc-project/swc/commit/a53c60db18bd90539f3449348cbb166f32f46223))
25212531

2522-
2523-
- **(es/minifier)** Optimize code generated by optional chaining ([#10292](https://github.com/swc-project/swc/issues/10292)) ([0d88041](https://github.com/swc-project/swc/commit/0d880412dfeeef25fd1978e3c05b8f7e23bd780d))
2524-
2525-
2526-
- **(es/minifier)** Support `reduce_escaped_newline` ([#10232](https://github.com/swc-project/swc/issues/10232)) ([64fb286](https://github.com/swc-project/swc/commit/64fb2864b11e5e615b6201dc70ece082fa975742))
2527-
25282532
<!-- 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/fixer)** Preserve parens around IFFE in binary expressions within sequences ([#11324](https://github.com/swc-project/swc/issues/11324)) ([a4c84ea](https://github.com/swc-project/swc/commit/a4c84ea7807839a87300d2e931b6a457f248b33a))
9+
10+
### Performance
11+
12+
13+
14+
- **(es/parser)** Optimize `byte_search!` ([#11323](https://github.com/swc-project/swc/issues/11323)) ([67f67c1](https://github.com/swc-project/swc/commit/67f67c1dcb45203601d96d4e7a77cb4c16e82d79))
15+
216
## [1.15.3] - 2025-11-20
317

418
### Bug Fixes
@@ -1932,27 +1946,15 @@
19321946
- **(bindings/node)** Fix build on platforms without plugin ([#10301](https://github.com/swc-project/swc/issues/10301)) ([3faae55](https://github.com/swc-project/swc/commit/3faae55a170664ff6d22824fe8dcb8cf1a110bec))
19331947

19341948

1935-
- **(cli)** Fix plugin target as `wasm32-wasip1` ([#10293](https://github.com/swc-project/swc/issues/10293)) ([7daf4f4](https://github.com/swc-project/swc/commit/7daf4f4b62f77f97f39eb1fbe97e947948cdb0ad))
1936-
1937-
19381949
- **(es/analysis)** Support comments ([#10299](https://github.com/swc-project/swc/issues/10299)) ([2919d16](https://github.com/swc-project/swc/commit/2919d1688a880e1fa4c6b1e6595e5aacb9167754))
19391950

19401951
### Features
19411952

19421953

19431954

1944-
- **(es)** Add Rust plugin host part for analysis API ([#10285](https://github.com/swc-project/swc/issues/10285)) ([d213a84](https://github.com/swc-project/swc/commit/d213a840e027abd49c70de712abc7bf5fc41be71))
1945-
1946-
19471955
- **(es)** Add analysis API and refactor output API ([#10288](https://github.com/swc-project/swc/issues/10288)) ([a53c60d](https://github.com/swc-project/swc/commit/a53c60db18bd90539f3449348cbb166f32f46223))
19481956

19491957

1950-
- **(es/minifier)** Optimize code generated by optional chaining ([#10292](https://github.com/swc-project/swc/issues/10292)) ([0d88041](https://github.com/swc-project/swc/commit/0d880412dfeeef25fd1978e3c05b8f7e23bd780d))
1951-
1952-
1953-
- **(es/minifier)** Support `reduce_escaped_newline` ([#10232](https://github.com/swc-project/swc/issues/10232)) ([64fb286](https://github.com/swc-project/swc/commit/64fb2864b11e5e615b6201dc70ece082fa975742))
1954-
1955-
19561958
- **(ts/fast-strip)** Improve error message format ([#10298](https://github.com/swc-project/swc/issues/10298)) ([29c4afb](https://github.com/swc-project/swc/commit/29c4afb534d582f7411a2fa6be4f1416c517e83f))
19571959

19581960
### Miscellaneous Tasks

Cargo.lock

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ swc_ecma_minifier = { version = "36.0.4", path = "../swc_ecma_minifier", feature
3232
"concurrent",
3333
] }
3434
swc_ecma_parser = { version = "27.0.7", path = "../swc_ecma_parser" }
35-
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base" }
35+
swc_ecma_transforms_base = { version = "30.0.1", path = "../swc_ecma_transforms_base" }
3636
swc_ecma_visit = { version = "18.0.1", path = "../swc_ecma_visit" }
3737
swc_error_reporters = { version = "19.0.0", path = "../swc_error_reporters" }
3838
swc_timer = { version = "1.0.0", path = "../swc_timer" }

crates/swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ swc_ecma_transforms = { version = "39.0.0", path = "../swc_ecma_transforms", fea
108108
"react",
109109
"typescript",
110110
] }
111-
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base" }
111+
swc_ecma_transforms_base = { version = "30.0.1", path = "../swc_ecma_transforms_base" }
112112
swc_ecma_transforms_compat = { version = "35.0.0", path = "../swc_ecma_transforms_compat" }
113113
swc_ecma_transforms_optimization = { version = "32.0.0", path = "../swc_ecma_transforms_optimization" }
114114
swc_ecma_utils = { version = "24.0.0", path = "../swc_ecma_utils" }
@@ -152,7 +152,7 @@ swc_ecma_lints = { version = "25.0.0", path = "../swc_ecma_lints", features = [
152152
"non_critical_lints",
153153
] }
154154
swc_ecma_testing = { version = "18.0.0", path = "../swc_ecma_testing" }
155-
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base", features = [
155+
swc_ecma_transforms_base = { version = "30.0.1", path = "../swc_ecma_transforms_base", features = [
156156
"inline-helpers",
157157
] }
158158
swc_malloc = { version = "1.2.4", path = "../swc_malloc" }

crates/swc_bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader" }
4848
swc_ecma_parser = { version = "27.0.7", path = "../swc_ecma_parser", default-features = false, features = [
4949
"typescript",
5050
] }
51-
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base" }
51+
swc_ecma_transforms_base = { version = "30.0.1", path = "../swc_ecma_transforms_base" }
5252
swc_ecma_transforms_optimization = { version = "32.0.0", path = "../swc_ecma_transforms_optimization" }
5353
swc_ecma_utils = { version = "24.0.0", path = "../swc_ecma_utils" }
5454
swc_ecma_visit = { version = "18.0.1", path = "../swc_ecma_visit" }
@@ -70,7 +70,7 @@ swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader", features =
7070
swc_ecma_minifier = { version = "36.0.4", path = "../swc_ecma_minifier", features = [
7171
"concurrent",
7272
] }
73-
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base", features = [
73+
swc_ecma_transforms_base = { version = "30.0.1", path = "../swc_ecma_transforms_base", features = [
7474
"inline-helpers",
7575
] }
7676
swc_ecma_transforms_proposal = { version = "30.0.0", path = "../swc_ecma_transforms_proposal" }

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 = "48.0.3", features = [
41+
swc_core = { version = "48.0.4", features = [
4242
"trace_macro",
4343
"common_concurrent",
4444
"base_concurrent",

crates/swc_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "swc_core"
88
repository = { workspace = true }
9-
version = "48.0.3"
9+
version = "48.0.4"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -357,7 +357,7 @@ swc_ecma_parser = { optional = true, version = "27.0.7", path =
357357
swc_ecma_preset_env = { optional = true, version = "40.0.0", path = "../swc_ecma_preset_env" }
358358
swc_ecma_quote_macros = { optional = true, version = "27.0.1", path = "../swc_ecma_quote_macros" }
359359
swc_ecma_react_compiler = { optional = true, version = "11.0.0", path = "../swc_ecma_react_compiler" }
360-
swc_ecma_transforms_base = { optional = true, version = "30.0.0", path = "../swc_ecma_transforms_base" }
360+
swc_ecma_transforms_base = { optional = true, version = "30.0.1", path = "../swc_ecma_transforms_base" }
361361
swc_ecma_transforms_compat = { optional = true, version = "35.0.0", path = "../swc_ecma_transforms_compat" }
362362
swc_ecma_transforms_module = { optional = true, version = "33.0.0", path = "../swc_ecma_transforms_module" }
363363
swc_ecma_transforms_optimization = { optional = true, version = "32.0.0", path = "../swc_ecma_transforms_optimization" }

crates/swc_ecma_compat_bugfixes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ swc_atoms = { version = "9.0.0", path = "../swc_atoms" }
1818
swc_common = { version = "17.0.1", path = "../swc_common" }
1919
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
2020
swc_ecma_compat_es2015 = { version = "34.0.0", path = "../swc_ecma_compat_es2015" }
21-
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base" }
21+
swc_ecma_transforms_base = { version = "30.0.1", path = "../swc_ecma_transforms_base" }
2222
swc_ecma_utils = { version = "24.0.0", path = "../swc_ecma_utils" }
2323
swc_ecma_visit = { version = "18.0.1", path = "../swc_ecma_visit" }
2424
swc_trace_macro = { version = "2.0.2", path = "../swc_trace_macro" }

0 commit comments

Comments
 (0)