Skip to content

Commit

Permalink
chore: Publish crates with swc_core v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 17, 2024
1 parent 39e0f9c commit b2d40a7
Show file tree
Hide file tree
Showing 42 changed files with 64 additions and 68 deletions.
6 changes: 0 additions & 6 deletions .changeset/fluffy-lizards-allow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-glasses-buy.md

This file was deleted.

20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
## [unreleased]

### Bug Fixes



- **(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))

### Miscellaneous Tasks



- **(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))

## [1.7.36] - 2024-10-15

### Bug Fixes
Expand Down Expand Up @@ -1312,9 +1326,6 @@



- **(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))


- **(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))


Expand All @@ -1327,9 +1338,6 @@



- **(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))


- **(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))

<!-- generated by git-cliff -->
6 changes: 3 additions & 3 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 = "1.0.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "1.0.1", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "2.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 = "1.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
testing = { version = "1.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 @@ -86,7 +86,7 @@ swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader", features = [
"tsc",
] }
swc_ecma_minifier = { version = "1.0.1", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "1.0.0", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "1.0.0", path = "../swc_ecma_transforms", features = [
"compat",
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ swc_common = { version = "1.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "1.0.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
Expand All @@ -68,6 +68,6 @@ swc_ecma_minifier = { version = "1.0.1", path = "../swc_ecma_minifier", features
] }
swc_ecma_transforms_proposal = { version = "1.0.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "1.0.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "1.0.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_typescript = { version = "1.0.1", path = "../swc_ecma_transforms_typescript" }
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
testing = { version = "1.0.0", path = "../testing" }
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 = "1.0.1", features = [
swc_core = { version = "1.0.2", 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 = "1.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "1.0.1", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
swc_timer = { version = "1.0.0", path = "../swc_timer" }

Expand Down
6 changes: 3 additions & 3 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 = "1.0.1"
version = "1.0.2"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -358,7 +358,7 @@ swc_ecma_codegen = { optional = true, version = "1.0.0", path =
swc_ecma_lints = { optional = true, version = "1.0.0", path = "../swc_ecma_lints" }
swc_ecma_loader = { optional = true, version = "1.0.0", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "1.0.1", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { optional = true, version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "1.0.0", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "1.0.0", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_base" }
Expand All @@ -368,7 +368,7 @@ swc_ecma_transforms_optimization = { optional = true, version = "1.0.0", path =
swc_ecma_transforms_proposal = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_typescript = { optional = true, version = "1.0.1", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "1.0.1", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "1.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "1.0.0", path = "../swc_ecma_visit" }
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 = "1.0.0", path = "../swc_allocator" }
swc_common = { version = "1.0.0", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "1.0.0", path = "../swc_ecma_testing" }
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

[dev-dependencies]
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

[dev-dependencies]
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

[dev-dependencies]
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

[dev-dependencies]
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_visit" }

[dev-dependencies]
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
testing = { version = "1.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 = "1.0.0", path = "../swc_ecma_ast", features = [
"serde",
] }
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "1.0.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_usage_analyzer = { version = "1.0.1", 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 = "1.0.0"
version = "1.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 = "1.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
testing = { version = "1.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 = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "1.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_macros_common = { version = "1.0.0", path = "../swc_macros_common" }
4 changes: 2 additions & 2 deletions crates/swc_ecma_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ swc_ecma_transforms_module = { version = "1.0.0", path = "../swc_ecma_tran
swc_ecma_transforms_optimization = { version = "1.0.0", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "1.0.0", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "1.0.0", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_typescript = { version = "1.0.0", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_transforms_typescript = { version = "1.0.1", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }

Expand All @@ -51,6 +51,6 @@ sourcemap = { workspace = true }
tempfile = { workspace = true }

swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "1.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 = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "1.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "1.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 = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "1.0.0", path = "../testing" }
4 changes: 2 additions & 2 deletions 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 = "1.0.0", path = "../swc_ecma_ast" }
swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader", features = [
"node",
] }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
Expand All @@ -46,5 +46,5 @@ swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader", features = [
] }
swc_ecma_transforms_compat = { version = "1.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "1.0.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_typescript = { version = "1.0.1", path = "../swc_ecma_transforms_typescript" }
testing = { version = "1.0.0", path = "../testing/" }
4 changes: 2 additions & 2 deletions 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 = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "1.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
Expand All @@ -47,5 +47,5 @@ swc_ecma_transforms_module = { version = "1.0.0", path = "../swc_ecma_transf
swc_ecma_transforms_proposal = { version = "1.0.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "1.0.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "1.0.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_typescript = { version = "1.0.1", path = "../swc_ecma_transforms_typescript" }
testing = { version = "1.0.0", path = "../testing" }
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 = "1.0.0", path = "../swc_ecma_visit" }
serde_json = { workspace = true }

swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "1.0.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "1.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "1.0.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "1.0.0", path = "../testing" }
Loading

0 comments on commit b2d40a7

Please sign in to comment.