Skip to content

Commit b2d40a7

Browse files
committed
chore: Publish crates with swc_core v1.0.2
1 parent 39e0f9c commit b2d40a7

File tree

42 files changed

+64
-68
lines changed

Some content is hidden

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

42 files changed

+64
-68
lines changed

.changeset/fluffy-lizards-allow.md

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

.changeset/wild-glasses-buy.md

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

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(es/parser)** Correct `>` and `<` when exit type context ([#9653](https://github.com/swc-project/swc/issues/9653)) ([abffc07](https://github.com/swc-project/swc/commit/abffc073561b3ba3906aa0923ef3880e5e30d538))
9+
10+
### Miscellaneous Tasks
11+
12+
13+
14+
- **(es/typescript)** Improve enum comments and sourcemap ([#9652](https://github.com/swc-project/swc/issues/9652)) ([31fe3b6](https://github.com/swc-project/swc/commit/31fe3b6be151cbf63fe1ff06f922f814da105d08))
15+
216
## [1.7.36] - 2024-10-15
317

418
### Bug Fixes
@@ -1312,9 +1326,6 @@
13121326

13131327

13141328

1315-
- **(es/codegen)** Accept `&impl Node` instead of `impl Node` ([#8969](https://github.com/swc-project/swc/issues/8969)) ([a456799](https://github.com/swc-project/swc/commit/a4567998b0570fe7b657ce1361bd4e7c7d900999))
1316-
1317-
13181329
- **(es/es2015)** Fix `typeof` comparions with `"object"` ([#8976](https://github.com/swc-project/swc/issues/8976)) ([51e0639](https://github.com/swc-project/swc/commit/51e0639ede63490bea9da7a4d8dbfdfe2185b169))
13191330

13201331

@@ -1327,9 +1338,6 @@
13271338

13281339

13291340

1330-
- **(es/decorators)** Add tests written by evanw ([#8967](https://github.com/swc-project/swc/issues/8967)) ([95472e4](https://github.com/swc-project/swc/commit/95472e4037dcfd85c96de92fad93c27bceee080e))
1331-
1332-
13331341
- **(es/minifier)** Update the passing terser test list ([#8984](https://github.com/swc-project/swc/issues/8984)) ([c0dc5e4](https://github.com/swc-project/swc/commit/c0dc5e44ab5c2bbe904cd17f359d35834ca99e0f))
13341342

13351343
<!-- 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
@@ -36,7 +36,7 @@ swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
3636
swc_ecma_minifier = { version = "1.0.1", path = "../swc_ecma_minifier", features = [
3737
"concurrent",
3838
] }
39-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
39+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
4040
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
4141
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
4242
swc_error_reporters = { version = "2.0.0", path = "../swc_error_reporters" }

crates/jsdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ anyhow = { workspace = true }
2727
dashmap = { workspace = true }
2828

2929
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
30-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
30+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
3131
testing = { version = "1.0.0", path = "../testing" }

crates/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader", features = [
8686
"tsc",
8787
] }
8888
swc_ecma_minifier = { version = "1.0.1", path = "../swc_ecma_minifier" }
89-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
89+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
9090
swc_ecma_preset_env = { version = "1.0.0", path = "../swc_ecma_preset_env" }
9191
swc_ecma_transforms = { version = "1.0.0", path = "../swc_ecma_transforms", features = [
9292
"compat",

crates/swc_bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ swc_common = { version = "1.0.0", path = "../swc_common" }
4242
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
4343
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
4444
swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader" }
45-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
45+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
4646
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
4747
swc_ecma_transforms_optimization = { version = "1.0.0", path = "../swc_ecma_transforms_optimization" }
4848
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
@@ -68,6 +68,6 @@ swc_ecma_minifier = { version = "1.0.1", path = "../swc_ecma_minifier", features
6868
] }
6969
swc_ecma_transforms_proposal = { version = "1.0.0", path = "../swc_ecma_transforms_proposal" }
7070
swc_ecma_transforms_react = { version = "1.0.0", path = "../swc_ecma_transforms_react" }
71-
swc_ecma_transforms_typescript = { version = "1.0.0", path = "../swc_ecma_transforms_typescript" }
71+
swc_ecma_transforms_typescript = { version = "1.0.1", path = "../swc_ecma_transforms_typescript" }
7272
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
7373
testing = { version = "1.0.0", path = "../testing" }

crates/swc_cli_impl/Cargo.toml

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

42-
swc_core = { version = "1.0.1", features = [
42+
swc_core = { version = "1.0.2", features = [
4343
"trace_macro",
4444
"common_concurrent",
4545
"base_concurrent",

crates/swc_compiler_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ swc_config = { version = "1.0.0", path = "../swc_config" }
3131
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
3232
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
3333
swc_ecma_minifier = { version = "1.0.1", path = "../swc_ecma_minifier" }
34-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
34+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
3535
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
3636
swc_timer = { version = "1.0.0", path = "../swc_timer" }
3737

crates/swc_core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_core"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.0.1"
9+
version = "1.0.2"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -358,7 +358,7 @@ swc_ecma_codegen = { optional = true, version = "1.0.0", path =
358358
swc_ecma_lints = { optional = true, version = "1.0.0", path = "../swc_ecma_lints" }
359359
swc_ecma_loader = { optional = true, version = "1.0.0", path = "../swc_ecma_loader" }
360360
swc_ecma_minifier = { optional = true, version = "1.0.1", path = "../swc_ecma_minifier" }
361-
swc_ecma_parser = { optional = true, version = "1.0.0", path = "../swc_ecma_parser" }
361+
swc_ecma_parser = { optional = true, version = "1.0.1", path = "../swc_ecma_parser" }
362362
swc_ecma_preset_env = { optional = true, version = "1.0.0", path = "../swc_ecma_preset_env" }
363363
swc_ecma_quote_macros = { optional = true, version = "1.0.0", path = "../swc_ecma_quote_macros" }
364364
swc_ecma_transforms_base = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_base" }
@@ -368,7 +368,7 @@ swc_ecma_transforms_optimization = { optional = true, version = "1.0.0", path =
368368
swc_ecma_transforms_proposal = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_proposal" }
369369
swc_ecma_transforms_react = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_react" }
370370
swc_ecma_transforms_testing = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_testing" }
371-
swc_ecma_transforms_typescript = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_typescript" }
371+
swc_ecma_transforms_typescript = { optional = true, version = "1.0.1", path = "../swc_ecma_transforms_typescript" }
372372
swc_ecma_usage_analyzer = { optional = true, version = "1.0.1", path = "../swc_ecma_usage_analyzer" }
373373
swc_ecma_utils = { optional = true, version = "1.0.1", path = "../swc_ecma_utils" }
374374
swc_ecma_visit = { optional = true, version = "1.0.0", path = "../swc_ecma_visit" }

crates/swc_ecma_codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ swc_allocator = { version = "1.0.0", path = "../swc_allocator" }
4141
swc_common = { version = "1.0.0", path = "../swc_common", features = [
4242
"sourcemap",
4343
] }
44-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
44+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
4545
swc_ecma_testing = { version = "1.0.0", path = "../swc_ecma_testing" }
4646
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
4747
testing = { version = "1.0.0", path = "../testing" }

crates/swc_ecma_compat_bugfixes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2222
tracing = { workspace = true }
2323

2424
[dev-dependencies]
25-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
25+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
2626
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2015/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
3636
tracing = { workspace = true }
3737

3838
[dev-dependencies]
39-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
39+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
4040
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2016/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2424
tracing = { workspace = true }
2525

2626
[dev-dependencies]
27-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
27+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
2828
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2017/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
2626
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2727

2828
[dev-dependencies]
29-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
29+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
3030
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2018/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
2727
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2828

2929
[dev-dependencies]
30-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
30+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
3131
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2019/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
2525
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2626

2727
[dev-dependencies]
28-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
28+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
2929
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2020/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2525
tracing = { workspace = true }
2626

2727
[dev-dependencies]
28-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
28+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
2929
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
2323
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2424

2525
[dev-dependencies]
26-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
26+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
2727
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
3333

3434
[dev-dependencies]
3535
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
36-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
36+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
3737
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
3838
testing = { version = "1.0.0", path = "../testing" }
3939

crates/swc_ecma_minifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast", features = [
6262
"serde",
6363
] }
6464
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
65-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
65+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
6666
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
6767
swc_ecma_transforms_optimization = { version = "1.0.0", path = "../swc_ecma_transforms_optimization" }
6868
swc_ecma_usage_analyzer = { version = "1.0.1", path = "../swc_ecma_usage_analyzer" }

crates/swc_ecma_parser/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", "examples/**/*.rs"]
77
license = "Apache-2.0"
88
name = "swc_ecma_parser"
99
repository = "https://github.com/swc-project/swc.git"
10-
version = "1.0.0"
10+
version = "1.0.1"
1111

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

crates/swc_ecma_preset_env/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ criterion = { workspace = true }
4545
pretty_assertions = { workspace = true }
4646

4747
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
48-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
48+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
4949
testing = { version = "1.0.0", path = "../testing" }
5050

5151
[[bench]]

crates/swc_ecma_quote_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ syn = { workspace = true }
2121
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
2222
swc_common = { version = "1.0.0", path = "../swc_common" }
2323
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
24-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
24+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
2525
swc_macros_common = { version = "1.0.0", path = "../swc_macros_common" }

crates/swc_ecma_transforms/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ swc_ecma_transforms_module = { version = "1.0.0", path = "../swc_ecma_tran
4141
swc_ecma_transforms_optimization = { version = "1.0.0", path = "../swc_ecma_transforms_optimization", optional = true }
4242
swc_ecma_transforms_proposal = { version = "1.0.0", path = "../swc_ecma_transforms_proposal", optional = true }
4343
swc_ecma_transforms_react = { version = "1.0.0", path = "../swc_ecma_transforms_react", optional = true }
44-
swc_ecma_transforms_typescript = { version = "1.0.0", path = "../swc_ecma_transforms_typescript", optional = true }
44+
swc_ecma_transforms_typescript = { version = "1.0.1", path = "../swc_ecma_transforms_typescript", optional = true }
4545
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
4646
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
4747

@@ -51,6 +51,6 @@ sourcemap = { workspace = true }
5151
tempfile = { workspace = true }
5252

5353
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
54-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
54+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
5555
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
5656
testing = { version = "1.0.0", path = "../testing" }

crates/swc_ecma_transforms_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tracing = { workspace = true }
3131
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
3232
swc_common = { version = "1.0.0", path = "../swc_common" }
3333
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
34-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
34+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
3535
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
3636
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
3737

crates/swc_ecma_transforms_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
5454
[dev-dependencies]
5555
serde_json = { workspace = true }
5656

57-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
57+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
5858
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
5959
testing = { version = "1.0.0", path = "../testing" }

crates/swc_ecma_transforms_module/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
3131
swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader", features = [
3232
"node",
3333
] }
34-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
34+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
3535
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
3636
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
3737
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
@@ -46,5 +46,5 @@ swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader", features = [
4646
] }
4747
swc_ecma_transforms_compat = { version = "1.0.0", path = "../swc_ecma_transforms_compat" }
4848
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
49-
swc_ecma_transforms_typescript = { version = "1.0.0", path = "../swc_ecma_transforms_typescript" }
49+
swc_ecma_transforms_typescript = { version = "1.0.1", path = "../swc_ecma_transforms_typescript" }
5050
testing = { version = "1.0.0", path = "../testing/" }

crates/swc_ecma_transforms_optimization/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tracing = { workspace = true }
3434
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
3535
swc_common = { version = "1.0.0", path = "../swc_common" }
3636
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
37-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
37+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
3838
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
3939
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
4040
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
@@ -47,5 +47,5 @@ swc_ecma_transforms_module = { version = "1.0.0", path = "../swc_ecma_transf
4747
swc_ecma_transforms_proposal = { version = "1.0.0", path = "../swc_ecma_transforms_proposal" }
4848
swc_ecma_transforms_react = { version = "1.0.0", path = "../swc_ecma_transforms_react" }
4949
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
50-
swc_ecma_transforms_typescript = { version = "1.0.0", path = "../swc_ecma_transforms_typescript" }
50+
swc_ecma_transforms_typescript = { version = "1.0.1", path = "../swc_ecma_transforms_typescript" }
5151
testing = { version = "1.0.0", path = "../testing" }

crates/swc_ecma_transforms_proposal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
3636
serde_json = { workspace = true }
3737

3838
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
39-
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
39+
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
4040
swc_ecma_transforms_compat = { version = "1.0.0", path = "../swc_ecma_transforms_compat" }
4141
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
4242
testing = { version = "1.0.0", path = "../testing" }

0 commit comments

Comments
 (0)