Skip to content

Commit 4848301

Browse files
committed
chore: Publish crates with swc_core v45.0.1
1 parent bd55d30 commit 4848301

File tree

13 files changed

+23
-30
lines changed

13 files changed

+23
-30
lines changed

.changeset/afraid-falcons-laugh.md

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

CHANGELOG-CORE.md

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

66

77

8+
- **(es/minifier)** Fix inlining of hoisted functions ([#11159](https://github.com/swc-project/swc/issues/11159)) ([bd55d30](https://github.com/swc-project/swc/commit/bd55d30811d5f421b43dc70fd9c05d2f2b56a049))
9+
10+
## [[email protected]] - 2025-10-20
11+
12+
### Bug Fixes
13+
14+
15+
816
- **(es/codegen)** Encode non-ASCII chars in regex with ascii_only option ([#11155](https://github.com/swc-project/swc/issues/11155)) ([b6f4d1f](https://github.com/swc-project/swc/commit/b6f4d1f8b76aa6661dd35c04492d5fee0f7803ba))
917

1018

@@ -2568,19 +2576,13 @@
25682576

25692577
- **(es/fast-lexer)** Make whitespace skipper use SIMD properly ([#10158](https://github.com/swc-project/swc/issues/10158)) ([15ea059](https://github.com/swc-project/swc/commit/15ea059712f6726d52b6304870f337a93272bb53))
25702578

2571-
2572-
- **(es/lexer)** Optimize comment scanning ([#10137](https://github.com/swc-project/swc/issues/10137)) ([9676c9a](https://github.com/swc-project/swc/commit/9676c9acc83cca4297f07abdc203f0ab8da36b2b))
2573-
25742579
### Refactor
25752580

25762581

25772582

25782583
- **(es/lexer)** Add fast lexer implementation ([#10145](https://github.com/swc-project/swc/issues/10145)) ([b993f86](https://github.com/swc-project/swc/commit/b993f8621c41ff4752d8634e9de7ed7a48f23eb9))
25792584

25802585

2581-
- Drop unused crates ([#10151](https://github.com/swc-project/swc/issues/10151)) ([58e4279](https://github.com/swc-project/swc/commit/58e4279fae94a9958ad4229cfa0c9b89b9d0fde4))
2582-
2583-
25842586
- Drop unused js interop bindings ([#10161](https://github.com/swc-project/swc/issues/10161)) ([0ceefaf](https://github.com/swc-project/swc/commit/0ceefafbf3485ddfc831913114a7978e06c9ce5c))
25852587

25862588
### Ci

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- **(es/decorators)** Emit correct metadata for enum parameters ([#11154](https://github.com/swc-project/swc/issues/11154)) ([630484f](https://github.com/swc-project/swc/commit/630484f8560db3dcbc5aaa198ff89241a8aef023))
2121

2222

23+
- **(es/minifier)** Fix inlining of hoisted functions ([#11159](https://github.com/swc-project/swc/issues/11159)) ([bd55d30](https://github.com/swc-project/swc/commit/bd55d30811d5f421b43dc70fd9c05d2f2b56a049))
24+
25+
2326
- **(es/parser)** Handle JSX attributes with keyword prefixes correctly ([#11136](https://github.com/swc-project/swc/issues/11136)) ([d3cd97f](https://github.com/swc-project/swc/commit/d3cd97fef10518507249d4b0b82983320483ee1c))
2427

2528

@@ -2041,19 +2044,13 @@
20412044

20422045
- **(es/fast-lexer)** Make whitespace skipper use SIMD properly ([#10158](https://github.com/swc-project/swc/issues/10158)) ([15ea059](https://github.com/swc-project/swc/commit/15ea059712f6726d52b6304870f337a93272bb53))
20432046

2044-
2045-
- **(es/lexer)** Optimize comment scanning ([#10137](https://github.com/swc-project/swc/issues/10137)) ([9676c9a](https://github.com/swc-project/swc/commit/9676c9acc83cca4297f07abdc203f0ab8da36b2b))
2046-
20472047
### Refactor
20482048

20492049

20502050

20512051
- **(es/lexer)** Add fast lexer implementation ([#10145](https://github.com/swc-project/swc/issues/10145)) ([b993f86](https://github.com/swc-project/swc/commit/b993f8621c41ff4752d8634e9de7ed7a48f23eb9))
20522052

20532053

2054-
- Drop unused crates ([#10151](https://github.com/swc-project/swc/issues/10151)) ([58e4279](https://github.com/swc-project/swc/commit/58e4279fae94a9958ad4229cfa0c9b89b9d0fde4))
2055-
2056-
20572054
- Drop unused js interop bindings ([#10161](https://github.com/swc-project/swc/issues/10161)) ([0ceefaf](https://github.com/swc-project/swc/commit/0ceefafbf3485ddfc831913114a7978e06c9ce5c))
20582055

20592056
### Ci

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
@@ -31,7 +31,7 @@ swc_common = { version = "15.0.0", features = [
3131
], path = "../swc_common" }
3232
swc_ecma_ast = { version = "16.0.0", path = "../swc_ecma_ast" }
3333
swc_ecma_codegen = { version = "18.0.0", path = "../swc_ecma_codegen" }
34-
swc_ecma_minifier = { version = "34.0.0", path = "../swc_ecma_minifier", features = [
34+
swc_ecma_minifier = { version = "34.0.1", path = "../swc_ecma_minifier", features = [
3535
"concurrent",
3636
] }
3737
swc_ecma_parser = { version = "25.0.0", path = "../swc_ecma_parser" }

crates/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ swc_ecma_loader = { version = "15.0.0", path = "../swc_ecma_loader", features =
9393
"node",
9494
"tsc",
9595
] }
96-
swc_ecma_minifier = { version = "34.0.0", path = "../swc_ecma_minifier" }
96+
swc_ecma_minifier = { version = "34.0.1", path = "../swc_ecma_minifier" }
9797
swc_ecma_parser = { version = "25.0.0", path = "../swc_ecma_parser", default-features = false, features = ["typescript"] }
9898
swc_ecma_preset_env = { version = "37.0.0", path = "../swc_ecma_preset_env" }
9999
swc_ecma_transforms = { version = "36.0.0", path = "../swc_ecma_transforms", features = [

crates/swc_bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ swc_ecma_loader = { version = "15.0.0", path = "../swc_ecma_loader", features =
6565
"node",
6666
"cache",
6767
] }
68-
swc_ecma_minifier = { version = "34.0.0", path = "../swc_ecma_minifier", features = [
68+
swc_ecma_minifier = { version = "34.0.1", path = "../swc_ecma_minifier", features = [
6969
"concurrent",
7070
] }
7171
swc_ecma_transforms_base = { version = "28.0.0", path = "../swc_ecma_transforms_base", features = [

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

crates/swc_compiler_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ swc_common = { version = "15.0.0", path = "../swc_common", features = [
3030
swc_config = { version = "3.1.2", path = "../swc_config" }
3131
swc_ecma_ast = { version = "16.0.0", path = "../swc_ecma_ast" }
3232
swc_ecma_codegen = { version = "18.0.0", path = "../swc_ecma_codegen" }
33-
swc_ecma_minifier = { version = "34.0.0", path = "../swc_ecma_minifier" }
33+
swc_ecma_minifier = { version = "34.0.1", path = "../swc_ecma_minifier" }
3434
swc_ecma_parser = { version = "25.0.0", path = "../swc_ecma_parser", default-features = false, features = ["typescript"] }
3535
swc_ecma_visit = { version = "16.0.0", path = "../swc_ecma_visit" }
3636
swc_timer = { version = "1.0.0", path = "../swc_timer" }

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 = "45.0.0"
9+
version = "45.0.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -363,7 +363,7 @@ swc_ecma_ast = { optional = true, version = "16.0.0", path =
363363
swc_ecma_codegen = { optional = true, version = "18.0.0", path = "../swc_ecma_codegen" }
364364
swc_ecma_lints = { optional = true, version = "23.0.0", path = "../swc_ecma_lints" }
365365
swc_ecma_loader = { optional = true, version = "15.0.0", path = "../swc_ecma_loader" }
366-
swc_ecma_minifier = { optional = true, version = "34.0.0", path = "../swc_ecma_minifier" }
366+
swc_ecma_minifier = { optional = true, version = "34.0.1", path = "../swc_ecma_minifier" }
367367
swc_ecma_parser = { optional = true, version = "25.0.0", path = "../swc_ecma_parser", default-features = false }
368368
swc_ecma_preset_env = { optional = true, version = "37.0.0", path = "../swc_ecma_preset_env" }
369369
swc_ecma_quote_macros = { optional = true, version = "25.0.0", path = "../swc_ecma_quote_macros" }

0 commit comments

Comments
 (0)