Skip to content

Commit 70e6527

Browse files
committed
chore: Publish crates with swc_core v22.3.1
1 parent 12e60c6 commit 70e6527

File tree

52 files changed

+98
-98
lines changed

Some content is hidden

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

52 files changed

+98
-98
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/binding_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ binding_wasm = [
3535
# Common deps for the SWC imports
3636
swc = { optional = true, version = "21.0.0", path = "../swc" }
3737
swc_common = { optional = true, version = "8.1.0", path = "../swc_common" }
38-
swc_ecma_ast = { optional = true, version = "8.1.1", path = "../swc_ecma_ast" }
38+
swc_ecma_ast = { optional = true, version = "8.1.2", path = "../swc_ecma_ast" }
3939
swc_ecma_transforms = { optional = true, version = "15.0.0", path = "../swc_ecma_transforms" }
4040
swc_ecma_visit = { optional = true, version = "8.0.0", path = "../swc_ecma_visit" }
4141

crates/dbg-swc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ swc_common = { version = "8.1.0", features = [
3131
"concurrent",
3232
"tty-emitter",
3333
], path = "../swc_common" }
34-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
34+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
3535
swc_ecma_codegen = { version = "10.0.0", path = "../swc_ecma_codegen" }
3636
swc_ecma_minifier = { version = "16.0.1", path = "../swc_ecma_minifier", features = [
3737
"concurrent",
3838
] }
39-
swc_ecma_parser = { version = "11.1.0", path = "../swc_ecma_parser" }
39+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
4040
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
4141
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
4242
swc_error_reporters = { version = "10.0.0", path = "../swc_error_reporters" }

crates/jsdoc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ swc_common = { version = "8.1.0", path = "../swc_common" }
2626
anyhow = { workspace = true }
2727
dashmap = { workspace = true }
2828

29-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
30-
swc_ecma_parser = { version = "11.1.0", path = "../swc_ecma_parser" }
29+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
30+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
3131
testing = { version = "9.0.0", path = "../testing" }

crates/swc/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ swc_common = { version = "8.1.0", path = "../swc_common", features = [
8080
] }
8181
swc_compiler_base = { version = "18.0.0", path = "../swc_compiler_base" }
8282
swc_config = { version = "2.0.0", path = "../swc_config" }
83-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
83+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
8484
swc_ecma_codegen = { version = "10.0.0", path = "../swc_ecma_codegen" }
8585
swc_ecma_ext_transforms = { version = "12.0.0", path = "../swc_ecma_ext_transforms" }
8686
swc_ecma_lints = { version = "12.1.0", path = "../swc_ecma_lints" }
@@ -90,7 +90,7 @@ swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [
9090
"tsc",
9191
] }
9292
swc_ecma_minifier = { version = "16.0.1", path = "../swc_ecma_minifier" }
93-
swc_ecma_parser = { version = "11.1.0", path = "../swc_ecma_parser" }
93+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
9494
swc_ecma_preset_env = { version = "16.0.0", path = "../swc_ecma_preset_env" }
9595
swc_ecma_transforms = { version = "15.0.0", path = "../swc_ecma_transforms", features = [
9696
"compat",
@@ -141,7 +141,7 @@ walkdir = { workspace = true }
141141
codspeed-criterion-compat = { workspace = true }
142142
par-core = { workspace = true, features = ["chili"] }
143143

144-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast", features = [
144+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast", features = [
145145
"serde-impl",
146146
] }
147147
swc_ecma_lints = { version = "12.1.0", path = "../swc_ecma_lints", features = [

crates/swc_bundler/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ tracing = { workspace = true }
4040

4141
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
4242
swc_common = { version = "8.1.0", path = "../swc_common" }
43-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
43+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
4444
swc_ecma_codegen = { version = "10.0.0", path = "../swc_ecma_codegen" }
4545
swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader" }
46-
swc_ecma_parser = { version = "11.1.0", path = "../swc_ecma_parser" }
46+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
4747
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
4848
swc_ecma_transforms_optimization = { version = "12.0.0", path = "../swc_ecma_transforms_optimization" }
4949
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }

crates/swc_cli_impl/Cargo.toml

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

crates/swc_compiler_base/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ swc_common = { version = "8.1.0", path = "../swc_common", features = [
2828
"sourcemap",
2929
] }
3030
swc_config = { version = "2.0.0", path = "../swc_config" }
31-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
31+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
3232
swc_ecma_codegen = { version = "10.0.0", path = "../swc_ecma_codegen" }
3333
swc_ecma_minifier = { version = "16.0.1", path = "../swc_ecma_minifier" }
34-
swc_ecma_parser = { version = "11.1.0", path = "../swc_ecma_parser" }
34+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
3535
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
3636
swc_timer = { version = "1.0.0", path = "../swc_timer" }
3737

crates/swc_core/Cargo.toml

+3-3
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 = "22.3.0"
9+
version = "22.3.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -365,12 +365,12 @@ swc_css_parser = { optional = true, version = "8.0.0", path =
365365
swc_css_prefixer = { optional = true, version = "10.0.0", path = "../swc_css_prefixer" }
366366
swc_css_utils = { optional = true, version = "8.0.0", path = "../swc_css_utils/" }
367367
swc_css_visit = { optional = true, version = "8.0.0", path = "../swc_css_visit" }
368-
swc_ecma_ast = { optional = true, version = "8.1.1", path = "../swc_ecma_ast" }
368+
swc_ecma_ast = { optional = true, version = "8.1.2", path = "../swc_ecma_ast" }
369369
swc_ecma_codegen = { optional = true, version = "10.0.0", path = "../swc_ecma_codegen" }
370370
swc_ecma_lints = { optional = true, version = "12.1.0", path = "../swc_ecma_lints" }
371371
swc_ecma_loader = { optional = true, version = "8.0.0", path = "../swc_ecma_loader" }
372372
swc_ecma_minifier = { optional = true, version = "16.0.1", path = "../swc_ecma_minifier" }
373-
swc_ecma_parser = { optional = true, version = "11.1.0", path = "../swc_ecma_parser" }
373+
swc_ecma_parser = { optional = true, version = "11.1.1", path = "../swc_ecma_parser" }
374374
swc_ecma_preset_env = { optional = true, version = "16.0.0", path = "../swc_ecma_preset_env" }
375375
swc_ecma_quote_macros = { optional = true, version = "11.0.0", path = "../swc_ecma_quote_macros" }
376376
swc_ecma_transforms_base = { optional = true, version = "12.2.0", path = "../swc_ecma_transforms_base" }

crates/swc_ecma_ast/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "swc_ecma_ast"
88
repository = { workspace = true }
9-
version = "8.1.1"
9+
version = "8.1.2"
1010

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

crates/swc_ecma_codegen/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ swc_allocator = { version = "4.0.0", path = "../swc_allocator", default-features
3333
] }
3434
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
3535
swc_common = { version = "8.1.0", path = "../swc_common" }
36-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
36+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
3737
swc_ecma_codegen_macros = { version = "2.0.0", path = "../swc_ecma_codegen_macros" }
3838

3939
[dev-dependencies]
@@ -46,7 +46,7 @@ swc_allocator = { version = "4.0.0", path = "../swc_allocator" }
4646
swc_common = { version = "8.1.0", path = "../swc_common", features = [
4747
"sourcemap",
4848
] }
49-
swc_ecma_parser = { version = "11.1.0", path = "../swc_ecma_parser" }
49+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
5050
swc_ecma_testing = { version = "9.0.0", path = "../swc_ecma_testing" }
5151
swc_malloc = { version = "1.2.2", path = "../swc_malloc" }
5252
testing = { version = "9.0.0", path = "../testing" }

crates/swc_ecma_compat_bugfixes/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ tracing = { workspace = true }
1616

1717
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1818
swc_common = { version = "8.1.0", path = "../swc_common" }
19-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
19+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2020
swc_ecma_compat_es2015 = { version = "12.0.0", path = "../swc_ecma_compat_es2015" }
2121
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2222
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }
2323
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
2424
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2525

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

crates/swc_ecma_compat_common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "12.0.0"
1313

1414
[dependencies]
1515
swc_common = { version = "8.1.0", path = "../swc_common" }
16-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
16+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
1717
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }
1818
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
1919
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

crates/swc_ecma_compat_es2015/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2525

2626
swc_common = { version = "8.1.0", path = "../swc_common" }
2727
swc_config = { version = "2.0.0", path = "../swc_config" }
28-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
28+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2929
swc_ecma_compat_common = { version = "12.0.0", path = "../swc_ecma_compat_common" }
3030
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
3131
swc_ecma_transforms_classes = { version = "12.0.0", path = "../swc_ecma_transforms_classes" }
@@ -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 = "11.1.0", path = "../swc_ecma_parser" }
39+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
4040
swc_ecma_transforms_testing = { version = "15.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2016/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "12.0.0"
1515
[dependencies]
1616
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1717
swc_common = { version = "8.1.0", path = "../swc_common" }
18-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
18+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
1919
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2020
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
2121
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }
@@ -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 = "11.1.0", path = "../swc_ecma_parser" }
27+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
2828
swc_ecma_transforms_testing = { version = "15.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2017/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ tracing = { workspace = true }
1818

1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2020
swc_common = { version = "8.1.0", path = "../swc_common" }
21-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
21+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2222
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2323
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
2424
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }
2525
swc_ecma_visit = { version = "8.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 = "11.1.0", path = "../swc_ecma_parser" }
29+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
3030
swc_ecma_transforms_testing = { version = "15.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2018/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tracing = { workspace = true }
1818

1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2020
swc_common = { version = "8.1.0", path = "../swc_common" }
21-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
21+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2222
swc_ecma_compat_common = { version = "12.0.0", path = "../swc_ecma_compat_common" }
2323
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2424
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
@@ -27,5 +27,5 @@ swc_ecma_visit = { version = "8.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 = "11.1.0", path = "../swc_ecma_parser" }
30+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
3131
swc_ecma_transforms_testing = { version = "15.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2019/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ tracing = { workspace = true }
1818

1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2020
swc_common = { version = "8.1.0", path = "../swc_common" }
21-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
21+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2222
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2323
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }
2424
swc_ecma_visit = { version = "8.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 = "11.1.0", path = "../swc_ecma_parser" }
28+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
2929
swc_ecma_transforms_testing = { version = "15.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2020/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = "13.0.0"
1616
serde = { workspace = true, features = ["derive"] }
1717
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1818
swc_common = { version = "8.1.0", path = "../swc_common" }
19-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
19+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2020
swc_ecma_compat_es2022 = { version = "13.0.0", path = "../swc_ecma_compat_es2022" }
2121
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2222
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }
@@ -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 = "11.1.0", path = "../swc_ecma_parser" }
28+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
2929
swc_ecma_transforms_testing = { version = "15.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2021/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tracing = { workspace = true }
1717

1818
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1919
swc_common = { version = "8.1.0", path = "../swc_common" }
20-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
20+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2121
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2222
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }
2323
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }

crates/swc_ecma_compat_es2022/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tracing = { workspace = true }
1919

2020
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2121
swc_common = { version = "8.1.0", path = "../swc_common" }
22-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
22+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2323
swc_ecma_compat_common = { version = "12.0.0", path = "../swc_ecma_compat_common" }
2424
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2525
swc_ecma_transforms_classes = { version = "12.0.0", path = "../swc_ecma_transforms_classes" }

crates/swc_ecma_compat_es3/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ version = "12.0.0"
1616
tracing = { workspace = true }
1717

1818
swc_common = { version = "8.1.0", path = "../swc_common" }
19-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
19+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2020
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2121
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }
2222
swc_ecma_visit = { version = "8.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 = "11.1.0", path = "../swc_ecma_parser" }
26+
swc_ecma_parser = { version = "11.1.1", path = "../swc_ecma_parser" }
2727
swc_ecma_transforms_testing = { version = "15.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_ext_transforms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ phf = { workspace = true, features = ["macros"] }
1616

1717
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1818
swc_common = { version = "8.1.0", path = "../swc_common" }
19-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
19+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2020
swc_ecma_utils = { version = "12.0.0", path = "../swc_ecma_utils" }
2121
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }

crates/swc_ecma_fast_parser/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nightly = []
1616
[dependencies]
1717
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1818
swc_common = { version = "8.1.0", path = "../swc_common" }
19-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast" }
19+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
2020

2121
assume = { workspace = true }
2222
memchr = { workspace = true }
@@ -31,7 +31,7 @@ serde_json = { workspace = true }
3131
walkdir = { workspace = true }
3232

3333
codspeed-criterion-compat = { workspace = true }
34-
swc_ecma_ast = { version = "8.1.1", path = "../swc_ecma_ast", features = [
34+
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast", features = [
3535
"serde-impl",
3636
] }
3737
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }

0 commit comments

Comments
 (0)