Skip to content

Commit 9e372a5

Browse files
committed
chore: Publish crates with swc_core v26.0.1
1 parent de51be1 commit 9e372a5

File tree

35 files changed

+69
-60
lines changed

35 files changed

+69
-60
lines changed

.changeset/fair-ghosts-glow.md

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

.changeset/thick-kids-listen.md

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

CHANGELOG-CORE.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(ts/fast-dts)** Emit `readonly` for Object getter prop ([#10492](https://github.com/swc-project/swc/issues/10492)) ([6c03e20](https://github.com/swc-project/swc/commit/6c03e20a98b239572c29424165d6031207a7340d))
9+
10+
11+
- **(ts/fast-dts)** Align object getter/setter emit behavior with TypeScript ([#10502](https://github.com/swc-project/swc/issues/10502)) ([78c754e](https://github.com/swc-project/swc/commit/78c754e7a6057c07db077f2954a11d0eb7eb7276))
12+
13+
### Refactor
14+
15+
16+
17+
- **(ecma/transform)** Cleanup rename analyzer ([#10500](https://github.com/swc-project/swc/issues/10500)) ([de51be1](https://github.com/swc-project/swc/commit/de51be1a782af1f22c2ca5ab3ddc5fa187872281))
18+
19+
20+
- **(es/renamer)** Inline `get_unresolved` ([#10493](https://github.com/swc-project/swc/issues/10493)) ([0f5d9c1](https://github.com/swc-project/swc/commit/0f5d9c1ac780b8db83dcaf108aef499157b084c3))
21+
222
## [swc_core@v26.0.0] - 2025-05-20
323

424
### Bug Fixes
@@ -2321,9 +2341,6 @@
23212341
- **(es/parser)** Fix failure of TS instantiation followed by satisfies ([#9583](https://github.com/swc-project/swc/issues/9583)) ([77900d8](https://github.com/swc-project/swc/commit/77900d808e2a3be2e62b74022c88a81b26a73f86))
23222342

23232343

2324-
- **(es/typescript)** Correctly handle ESM context ([#9490](https://github.com/swc-project/swc/issues/9490)) ([fc0483c](https://github.com/swc-project/swc/commit/fc0483ce1becefde4d7736d52b7c1da9aaf77b9a))
2325-
2326-
23272344
- **(es/typescript)** Preserve more comments ([#9509](https://github.com/swc-project/swc/issues/9509)) ([3e253ec](https://github.com/swc-project/swc/commit/3e253ecc21f2028437572093b42df97ef5fe505e))
23282345

23292346

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737

3838
- **(es/renamer)** Fix (broken) identifier preserving API ([#10474](https://github.com/swc-project/swc/issues/10474)) ([06c64cf](https://github.com/swc-project/swc/commit/06c64cf9ed0e84891daf102f8756fcb1ee516527))
3939

40+
41+
- **(ts/fast-dts)** Emit `readonly` for Object getter prop ([#10492](https://github.com/swc-project/swc/issues/10492)) ([6c03e20](https://github.com/swc-project/swc/commit/6c03e20a98b239572c29424165d6031207a7340d))
42+
43+
44+
- **(ts/fast-dts)** Align object getter/setter emit behavior with TypeScript ([#10502](https://github.com/swc-project/swc/issues/10502)) ([78c754e](https://github.com/swc-project/swc/commit/78c754e7a6057c07db077f2954a11d0eb7eb7276))
45+
4046
### Features
4147

4248

@@ -110,6 +116,9 @@
110116
- **(common)** Remove unused methods ([#10469](https://github.com/swc-project/swc/issues/10469)) ([b77311a](https://github.com/swc-project/swc/commit/b77311adfc19fa41c2b316e37ef3832c9ffaede8))
111117

112118

119+
- **(ecma/transform)** Cleanup rename analyzer ([#10500](https://github.com/swc-project/swc/issues/10500)) ([de51be1](https://github.com/swc-project/swc/commit/de51be1a782af1f22c2ca5ab3ddc5fa187872281))
120+
121+
113122
- **(es)** Remove unused code ([#10460](https://github.com/swc-project/swc/issues/10460)) ([d344133](https://github.com/swc-project/swc/commit/d34413338b387e58c3ea998ca05f26bac81fbe6f))
114123

115124

@@ -131,6 +140,9 @@
131140
- **(es/parser)** Cleanup usage of `is!` and `bump!` ([#10490](https://github.com/swc-project/swc/issues/10490)) ([b695b68](https://github.com/swc-project/swc/commit/b695b6830e2e7a4d1922fa455d94fe4d912effa4))
132141

133142

143+
- **(es/renamer)** Inline `get_unresolved` ([#10493](https://github.com/swc-project/swc/issues/10493)) ([0f5d9c1](https://github.com/swc-project/swc/commit/0f5d9c1ac780b8db83dcaf108aef499157b084c3))
144+
145+
134146
- **(es/transforms)** Unify `preset_env` and `es_version` transform ([#10451](https://github.com/swc-project/swc/issues/10451)) ([6546c27](https://github.com/swc-project/swc/commit/6546c27fab5a3bd3b1a114ccf35c5a5c725935fe))
135147

136148
### Build
@@ -2053,12 +2065,4 @@
20532065

20542066
- **(es/utils)** Unify `prepend_stmts` ([#9493](https://github.com/swc-project/swc/issues/9493)) ([faec8c1](https://github.com/swc-project/swc/commit/faec8c134d950d10a9f2dce0e5680d9230f87ceb))
20552067

2056-
## [1.7.17] - 2024-08-23
2057-
2058-
### Bug Fixes
2059-
2060-
2061-
2062-
- **(es/typescript)** Correctly handle ESM context ([#9490](https://github.com/swc-project/swc/issues/9490)) ([fc0483c](https://github.com/swc-project/swc/commit/fc0483ce1becefde4d7736d52b7c1da9aaf77b9a))
2063-
20642068
<!-- 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ swc_ecma_minifier = { version = "20.0.0", path = "../swc_ecma_minifier", feature
3737
"concurrent",
3838
] }
3939
swc_ecma_parser = { version = "14.0.0", path = "../swc_ecma_parser" }
40-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
40+
swc_ecma_transforms_base = { version = "15.0.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/swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0.0", path = "../swc_ecma_transforms_base" }
102+
swc_ecma_transforms_base = { version = "15.0.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.0", path = "../swc_ecma_utils" }
@@ -110,7 +110,7 @@ swc_plugin_proxy = { version = "11.0.0", path = "../swc_plugin_proxy", optional
110110
swc_plugin_runner = { version = "13.0.0", path = "../swc_plugin_runner", optional = true, default-features = false }
111111
swc_timer = { version = "1.0.0", path = "../swc_timer" }
112112
swc_transform_common = { version = "5.0.0", path = "../swc_transform_common" }
113-
swc_typescript = { version = "14.0.0", path = "../swc_typescript" }
113+
swc_typescript = { version = "14.0.1", path = "../swc_typescript" }
114114
swc_visit = { version = "2.0.0", path = "../swc_visit" }
115115

116116
[dependencies.tokio]

crates/swc_bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast
4444
swc_ecma_codegen = { version = "13.0.0", path = "../swc_ecma_codegen" }
4545
swc_ecma_loader = { version = "11.0.0", path = "../swc_ecma_loader" }
4646
swc_ecma_parser = { version = "14.0.0", path = "../swc_ecma_parser" }
47-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
47+
swc_ecma_transforms_base = { version = "15.0.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.0", path = "../swc_ecma_utils" }
5050
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }

crates/swc_cli_impl/Cargo.toml

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

43-
swc_core = { version = "26.0.0", features = [
43+
swc_core = { version = "26.0.1", features = [
4444
"trace_macro",
4545
"common_concurrent",
4646
"base_concurrent",

crates/swc_core/Cargo.toml

Lines changed: 3 additions & 3 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 = "26.0.0"
9+
version = "26.0.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -373,7 +373,7 @@ swc_ecma_parser = { optional = true, version = "14.0.0", path =
373373
swc_ecma_preset_env = { optional = true, version = "20.0.0", path = "../swc_ecma_preset_env" }
374374
swc_ecma_quote_macros = { optional = true, version = "14.0.0", path = "../swc_ecma_quote_macros" }
375375
swc_ecma_react_compiler = { optional = true, version = "4.0.0", path = "../swc_ecma_react_compiler" }
376-
swc_ecma_transforms_base = { optional = true, version = "15.0.0", path = "../swc_ecma_transforms_base" }
376+
swc_ecma_transforms_base = { optional = true, version = "15.0.1", path = "../swc_ecma_transforms_base" }
377377
swc_ecma_transforms_compat = { optional = true, version = "17.0.0", path = "../swc_ecma_transforms_compat" }
378378
swc_ecma_transforms_module = { optional = true, version = "17.0.0", path = "../swc_ecma_transforms_module" }
379379
swc_ecma_transforms_optimization = { optional = true, version = "16.0.0", path = "../swc_ecma_transforms_optimization" }
@@ -393,7 +393,7 @@ swc_plugin_proxy = { optional = true, version = "11.0.0", path =
393393
swc_plugin_runner = { optional = true, version = "13.0.0", path = "../swc_plugin_runner", default-features = false }
394394
swc_trace_macro = { optional = true, version = "2.0.1", path = "../swc_trace_macro" }
395395
swc_transform_common = { optional = true, version = "5.0.0", path = "../swc_transform_common" }
396-
swc_typescript = { optional = true, version = "14.0.0", path = "../swc_typescript" }
396+
swc_typescript = { optional = true, version = "14.0.1", path = "../swc_typescript" }
397397
testing = { optional = true, version = "12.0.0", path = "../testing" }
398398

399399
[build-dependencies]

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 = "5.0.0", path = "../swc_atoms" }
1818
swc_common = { version = "11.0.0", path = "../swc_common" }
1919
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
2020
swc_ecma_compat_es2015 = { version = "16.0.0", path = "../swc_ecma_compat_es2015" }
21-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
21+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
2222
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }
2323
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }
2424
swc_trace_macro = { version = "2.0.1", path = "../swc_trace_macro" }

crates/swc_ecma_compat_es2015/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ swc_common = { version = "11.0.0", path = "../swc_common" }
2727
swc_config = { version = "3.0.0", path = "../swc_config" }
2828
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
2929
swc_ecma_compat_common = { version = "15.0.0", path = "../swc_ecma_compat_common" }
30-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
30+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
3131
swc_ecma_transforms_classes = { version = "15.0.0", path = "../swc_ecma_transforms_classes" }
3232
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
3333
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }

crates/swc_ecma_compat_es2016/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = "15.0.0"
1616
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1717
swc_common = { version = "11.0.0", path = "../swc_common" }
1818
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
19-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
19+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
2020
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
2121
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }
2222
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }

crates/swc_ecma_compat_es2017/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tracing = { workspace = true }
1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2020
swc_common = { version = "11.0.0", path = "../swc_common" }
2121
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
22-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
22+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
2323
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
2424
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }
2525
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }

crates/swc_ecma_compat_es2018/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2020
swc_common = { version = "11.0.0", path = "../swc_common" }
2121
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
2222
swc_ecma_compat_common = { version = "15.0.0", path = "../swc_ecma_compat_common" }
23-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
23+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
2424
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
2525
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }
2626
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }

crates/swc_ecma_compat_es2019/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tracing = { workspace = true }
1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2020
swc_common = { version = "11.0.0", path = "../swc_common" }
2121
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
22-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
22+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
2323
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }
2424
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }
2525
swc_trace_macro = { version = "2.0.1", path = "../swc_trace_macro" }

crates/swc_ecma_compat_es2020/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1818
swc_common = { version = "11.0.0", path = "../swc_common" }
1919
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
2020
swc_ecma_compat_es2022 = { version = "16.0.0", path = "../swc_ecma_compat_es2022" }
21-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
21+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
2222
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }
2323
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }
2424
swc_trace_macro = { version = "2.0.1", path = "../swc_trace_macro" }

crates/swc_ecma_compat_es2021/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tracing = { workspace = true }
1818
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1919
swc_common = { version = "11.0.0", path = "../swc_common" }
2020
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
21-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
21+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
2222
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }
2323
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }
2424
swc_trace_macro = { version = "2.0.1", path = "../swc_trace_macro" }

crates/swc_ecma_compat_es2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2121
swc_common = { version = "11.0.0", path = "../swc_common" }
2222
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
2323
swc_ecma_compat_common = { version = "15.0.0", path = "../swc_ecma_compat_common" }
24-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
24+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
2525
swc_ecma_transforms_classes = { version = "15.0.0", path = "../swc_ecma_transforms_classes" }
2626
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
2727
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }

crates/swc_ecma_compat_es3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tracing = { workspace = true }
1717

1818
swc_common = { version = "11.0.0", path = "../swc_common" }
1919
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
20-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
20+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
2121
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }
2222
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }
2323
swc_trace_macro = { version = "2.0.1", path = "../swc_trace_macro" }

crates/swc_ecma_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pretty_assertions = { workspace = true }
4040
swc_ecma_codegen = { version = "13.0.0", path = "../swc_ecma_codegen" }
4141
swc_ecma_parser = { version = "14.0.0", path = "../swc_ecma_parser" }
4242
swc_ecma_testing = { version = "12.0.0", path = "../swc_ecma_testing" }
43-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
43+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
4444
swc_malloc = { version = "1.2.3", path = "../swc_malloc" }
4545
testing = { version = "12.0.0", path = "../testing" }
4646
walkdir = { workspace = true }

crates/swc_ecma_minifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast", features = [
6464
] }
6565
swc_ecma_codegen = { version = "13.0.0", path = "../swc_ecma_codegen" }
6666
swc_ecma_parser = { version = "14.0.0", path = "../swc_ecma_parser" }
67-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
67+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
6868
swc_ecma_transforms_optimization = { version = "16.0.0", path = "../swc_ecma_transforms_optimization" }
6969
swc_ecma_usage_analyzer = { version = "16.0.0", path = "../swc_ecma_usage_analyzer" }
7070
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }

crates/swc_ecma_transforms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ par-core = { workspace = true }
3838
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
3939
swc_common = { version = "11.0.0", path = "../swc_common" }
4040
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
41-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
41+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
4242
swc_ecma_transforms_compat = { version = "17.0.0", path = "../swc_ecma_transforms_compat", optional = true }
4343
swc_ecma_transforms_module = { version = "17.0.0", path = "../swc_ecma_transforms_module", optional = true }
4444
swc_ecma_transforms_optimization = { version = "16.0.0", path = "../swc_ecma_transforms_optimization", optional = true }

crates/swc_ecma_transforms_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
77
license = { workspace = true }
88
name = "swc_ecma_transforms_base"
99
repository = { workspace = true }
10-
version = "15.0.0"
10+
version = "15.0.1"
1111

1212
[lib]
1313
bench = false

crates/swc_ecma_transforms_classes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ bench = false
1515
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1616
swc_common = { version = "11.0.0", path = "../swc_common" }
1717
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
18-
swc_ecma_transforms_base = { version = "15.0.0", path = "../swc_ecma_transforms_base" }
18+
swc_ecma_transforms_base = { version = "15.0.1", path = "../swc_ecma_transforms_base" }
1919
swc_ecma_utils = { version = "15.0.0", path = "../swc_ecma_utils" }
2020
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }

0 commit comments

Comments
 (0)