Skip to content

Commit 34ce688

Browse files
committed
chore: Publish crates with swc_core v16.3.0
1 parent edea2c5 commit 34ce688

File tree

44 files changed

+140
-144
lines changed

Some content is hidden

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

44 files changed

+140
-144
lines changed

.changeset/brave-fishes-mate.md

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

.changeset/cuddly-spiders-begin.md

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

.changeset/fifty-grapes-remain.md

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

.changeset/odd-doors-float.md

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

CHANGELOG-CORE.md

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

66

77

8+
- **(es/minifier)** Skip inlining if the referential identity of a function matters ([#10123](https://github.com/swc-project/swc/issues/10123)) ([c08fe8d](https://github.com/swc-project/swc/commit/c08fe8dc13ae512cf669eb25356edcd22cc36351))
9+
10+
11+
- **(ts/fast-strip)** Throw object consistently ([#10122](https://github.com/swc-project/swc/issues/10122)) ([010ff2a](https://github.com/swc-project/swc/commit/010ff2af0db625f7a118b4121aff6d709ed10dc9))
12+
13+
### Miscellaneous Tasks
14+
15+
16+
17+
- **(deps)** Update dependency `base64` to `v0.22.1` ([#10124](https://github.com/swc-project/swc/issues/10124)) ([edea2c5](https://github.com/swc-project/swc/commit/edea2c5fa442da6a2860442eed285464edcd55c8))
18+
19+
### Performance
20+
21+
22+
23+
- **(es/resolver)** Remove needless allocations ([#10120](https://github.com/swc-project/swc/issues/10120)) ([f019d53](https://github.com/swc-project/swc/commit/f019d53044cba422a26f811cec43279f1f1ea6f4))
24+
25+
## [[email protected]] - 2025-02-27
26+
27+
### Bug Fixes
28+
29+
30+
831
- **(es/lints)** Capture errors and emit from the original thread ([#10119](https://github.com/swc-project/swc/issues/10119)) ([2304cd8](https://github.com/swc-project/swc/commit/2304cd8cfd6555c57ddcf3f41a2c427387a38b4a))
932

1033
## [[email protected]] - 2025-02-27
@@ -1397,9 +1420,6 @@
13971420
- **(es/ast)** Accept any case of EsVersion during deserialization ([#9329](https://github.com/swc-project/swc/issues/9329)) ([56da6be](https://github.com/swc-project/swc/commit/56da6be0e9ff9701f4e0dd5e2972539843cde1cf))
13981421

13991422

1400-
- **(es/codegen)** Fix codegen of large numeric literals ([#9226](https://github.com/swc-project/swc/issues/9226)) ([fba79e6](https://github.com/swc-project/swc/commit/fba79e6f03da69a6ae721eabe4afeaaedc301816))
1401-
1402-
14031423
- **(es/codegen)** Emit question token for class methods ([#9342](https://github.com/swc-project/swc/issues/9342)) ([636585b](https://github.com/swc-project/swc/commit/636585b44d0f74f457b44766f8d6fda68bcc4c09))
14041424

14051425

@@ -1442,9 +1462,6 @@
14421462
- **(es/isolated-dts)** Preserve comments ([#9572](https://github.com/swc-project/swc/issues/9572)) ([6d15d9c](https://github.com/swc-project/swc/commit/6d15d9c2eb4397b15908cda38f2e44e02d81ebc1))
14431463

14441464

1445-
- **(es/minifier)** Remove optimization for array pattern ([#9241](https://github.com/swc-project/swc/issues/9241)) ([521161e](https://github.com/swc-project/swc/commit/521161e17009e2025ed9b042579f8cd055e26816))
1446-
1447-
14481465
- **(es/minifier)** Fix exponentiate operator ([#9251](https://github.com/swc-project/swc/issues/9251)) ([06bb533](https://github.com/swc-project/swc/commit/06bb5338cea8aef941907933319fbff1d29f9939))
14491466

14501467

@@ -1616,9 +1633,6 @@
16161633

16171634

16181635

1619-
- **(allocator)** Add a cargo feature ([#9239](https://github.com/swc-project/swc/issues/9239)) ([398dc21](https://github.com/swc-project/swc/commit/398dc21e073d8271fa7ac4169b93ed8b96645459))
1620-
1621-
16221636
- **(allocator)** Implement `default` mode ([#9242](https://github.com/swc-project/swc/issues/9242)) ([b6333db](https://github.com/swc-project/swc/commit/b6333dbcfcc8f25d08a1187704796732366ac9d7))
16231637

16241638

CHANGELOG.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@
77

88
- **(es/lints)** Capture errors and emit from the original thread ([#10119](https://github.com/swc-project/swc/issues/10119)) ([2304cd8](https://github.com/swc-project/swc/commit/2304cd8cfd6555c57ddcf3f41a2c427387a38b4a))
99

10+
11+
- **(es/minifier)** Skip inlining if the referential identity of a function matters ([#10123](https://github.com/swc-project/swc/issues/10123)) ([c08fe8d](https://github.com/swc-project/swc/commit/c08fe8dc13ae512cf669eb25356edcd22cc36351))
12+
13+
14+
- **(ts/fast-strip)** Throw object consistently ([#10122](https://github.com/swc-project/swc/issues/10122)) ([010ff2a](https://github.com/swc-project/swc/commit/010ff2af0db625f7a118b4121aff6d709ed10dc9))
15+
16+
### Miscellaneous Tasks
17+
18+
19+
20+
- **(deps)** Update dependency `base64` to `v0.22.1` ([#10124](https://github.com/swc-project/swc/issues/10124)) ([edea2c5](https://github.com/swc-project/swc/commit/edea2c5fa442da6a2860442eed285464edcd55c8))
21+
22+
### Performance
23+
24+
25+
26+
- **(es/resolver)** Remove needless allocations ([#10120](https://github.com/swc-project/swc/issues/10120)) ([f019d53](https://github.com/swc-project/swc/commit/f019d53044cba422a26f811cec43279f1f1ea6f4))
27+
1028
## [1.11.4] - 2025-02-27
1129

1230
### Bug Fixes
@@ -1691,12 +1709,6 @@
16911709
- **(allocator)** Remove wrong assertions and add tests ([#9252](https://github.com/swc-project/swc/issues/9252)) ([d8e8b04](https://github.com/swc-project/swc/commit/d8e8b04cd877bcf00157eeee9b7af0b4244a1827))
16921710

16931711

1694-
- **(es/codegen)** Fix codegen of large numeric literals ([#9226](https://github.com/swc-project/swc/issues/9226)) ([fba79e6](https://github.com/swc-project/swc/commit/fba79e6f03da69a6ae721eabe4afeaaedc301816))
1695-
1696-
1697-
- **(es/minifier)** Remove optimization for array pattern ([#9241](https://github.com/swc-project/swc/issues/9241)) ([521161e](https://github.com/swc-project/swc/commit/521161e17009e2025ed9b042579f8cd055e26816))
1698-
1699-
17001712
- **(es/minifier)** Fix exponentiate operator ([#9251](https://github.com/swc-project/swc/issues/9251)) ([06bb533](https://github.com/swc-project/swc/commit/06bb5338cea8aef941907933319fbff1d29f9939))
17011713

17021714

@@ -1724,9 +1736,6 @@
17241736

17251737

17261738

1727-
- **(allocator)** Add a cargo feature ([#9239](https://github.com/swc-project/swc/issues/9239)) ([398dc21](https://github.com/swc-project/swc/commit/398dc21e073d8271fa7ac4169b93ed8b96645459))
1728-
1729-
17301739
- **(allocator)** Implement `default` mode ([#9242](https://github.com/swc-project/swc/issues/9242)) ([b6333db](https://github.com/swc-project/swc/commit/b6333dbcfcc8f25d08a1187704796732366ac9d7))
17311740

17321741
### Performance

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -33,7 +33,7 @@ binding_wasm = [
3333

3434
[dependencies]
3535
# Common deps for the SWC imports
36-
swc = { optional = true, version = "16.1.0", path = "../swc" }
36+
swc = { optional = true, version = "16.1.1", path = "../swc" }
3737
swc_common = { optional = true, version = "8.0.0", path = "../swc_common" }
3838
swc_ecma_ast = { optional = true, version = "8.0.0", path = "../swc_ecma_ast" }
3939
swc_ecma_transforms = { optional = true, version = "14.0.0", path = "../swc_ecma_transforms" }

crates/dbg-swc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ swc_common = { version = "8.0.0", features = [
3232
"tty-emitter",
3333
], path = "../swc_common" }
3434
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
35-
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
36-
swc_ecma_minifier = { version = "12.0.1", path = "../swc_ecma_minifier", features = [
35+
swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" }
36+
swc_ecma_minifier = { version = "12.0.2", path = "../swc_ecma_minifier", features = [
3737
"concurrent",
3838
] }
3939
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
40-
swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" }
40+
swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" }
4141
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
4242
swc_error_reporters = { version = "9.0.0", path = "../swc_error_reporters" }
4343
swc_timer = { version = "1.0.0", path = "../swc_timer" }

crates/swc/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
99
license = { workspace = true }
1010
name = "swc"
1111
repository = { workspace = true }
12-
version = "16.1.0"
12+
version = "16.1.1"
1313

1414
[lib]
1515
bench = false
@@ -75,18 +75,18 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [
7575
"sourcemap",
7676
"parking_lot",
7777
] }
78-
swc_compiler_base = { version = "13.0.0", path = "../swc_compiler_base" }
78+
swc_compiler_base = { version = "13.0.1", path = "../swc_compiler_base" }
7979
swc_config = { version = "2.0.0", path = "../swc_config" }
8080
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
81-
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
81+
swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" }
8282
swc_ecma_ext_transforms = { version = "11.0.0", path = "../swc_ecma_ext_transforms" }
8383
swc_ecma_lints = { version = "11.0.1", path = "../swc_ecma_lints" }
8484
swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [
8585
"cache",
8686
"node",
8787
"tsc",
8888
] }
89-
swc_ecma_minifier = { version = "12.0.1", path = "../swc_ecma_minifier" }
89+
swc_ecma_minifier = { version = "12.0.2", path = "../swc_ecma_minifier" }
9090
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
9191
swc_ecma_preset_env = { version = "14.0.0", path = "../swc_ecma_preset_env" }
9292
swc_ecma_transforms = { version = "14.0.0", path = "../swc_ecma_transforms", features = [
@@ -97,7 +97,7 @@ swc_ecma_transforms = { version = "14.0.0", path = "../swc_ecma_transforms", fea
9797
"react",
9898
"typescript",
9999
] }
100-
swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" }
100+
swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" }
101101
swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat" }
102102
swc_ecma_transforms_optimization = { version = "11.0.0", path = "../swc_ecma_transforms_optimization" }
103103
swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" }

0 commit comments

Comments
 (0)