Skip to content

Commit

Permalink
chore: Publish crates with swc_core v9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 16, 2024
1 parent c2696db commit 9981a91
Show file tree
Hide file tree
Showing 41 changed files with 50 additions and 48 deletions.
6 changes: 0 additions & 6 deletions .changeset/lucky-hotels-grow.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## [unreleased]

### Bug Fixes



- **(es/parser)** Do not parse empty stmt after using decl ([#9798](https://github.com/swc-project/swc/issues/9798)) ([c2696db](https://github.com/swc-project/swc/commit/c2696db528fc98187c5c5f7413bd9daac7d6c1b6))

## [1.10.1] - 2024-12-09

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "6.0.1", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "6.0.0", path = "../swc_error_reporters" }
Expand Down
2 changes: 1 addition & 1 deletion crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ anyhow = { workspace = true }
dashmap = { workspace = true }

swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
testing = { version = "5.0.0", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [
"tsc",
] }
swc_ecma_minifier = { version = "6.0.1", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "8.0.0", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "8.0.0", path = "../swc_ecma_transforms", features = [
"compat",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "6.0.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_cli_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
walkdir = { workspace = true }

swc_core = { version = "9.0.0", features = [
swc_core = { version = "9.0.1", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "6.0.1", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_timer = { version = "1.0.0", path = "../swc_timer" }

Expand Down
4 changes: 2 additions & 2 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "9.0.0"
version = "9.0.1"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -358,7 +358,7 @@ swc_ecma_codegen = { optional = true, version = "5.0.0", path =
swc_ecma_lints = { optional = true, version = "6.0.0", path = "../swc_ecma_lints" }
swc_ecma_loader = { optional = true, version = "5.0.0", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "6.0.1", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { optional = true, version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "8.0.0", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "6.0.0", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "6.0.2", path = "../swc_ecma_transforms_base" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ swc_allocator = { version = "2.0.0", path = "../swc_allocator" }
swc_common = { version = "5.0.0", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" }
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
testing = { version = "5.0.0", path = "../testing" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_bugfixes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }

[dev-dependencies]
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2015/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }

[dev-dependencies]
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2016/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }

[dev-dependencies]
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2017/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

[dev-dependencies]
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2018/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

[dev-dependencies]
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2019/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

[dev-dependencies]
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2020/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }

[dev-dependencies]
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

[dev-dependencies]
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }

[dev-dependencies]
swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
testing = { version = "5.0.0", path = "../testing" }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast", features = [
"serde",
] }
swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "6.0.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_usage_analyzer = { version = "6.0.0", path = "../swc_ecma_usage_analyzer" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "6.0.0"
version = "6.0.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_preset_env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ criterion = { workspace = true }
pretty_assertions = { workspace = true }

swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
testing = { version = "5.0.0", path = "../testing" }

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_quote_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ syn = { workspace = true }
swc_atoms = { version = "3.0.0", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_macros_common = { version = "1.0.0", path = "../swc_macros_common" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ sourcemap = { workspace = true }
tempfile = { workspace = true }

swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "5.0.0", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tracing = { workspace = true }
swc_atoms = { version = "3.0.0", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
[dev-dependencies]
serde_json = { workspace = true }

swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "5.0.0", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [
"node",
] }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_optimization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tracing = { workspace = true }
swc_atoms = { version = "3.0.0", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_proposal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
serde_json = { workspace = true }

swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "5.0.0", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_react/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ swc_atoms = { version = "3.0.0", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [
] }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_typescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ codspeed-criterion-compat = { workspace = true }
criterion = { workspace = true }

swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "6.0.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
stacker = { version = "0.1.15", optional = true }

[dev-dependencies]
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
testing = { version = "5.0.0", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecmascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen", optional = true }
swc_ecma_minifier = { version = "6.0.1", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "8.0.0", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_quote = { version = "6.0.0", path = "../swc_ecma_quote", optional = true }
swc_ecma_transforms = { version = "8.0.0", path = "../swc_ecma_transforms", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_estree_compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [
"tty-emitter",
] }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_estree_ast = { version = "5.0.0", path = "../swc_estree_ast" }
Expand All @@ -43,7 +43,7 @@ pretty_assertions = { workspace = true }

swc = { version = "9.0.0", path = "../swc" }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "8.0.0", path = "../swc_ecma_transforms/" }
testing = { version = "5.0.0", path = "../testing" }
walkdir = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_fast_ts_strip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [
] }
swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_typescript = { version = "6.0.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_html_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen", features =
swc_ecma_minifier = { version = "6.0.1", path = "../swc_ecma_minifier", features = [
"extra-serde",
] }
swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_html_ast = { version = "5.0.0", path = "../swc_html_ast" }
Expand Down
Loading

0 comments on commit 9981a91

Please sign in to comment.