Skip to content

Commit ea311ed

Browse files
committed
chore: Publish crates with swc_core v26.4.4
1 parent 2a2b284 commit ea311ed

File tree

85 files changed

+134
-140
lines changed

Some content is hidden

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

85 files changed

+134
-140
lines changed

.changeset/big-otters-crash.md

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

.changeset/twenty-nails-sniff.md

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

CHANGELOG-CORE.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55

66

77

8+
- **(es/fixer)** Fix a bug with awaited arrow fn expression ([#10555](https://github.com/swc-project/swc/issues/10555)) ([9dfdfa6](https://github.com/swc-project/swc/commit/9dfdfa62d3603586ff4279daf4e66443c024cdd6))
9+
10+
11+
- **(swc_common)** Revert skip condition patch ([#10564](https://github.com/swc-project/swc/issues/10564)) ([2a2b284](https://github.com/swc-project/swc/commit/2a2b284f2522ee1bb04033a4aa787b853617823f))
12+
13+
## [swc_core@v26.4.3] - 2025-06-04
14+
15+
### Bug Fixes
16+
17+
18+
819
- **(swc_common)** Fix skip condition for sourcemap, really ([#10563](https://github.com/swc-project/swc/issues/10563)) ([14feedb](https://github.com/swc-project/swc/commit/14feedb55286bbd811b4dfba26501bd1127067fe))
920

1021
## [swc_core@v26.4.2] - 2025-06-04
@@ -2481,9 +2492,6 @@
24812492
- **(es/compat)** Skip `getter` and `setter` as FlowHelper `function` do ([#9580](https://github.com/swc-project/swc/issues/9580)) ([14cfd70](https://github.com/swc-project/swc/commit/14cfd70ee00938497ce6b59f68332f9daa17378b))
24822493

24832494

2484-
- **(es/decorator)** Add support for private access expressions in legacy decorators ([#9535](https://github.com/swc-project/swc/issues/9535)) ([62ed065](https://github.com/swc-project/swc/commit/62ed0655e6d9be2f4a5c641a969b41b8c0e7f75a))
2485-
2486-
24872495
- **(es/isolated-dts)** Preserve comments ([#9572](https://github.com/swc-project/swc/issues/9572)) ([6d15d9c](https://github.com/swc-project/swc/commit/6d15d9c2eb4397b15908cda38f2e44e02d81ebc1))
24882496

24892497

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- **(es/codegen)** Improve comments handling ([#10534](https://github.com/swc-project/swc/issues/10534)) ([d9ba838](https://github.com/swc-project/swc/commit/d9ba838df9b88d6c4108bc21dd9d6eebd406aacd))
99

1010

11+
- **(es/fixer)** Fix a bug with awaited arrow fn expression ([#10555](https://github.com/swc-project/swc/issues/10555)) ([9dfdfa6](https://github.com/swc-project/swc/commit/9dfdfa62d3603586ff4279daf4e66443c024cdd6))
12+
13+
1114
- **(es/minifier)** Fix missing variable ([#10478](https://github.com/swc-project/swc/issues/10478)) ([6de3ef6](https://github.com/swc-project/swc/commit/6de3ef65bc599679020de13a3085824f06e047a7))
1215

1316

@@ -41,6 +44,9 @@
4144
- **(swc_common)** Fix skip condition for sourcemap, really ([#10563](https://github.com/swc-project/swc/issues/10563)) ([14feedb](https://github.com/swc-project/swc/commit/14feedb55286bbd811b4dfba26501bd1127067fe))
4245

4346

47+
- **(swc_common)** Revert skip condition patch ([#10564](https://github.com/swc-project/swc/issues/10564)) ([2a2b284](https://github.com/swc-project/swc/commit/2a2b284f2522ee1bb04033a4aa787b853617823f))
48+
49+
4450
- **(ts/fast-dts)** Correctly emit Symbol-keyed accessors in declarations ([#10508](https://github.com/swc-project/swc/issues/10508)) ([1298e76](https://github.com/swc-project/swc/commit/1298e767e78d69ba02efb1cb3260266b5a2812c2))
4551

4652

@@ -2087,12 +2093,4 @@
20872093

20882094
- **(bindings/node)** Fix type definition ([64ec111](https://github.com/swc-project/swc/commit/64ec1117697029895284e248d79698f802cf1aa8))
20892095

2090-
## [1.7.24] - 2024-09-08
2091-
2092-
### Bug Fixes
2093-
2094-
2095-
2096-
- **(es/decorator)** Add support for private access expressions in legacy decorators ([#9535](https://github.com/swc-project/swc/issues/9535)) ([62ed065](https://github.com/swc-project/swc/commit/62ed0655e6d9be2f4a5c641a969b41b8c0e7f75a))
2097-
20982096
<!-- 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/binding_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ binding_wasm = [
3434
[dependencies]
3535
# Common deps for the SWC imports
3636
swc = { optional = true, version = "25.0.0", path = "../swc" }
37-
swc_common = { optional = true, version = "11.1.2", path = "../swc_common" }
37+
swc_common = { optional = true, version = "11.1.3", path = "../swc_common" }
3838
swc_ecma_ast = { optional = true, version = "11.0.0", path = "../swc_ecma_ast" }
3939
swc_ecma_transforms = { optional = true, version = "19.0.0", path = "../swc_ecma_transforms" }
4040
swc_ecma_visit = { optional = true, version = "11.0.0", path = "../swc_ecma_visit" }

crates/dbg-swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tracing-subscriber = { workspace = true, features = ["fmt", "env-filter"] }
2727
url = { workspace = true }
2828

2929
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
30-
swc_common = { version = "11.1.2", features = [
30+
swc_common = { version = "11.1.3", features = [
3131
"concurrent",
3232
"tty-emitter",
3333
], path = "../swc_common" }
@@ -37,7 +37,7 @@ swc_ecma_minifier = { version = "20.0.5", path = "../swc_ecma_minifier", feature
3737
"concurrent",
3838
] }
3939
swc_ecma_parser = { version = "14.0.2", path = "../swc_ecma_parser" }
40-
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
40+
swc_ecma_transforms_base = { version = "15.1.1", path = "../swc_ecma_transforms_base" }
4141
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }
4242
swc_error_reporters = { version = "13.0.0", path = "../swc_error_reporters" }
4343
swc_timer = { version = "1.0.0", path = "../swc_timer" }

crates/jsdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nom = { workspace = true }
2020
serde = { workspace = true, features = ["derive"], optional = true }
2121

2222
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
23-
swc_common = { version = "11.1.2", path = "../swc_common" }
23+
swc_common = { version = "11.1.3", path = "../swc_common" }
2424

2525
[dev-dependencies]
2626
anyhow = { workspace = true }

crates/swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ url = { workspace = true }
7373

7474

7575
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
76-
swc_common = { version = "11.1.2", path = "../swc_common", features = [
76+
swc_common = { version = "11.1.3", path = "../swc_common", features = [
7777
"sourcemap",
7878
"parking_lot",
7979
] }
@@ -99,7 +99,7 @@ swc_ecma_transforms = { version = "19.0.0", path = "../swc_ecma_transforms", fea
9999
"react",
100100
"typescript",
101101
] }
102-
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
102+
swc_ecma_transforms_base = { version = "15.1.1", path = "../swc_ecma_transforms_base" }
103103
swc_ecma_transforms_compat = { version = "17.0.0", path = "../swc_ecma_transforms_compat" }
104104
swc_ecma_transforms_optimization = { version = "16.0.0", path = "../swc_ecma_transforms_optimization" }
105105
swc_ecma_utils = { version = "15.0.2", path = "../swc_ecma_utils" }

crates/swc_bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ rustc-hash = { workspace = true }
3939
tracing = { workspace = true }
4040

4141
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
42-
swc_common = { version = "11.1.2", path = "../swc_common" }
42+
swc_common = { version = "11.1.3", path = "../swc_common" }
4343
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
4444
swc_ecma_codegen = { version = "13.2.0", path = "../swc_ecma_codegen" }
4545
swc_ecma_loader = { version = "11.0.0", path = "../swc_ecma_loader" }
4646
swc_ecma_parser = { version = "14.0.2", path = "../swc_ecma_parser" }
47-
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
47+
swc_ecma_transforms_base = { version = "15.1.1", path = "../swc_ecma_transforms_base" }
4848
swc_ecma_transforms_optimization = { version = "16.0.0", path = "../swc_ecma_transforms_optimization" }
4949
swc_ecma_utils = { version = "15.0.2", path = "../swc_ecma_utils" }
5050
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }

0 commit comments

Comments
 (0)