Skip to content

Commit 7bae1b8

Browse files
committed
chore: Publish crates with swc_core v26.3.4
1 parent 1291b4a commit 7bae1b8

File tree

85 files changed

+111
-121
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

+111
-121
lines changed

.changeset/selfish-zebras-matter.md

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

.changeset/silly-humans-design.md

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

CHANGELOG-CORE.md

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

66

77

8+
- **(es/parser)** Emit syntax errors for strict mode in non-module or scripts ([#10545](https://github.com/swc-project/swc/issues/10545)) ([1291b4a](https://github.com/swc-project/swc/commit/1291b4a78c51512fb0c699f3409275f4065bbc0b))
9+
10+
### Performance
11+
12+
13+
14+
- **(swc_common)** Remove `char_indices` calls ([#10541](https://github.com/swc-project/swc/issues/10541)) ([51507bc](https://github.com/swc-project/swc/commit/51507bcfa24fcdc202e5bbf255a24feb1665a395))
15+
16+
## [swc_core@v26.3.3] - 2025-06-02
17+
18+
### Bug Fixes
19+
20+
21+
822
- **(swc_common)** Fix build ([#10544](https://github.com/swc-project/swc/issues/10544)) ([2ed934d](https://github.com/swc-project/swc/commit/2ed934d4a1b2c85d6cc04c038aaee3e09c189e8b))
923

1024
## [swc_core@v26.3.2] - 2025-06-02
@@ -2478,15 +2492,6 @@
24782492

24792493
- **(es)** Add helpers ([#9586](https://github.com/swc-project/swc/issues/9586)) ([b94a0e1](https://github.com/swc-project/swc/commit/b94a0e1fd2b900b05c5f18d3d993a74ff9cc6e7d))
24802494

2481-
### Performance
2482-
2483-
2484-
2485-
- **(es/compat)** Reimplement constructor transform ([#9519](https://github.com/swc-project/swc/issues/9519)) ([4b85a92](https://github.com/swc-project/swc/commit/4b85a92170576f194c2b1ad3b3ec624c4839e215))
2486-
2487-
2488-
- **(es/utils)** Rewrite inject_after_super ([#9496](https://github.com/swc-project/swc/issues/9496)) ([c562cfa](https://github.com/swc-project/swc/commit/c562cfa8af1163a4946ef79cb025d461c7e2e5e0))
2489-
24902495
### Testing
24912496

24922497

CHANGELOG.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- **(es/minifier)** Fix missing variable ([#10478](https://github.com/swc-project/swc/issues/10478)) ([6de3ef6](https://github.com/swc-project/swc/commit/6de3ef65bc599679020de13a3085824f06e047a7))
1212

1313

14+
- **(es/parser)** Emit syntax errors for strict mode in non-module or scripts ([#10545](https://github.com/swc-project/swc/issues/10545)) ([1291b4a](https://github.com/swc-project/swc/commit/1291b4a78c51512fb0c699f3409275f4065bbc0b))
15+
16+
1417
- **(es/react-compiler)** Fix usefulness detection ([#10506](https://github.com/swc-project/swc/issues/10506)) ([41075a1](https://github.com/swc-project/swc/commit/41075a1c8776b62d7c2fc6436677d5d6b083a2f8))
1518

1619

@@ -58,6 +61,9 @@
5861

5962
- **(es/renamer)** Merge analyze/collect ([#10509](https://github.com/swc-project/swc/issues/10509)) ([7b47f66](https://github.com/swc-project/swc/commit/7b47f661dd6794f658023b649ebcdc153fe6e27c))
6063

64+
65+
- **(swc_common)** Remove `char_indices` calls ([#10541](https://github.com/swc-project/swc/issues/10541)) ([51507bc](https://github.com/swc-project/swc/commit/51507bcfa24fcdc202e5bbf255a24feb1665a395))
66+
6167
### Refactor
6268

6369

@@ -2085,13 +2091,4 @@
20852091

20862092
- **(es/minifier)** Fix name mangler ([#9524](https://github.com/swc-project/swc/issues/9524)) ([5fd68f9](https://github.com/swc-project/swc/commit/5fd68f9a3a9eeef0e61627a821c52ace69a89696))
20872093

2088-
### Performance
2089-
2090-
2091-
2092-
- **(es/compat)** Reimplement constructor transform ([#9519](https://github.com/swc-project/swc/issues/9519)) ([4b85a92](https://github.com/swc-project/swc/commit/4b85a92170576f194c2b1ad3b3ec624c4839e215))
2093-
2094-
2095-
- **(es/utils)** Rewrite inject_after_super ([#9496](https://github.com/swc-project/swc/issues/9496)) ([c562cfa](https://github.com/swc-project/swc/commit/c562cfa8af1163a4946ef79cb025d461c7e2e5e0))
2096-
20972094
<!-- 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.0.2", path = "../swc_common" }
37+
swc_common = { optional = true, version = "11.0.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: 1 addition & 1 deletion
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.0.2", features = [
30+
swc_common = { version = "11.0.3", features = [
3131
"concurrent",
3232
"tty-emitter",
3333
], path = "../swc_common" }

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.0.2", path = "../swc_common" }
23+
swc_common = { version = "11.0.3", path = "../swc_common" }
2424

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

crates/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.2", path = "../swc_common", features = [
76+
swc_common = { version = "11.0.3", path = "../swc_common", features = [
7777
"sourcemap",
7878
"parking_lot",
7979
] }

crates/swc_bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rustc-hash = { workspace = true }
3939
tracing = { workspace = true }
4040

4141
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
42-
swc_common = { version = "11.0.2", path = "../swc_common" }
42+
swc_common = { version = "11.0.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" }

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.3.3", features = [
43+
swc_core = { version = "26.3.4", features = [
4444
"trace_macro",
4545
"common_concurrent",
4646
"base_concurrent",

crates/swc_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "swc_common"
88
repository = { workspace = true }
9-
version = "11.0.2"
9+
version = "11.0.3"
1010

1111
[package.metadata.docs.rs]
1212
all-features = true

crates/swc_compiler_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sourcemap = { workspace = true }
2424
swc_allocator = { version = "4.0.0", path = "../swc_allocator", default-features = false }
2525

2626
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
27-
swc_common = { version = "11.0.2", path = "../swc_common", features = [
27+
swc_common = { version = "11.0.3", path = "../swc_common", features = [
2828
"sourcemap",
2929
] }
3030
swc_config = { version = "3.0.0", path = "../swc_config" }

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 = "26.3.3"
9+
version = "26.3.4"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -353,7 +353,7 @@ swc = { optional = true, version = "25.0.0", path =
353353
swc_allocator = { version = "4.0.0", path = "../swc_allocator", default-features = false }
354354
swc_atoms = { optional = true, version = "5.0.0", path = "../swc_atoms" }
355355
swc_bundler = { optional = true, version = "19.0.0", path = "../swc_bundler" }
356-
swc_common = { optional = true, version = "11.0.2", path = "../swc_common" }
356+
swc_common = { optional = true, version = "11.0.3", path = "../swc_common" }
357357
swc_config = { optional = true, version = "3.0.0", path = "../swc_config" }
358358
swc_css_ast = { optional = true, version = "11.0.0", path = "../swc_css_ast" }
359359
swc_css_codegen = { optional = true, version = "11.0.0", path = "../swc_css_codegen" }

crates/swc_css_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ serde = { workspace = true, features = ["derive"], optional = true }
3232
string_enum = { version = "1.0.0", path = "../string_enum/" }
3333

3434
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
35-
swc_common = { version = "11.0.2", path = "../swc_common" }
35+
swc_common = { version = "11.0.3", path = "../swc_common" }
3636

3737
rkyv = { workspace = true, optional = true }

crates/swc_css_codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ rustc-hash = { workspace = true }
1919
serde = { workspace = true }
2020

2121
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
22-
swc_common = { version = "11.0.2", path = "../swc_common" }
22+
swc_common = { version = "11.0.3", path = "../swc_common" }
2323
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2424
swc_css_codegen_macros = { version = "1.0.0", path = "../swc_css_codegen_macros" }
2525
swc_css_utils = { version = "11.0.0", path = "../swc_css_utils" }
2626

2727
[dev-dependencies]
28-
swc_common = { version = "11.0.2", path = "../swc_common", features = [
28+
swc_common = { version = "11.0.3", path = "../swc_common", features = [
2929
"sourcemap",
3030
] }
3131
swc_css_parser = { version = "11.0.0", path = "../swc_css_parser" }

crates/swc_css_compat/Cargo.toml

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

2121
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
22-
swc_common = { version = "11.0.2", path = "../swc_common" }
22+
swc_common = { version = "11.0.3", path = "../swc_common" }
2323
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2424
swc_css_utils = { version = "11.0.0", path = "../swc_css_utils/" }
2525
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = { workspace = true, features = ["derive"] }
2222
thiserror = { workspace = true }
2323

2424
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
25-
swc_common = { version = "11.0.2", path = "../swc_common" }
25+
swc_common = { version = "11.0.3", path = "../swc_common" }
2626
swc_config = { version = "3.0.0", path = "../swc_config", features = ["regex"] }
2727
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2828
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_minifier/Cargo.toml

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

1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
20-
swc_common = { version = "11.0.2", path = "../swc_common" }
20+
swc_common = { version = "11.0.3", path = "../swc_common" }
2121
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2222
swc_css_utils = { version = "11.0.0", path = "../swc_css_utils/" }
2323
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_modules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustc-hash = { workspace = true }
1919
serde = { workspace = true, features = ["derive"] }
2020

2121
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
22-
swc_common = { version = "11.0.2", path = "../swc_common" }
22+
swc_common = { version = "11.0.3", path = "../swc_common" }
2323
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2424
swc_css_codegen = { version = "11.0.0", path = "../swc_css_codegen" }
2525
swc_css_parser = { version = "11.0.0", path = "../swc_css_parser" }

crates/swc_css_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lexical = { workspace = true }
2020
serde = { workspace = true }
2121

2222
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
23-
swc_common = { version = "11.0.2", path = "../swc_common" }
23+
swc_common = { version = "11.0.3", path = "../swc_common" }
2424
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2525

2626
[dev-dependencies]

crates/swc_css_prefixer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde_json = { workspace = true }
2020

2121
preset_env_base = { version = "3.0.1", path = "../preset_env_base" }
2222
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
23-
swc_common = { version = "11.0.2", path = "../swc_common" }
23+
swc_common = { version = "11.0.3", path = "../swc_common" }
2424
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2525
swc_css_utils = { version = "11.0.0", path = "../swc_css_utils/" }
2626
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ serde = { workspace = true, features = ["derive"] }
1919
serde_json = { workspace = true }
2020

2121
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
22-
swc_common = { version = "11.0.2", path = "../swc_common" }
22+
swc_common = { version = "11.0.3", path = "../swc_common" }
2323
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2424
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_visit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ serde-impl = ["serde"]
2424
serde = { workspace = true, optional = true, features = ["derive"] }
2525

2626
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
27-
swc_common = { version = "11.0.2", path = "../swc_common" }
27+
swc_common = { version = "11.0.3", path = "../swc_common" }
2828
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2929
swc_visit = { version = "2.0.0", path = "../swc_visit" }

crates/swc_ecma_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ unicode-id-start = { workspace = true }
5353

5454
string_enum = { version = "1.0.0", path = "../string_enum" }
5555
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
56-
swc_common = { version = "11.0.2", path = "../swc_common" }
56+
swc_common = { version = "11.0.3", path = "../swc_common" }
5757
swc_visit = { version = "2.0.0", path = "../swc_visit" }
5858

5959
[dev-dependencies]

crates/swc_ecma_codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ swc_allocator = { version = "4.0.0", path = "../swc_allocator", default-features
3333
"hashbrown",
3434
] }
3535
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
36-
swc_common = { version = "11.0.2", path = "../swc_common" }
36+
swc_common = { version = "11.0.3", path = "../swc_common" }
3737
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
3838
swc_ecma_codegen_macros = { version = "2.0.0", path = "../swc_ecma_codegen_macros" }
3939

@@ -44,7 +44,7 @@ criterion = { workspace = true }
4444
serde_json = { workspace = true }
4545

4646
swc_allocator = { version = "4.0.0", path = "../swc_allocator" }
47-
swc_common = { version = "11.0.2", path = "../swc_common", features = [
47+
swc_common = { version = "11.0.3", path = "../swc_common", features = [
4848
"sourcemap",
4949
] }
5050
swc_ecma_parser = { version = "14.0.1", path = "../swc_ecma_parser" }

crates/swc_ecma_compat_bugfixes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rustc-hash = { workspace = true }
1515
tracing = { workspace = true }
1616

1717
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
18-
swc_common = { version = "11.0.2", path = "../swc_common" }
18+
swc_common = { version = "11.0.3", 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" }
2121
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }

crates/swc_ecma_compat_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "15.0.0"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
swc_common = { version = "11.0.2", path = "../swc_common" }
15+
swc_common = { version = "11.0.3", path = "../swc_common" }
1616
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
1717
swc_ecma_utils = { version = "15.0.1", path = "../swc_ecma_utils" }
1818
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }

crates/swc_ecma_compat_es2015/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ smallvec = { workspace = true }
2323
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2424

2525

26-
swc_common = { version = "11.0.2", path = "../swc_common" }
26+
swc_common = { version = "11.0.3", 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" }

crates/swc_ecma_compat_es2016/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = "15.0.0"
1414

1515
[dependencies]
1616
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
17-
swc_common = { version = "11.0.2", path = "../swc_common" }
17+
swc_common = { version = "11.0.3", path = "../swc_common" }
1818
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
1919
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
2020
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }

crates/swc_ecma_compat_es2017/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { workspace = true, features = ["derive"] }
1717
tracing = { workspace = true }
1818

1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
20-
swc_common = { version = "11.0.2", path = "../swc_common" }
20+
swc_common = { version = "11.0.3", path = "../swc_common" }
2121
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
2222
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
2323
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }

crates/swc_ecma_compat_es2018/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { workspace = true, features = ["derive"] }
1717
tracing = { workspace = true }
1818

1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
20-
swc_common = { version = "11.0.2", path = "../swc_common" }
20+
swc_common = { version = "11.0.3", 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" }
2323
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }

crates/swc_ecma_compat_es2019/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

1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
20-
swc_common = { version = "11.0.2", path = "../swc_common" }
20+
swc_common = { version = "11.0.3", path = "../swc_common" }
2121
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
2222
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
2323
swc_ecma_utils = { version = "15.0.1", path = "../swc_ecma_utils" }

crates/swc_ecma_compat_es2020/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "16.0.0"
1515
[dependencies]
1616
serde = { workspace = true, features = ["derive"] }
1717
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
18-
swc_common = { version = "11.0.2", path = "../swc_common" }
18+
swc_common = { version = "11.0.3", 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" }
2121
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }

0 commit comments

Comments
 (0)