mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +03:00
chore: Bump crates
This commit is contained in:
parent
e5d6de0ea9
commit
6cca7cbfe8
@ -8,6 +8,9 @@
|
||||
- **(binding/types)** Update typings for `options.envs` to match implementation ([#8620](https://github.com/swc-project/swc/issues/8620)) ([2a115cf](https://github.com/swc-project/swc/commit/2a115cff716b3ac9216d03a4c88649fedff73850))
|
||||
|
||||
|
||||
- **(es/compat)** Visit AssignExpr right branch in FnEnvHoister ([#8633](https://github.com/swc-project/swc/issues/8633)) ([e5d6de0](https://github.com/swc-project/swc/commit/e5d6de0ea9fbab0e36791f59b58d6d2c76809ea5))
|
||||
|
||||
|
||||
- **(es/decorators)** Do not insert duplicate constructors ([#8631](https://github.com/swc-project/swc/issues/8631)) ([21a447f](https://github.com/swc-project/swc/commit/21a447f35a79cdad4721cdefea26da1d355d34d3))
|
||||
|
||||
|
||||
@ -1454,10 +1457,4 @@
|
||||
|
||||
- **(es/minifier)** Do not reuse identifier used for import bindings ([#7639](https://github.com/swc-project/swc/issues/7639)) ([a65be14](https://github.com/swc-project/swc/commit/a65be14a00f41e9b0b4439c31b49febeefd1f845))
|
||||
|
||||
### Buiild
|
||||
|
||||
|
||||
|
||||
- **(bindings/wasm)** Fix Wasm build ([#7666](https://github.com/swc-project/swc/issues/7666)) ([dc5135f](https://github.com/swc-project/swc/commit/dc5135f43f5fe01ed36c1b40a5647b2f1c3277b4))
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
38
Cargo.lock
generated
38
Cargo.lock
generated
@ -4196,7 +4196,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_bugfixes"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4213,7 +4213,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_common"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"swc_common",
|
||||
"swc_ecma_ast",
|
||||
@ -4224,7 +4224,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2015"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"indexmap 2.1.0",
|
||||
@ -4250,7 +4250,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2016"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4267,7 +4267,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2017"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4285,7 +4285,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2018"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4304,7 +4304,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2019"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4320,7 +4320,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2020"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4338,7 +4338,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2021"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4352,7 +4352,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2022"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4369,7 +4369,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es3"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"swc_common",
|
||||
"swc_ecma_ast",
|
||||
@ -4384,7 +4384,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ext_transforms"
|
||||
version = "0.113.3"
|
||||
version = "0.113.4"
|
||||
dependencies = [
|
||||
"phf",
|
||||
"swc_atoms",
|
||||
@ -4396,7 +4396,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_lints"
|
||||
version = "0.92.3"
|
||||
version = "0.92.4"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"dashmap",
|
||||
@ -4597,7 +4597,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_base"
|
||||
version = "0.137.3"
|
||||
version = "0.137.4"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"bitflags 2.4.2",
|
||||
@ -4624,7 +4624,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_classes"
|
||||
version = "0.126.3"
|
||||
version = "0.126.4"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4636,7 +4636,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_compat"
|
||||
version = "0.163.3"
|
||||
version = "0.163.4"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"indexmap 2.1.0",
|
||||
@ -4796,7 +4796,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_testing"
|
||||
version = "0.140.3"
|
||||
version = "0.140.4"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -4842,7 +4842,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_usage_analyzer"
|
||||
version = "0.23.3"
|
||||
version = "0.23.4"
|
||||
dependencies = [
|
||||
"indexmap 2.1.0",
|
||||
"rustc-hash",
|
||||
@ -4857,7 +4857,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_utils"
|
||||
version = "0.127.3"
|
||||
version = "0.127.4"
|
||||
dependencies = [
|
||||
"indexmap 2.1.0",
|
||||
"num_cpus",
|
||||
|
@ -36,7 +36,7 @@ swc_ecma_minifier = { version = "0.192.4", path = "../swc_ecma_minifier", featur
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.17.16", path = "../swc_error_reporters" }
|
||||
swc_timer = { version = "0.21.18", path = "../swc_timer" }
|
||||
|
@ -77,8 +77,8 @@ swc_compiler_base = { version = "0.7.4", path = "../swc_compiler_base" }
|
||||
swc_config = { version = "0.1.11", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.113.3", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.92.3", path = "../swc_ecma_lints" }
|
||||
swc_ecma_ext_transforms = { version = "0.113.4", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.92.4", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader", features = [
|
||||
"cache",
|
||||
"node",
|
||||
@ -95,10 +95,10 @@ swc_ecma_transforms = { version = "0.229.4", path = "../swc_ecma_transforms", fe
|
||||
"react",
|
||||
"typescript",
|
||||
] }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.198.4", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.17.16", path = "../swc_error_reporters" }
|
||||
swc_node_comments = { version = "0.20.16", path = "../swc_node_comments" }
|
||||
@ -127,7 +127,7 @@ rayon = "1.7.0"
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_ecma_lints = { version = "0.92.3", path = "../swc_ecma_lints", features = [
|
||||
swc_ecma_lints = { version = "0.92.4", path = "../swc_ecma_lints", features = [
|
||||
"non_critical_lints",
|
||||
] }
|
||||
swc_ecma_testing = { version = "0.22.19", path = "../swc_ecma_testing" }
|
||||
|
@ -43,9 +43,9 @@ swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_as
|
||||
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.198.4", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.21.17", path = "../swc_fast_graph/" }
|
||||
swc_graph_analyzer = { version = "0.22.19", path = "../swc_graph_analyzer/" }
|
||||
|
@ -346,16 +346,16 @@ swc_ecma_minifier = { optional = true, version = "0.192.4", path
|
||||
swc_ecma_parser = { optional = true, version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.206.4", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_quote_macros = { optional = true, version = "0.54.6", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.163.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.163.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.180.4", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.198.4", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.171.4", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.183.4", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.188.4", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.23.3", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.23.4", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { optional = true, version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" }
|
||||
swc_node_bundler = { optional = true, version = "0.62.5", path = "../swc_node_bundler" }
|
||||
|
@ -7,20 +7,20 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_bugfixes"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2015 = { version = "0.4.3", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_compat_es2015 = { version = "0.4.4", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,13 +7,13 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_common"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2015"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -25,15 +25,15 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.11", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.4.3", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.126.3", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_compat_common = { version = "0.4.4", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.126.4", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2016"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -16,13 +16,13 @@ version = "0.4.3"
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2017"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -19,12 +19,12 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2018"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -19,13 +19,13 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.4.3", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_compat_common = { version = "0.4.4", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2019"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -19,11 +19,11 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2020"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -17,13 +17,13 @@ serde = { version = "1.0.188", features = ["derive"] }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2022 = { version = "0.4.3", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_compat_es2022 = { version = "0.4.4", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2021"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -18,7 +18,7 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2022"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -19,10 +19,10 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.4.3", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.126.3", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_compat_common = { version = "0.4.4", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.126.4", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es3"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -17,11 +17,11 @@ tracing = "0.1.37"
|
||||
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_ext_transforms"
|
||||
version = "0.113.3"
|
||||
version = "0.113.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -16,5 +16,5 @@ phf = { version = "0.11", features = ["macros"] }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_lints"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.92.3"
|
||||
version = "0.92.4"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -28,13 +28,13 @@ swc_config = { version = "0.1.11", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast", features = [
|
||||
"serde",
|
||||
] }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
testing = { version = "0.35.18", path = "../testing" }
|
||||
|
||||
[features]
|
||||
|
@ -60,10 +60,10 @@ swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast", features = [
|
||||
] }
|
||||
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.198.4", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_usage_analyzer = { version = "0.23.3", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_usage_analyzer = { version = "0.23.4", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.21.18", path = "../swc_timer" }
|
||||
|
||||
|
@ -36,7 +36,7 @@ swc_ecma_transforms = { version = "0.229.4", path = "../swc_ecma_transforms", fe
|
||||
"compat",
|
||||
"proposal",
|
||||
] }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -34,14 +34,14 @@ typescript = ["swc_ecma_transforms_typescript"]
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.4", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.180.4", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.198.4", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.171.4", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.183.4", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.188.4", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
@ -51,5 +51,5 @@ tempfile = "3"
|
||||
|
||||
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.18", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_base"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.137.3"
|
||||
version = "0.137.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -32,7 +32,7 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_classes"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.126.3"
|
||||
version = "0.126.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,6 +15,6 @@ bench = false
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_compat"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.163.3"
|
||||
version = "0.163.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -33,21 +33,21 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.11", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_bugfixes = { version = "0.4.3", path = "../swc_ecma_compat_bugfixes" }
|
||||
swc_ecma_compat_common = { version = "0.4.3", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_compat_es2015 = { version = "0.4.3", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_compat_es2016 = { version = "0.4.3", path = "../swc_ecma_compat_es2016" }
|
||||
swc_ecma_compat_es2017 = { version = "0.4.3", path = "../swc_ecma_compat_es2017" }
|
||||
swc_ecma_compat_es2018 = { version = "0.4.3", path = "../swc_ecma_compat_es2018" }
|
||||
swc_ecma_compat_es2019 = { version = "0.4.3", path = "../swc_ecma_compat_es2019" }
|
||||
swc_ecma_compat_es2020 = { version = "0.4.3", path = "../swc_ecma_compat_es2020" }
|
||||
swc_ecma_compat_es2021 = { version = "0.4.3", path = "../swc_ecma_compat_es2021" }
|
||||
swc_ecma_compat_es2022 = { version = "0.4.3", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_compat_es3 = { version = "0.4.3", path = "../swc_ecma_compat_es3" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.126.3", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_compat_bugfixes = { version = "0.4.4", path = "../swc_ecma_compat_bugfixes" }
|
||||
swc_ecma_compat_common = { version = "0.4.4", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_compat_es2015 = { version = "0.4.4", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_compat_es2016 = { version = "0.4.4", path = "../swc_ecma_compat_es2016" }
|
||||
swc_ecma_compat_es2017 = { version = "0.4.4", path = "../swc_ecma_compat_es2017" }
|
||||
swc_ecma_compat_es2018 = { version = "0.4.4", path = "../swc_ecma_compat_es2018" }
|
||||
swc_ecma_compat_es2019 = { version = "0.4.4", path = "../swc_ecma_compat_es2019" }
|
||||
swc_ecma_compat_es2020 = { version = "0.4.4", path = "../swc_ecma_compat_es2020" }
|
||||
swc_ecma_compat_es2021 = { version = "0.4.4", path = "../swc_ecma_compat_es2021" }
|
||||
swc_ecma_compat_es2022 = { version = "0.4.4", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_compat_es3 = { version = "0.4.4", path = "../swc_ecma_compat_es3" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.126.4", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
@ -55,5 +55,5 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
serde_json = "1.0.66"
|
||||
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.18", path = "../testing" }
|
||||
|
@ -32,8 +32,8 @@ swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
@ -44,6 +44,6 @@ swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.18", path = "../testing/" }
|
||||
|
@ -35,17 +35,17 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.21.17", path = "../swc_fast_graph" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.180.4", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.171.4", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.183.4", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.188.4", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.35.18", path = "../testing" }
|
||||
|
@ -26,16 +26,16 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.126.3", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.126.4", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.66"
|
||||
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.18", path = "../testing" }
|
||||
|
@ -32,14 +32,14 @@ swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.11", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen/" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.4", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_module = { version = "0.180.4", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.18", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_testing"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.140.3"
|
||||
version = "0.140.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -29,7 +29,7 @@ swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.22.19", path = "../swc_ecma_testing" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
testing = { version = "0.35.18", path = "../testing" }
|
||||
|
@ -19,9 +19,9 @@ ryu-js = "1.0.0"
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.183.4", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
@ -29,9 +29,9 @@ criterion = "0.5"
|
||||
|
||||
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_compat = { version = "0.163.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.171.4", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.18", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_usage_analyzer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.23.3"
|
||||
version = "0.23.4"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -29,6 +29,6 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.17", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.21.18", path = "../swc_timer" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_utils"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.127.3"
|
||||
version = "0.127.4"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -45,7 +45,7 @@ swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser", option
|
||||
swc_ecma_preset_env = { version = "0.206.4", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_quote = { version = "0.59.6", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_transforms = { version = "0.229.4", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -31,7 +31,7 @@ swc_common = { version = "0.33.17", path = "../swc_common", features = [
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_estree_ast = { version = "0.23.16", path = "../swc_estree_ast" }
|
||||
swc_node_comments = { version = "0.20.16", path = "../swc_node_comments/" }
|
||||
|
@ -35,7 +35,7 @@ swc_ecma_minifier = { version = "0.192.4", path = "../swc_ecma_minifier", featur
|
||||
"extra-serde",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_html_ast = { version = "0.33.16", path = "../swc_html_ast" }
|
||||
swc_html_codegen = { version = "0.42.21", path = "../swc_html_codegen" }
|
||||
|
@ -42,7 +42,7 @@ swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.229.4", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user