mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
chore: Publish crates
This commit is contained in:
parent
25ac679bd3
commit
666c843e7e
@ -67,6 +67,9 @@
|
||||
|
||||
- **(common)** Remove dependency on `string-cache` ([#8291](https://github.com/swc-project/swc/issues/8291)) ([66a4d37](https://github.com/swc-project/swc/commit/66a4d370314d45b5d4a0117401002ac43dbcba0a))
|
||||
|
||||
|
||||
- **(es)** Remove duplicate `phf` dependency ([#8294](https://github.com/swc-project/swc/issues/8294)) ([25ac679](https://github.com/swc-project/swc/commit/25ac679bd3906c09212134859df9c75f38018822))
|
||||
|
||||
## [1.3.97] - 2023-11-09
|
||||
|
||||
### Bug Fixes
|
||||
@ -1680,9 +1683,6 @@
|
||||
|
||||
|
||||
|
||||
- **(bindings/node)** Make peer dependency of helpers optional ([#7216](https://github.com/swc-project/swc/issues/7216)) ([e86d598](https://github.com/swc-project/swc/commit/e86d59882a6644a63e98094127694f27b3c1b5a4))
|
||||
|
||||
|
||||
- **(es/compat)** Fix `finally` handling of `generator` ([#7215](https://github.com/swc-project/swc/issues/7215)) ([f5c62fb](https://github.com/swc-project/swc/commit/f5c62fbbf8ccbadec4daae4a2158b7b2fc707a2b))
|
||||
|
||||
|
||||
|
46
Cargo.lock
generated
46
Cargo.lock
generated
@ -284,7 +284,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_macros"
|
||||
version = "0.60.61"
|
||||
version = "0.60.62"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
@ -3820,7 +3820,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli_impl"
|
||||
version = "0.4.61"
|
||||
version = "0.4.62"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atty",
|
||||
@ -3877,7 +3877,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_compiler_base"
|
||||
version = "0.3.56"
|
||||
version = "0.3.57"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.13.1",
|
||||
@ -4282,7 +4282,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2017"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4300,7 +4300,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2018"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4319,7 +4319,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2019"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4353,7 +4353,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2021"
|
||||
version = "0.1.32"
|
||||
version = "0.1.33"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4384,7 +4384,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es3"
|
||||
version = "0.1.33"
|
||||
version = "0.1.34"
|
||||
dependencies = [
|
||||
"swc_common",
|
||||
"swc_ecma_ast",
|
||||
@ -4399,7 +4399,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ext_transforms"
|
||||
version = "0.110.29"
|
||||
version = "0.110.30"
|
||||
dependencies = [
|
||||
"phf",
|
||||
"swc_atoms",
|
||||
@ -4522,7 +4522,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_preset_env"
|
||||
version = "0.203.43"
|
||||
version = "0.203.44"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"criterion",
|
||||
@ -4588,7 +4588,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms"
|
||||
version = "0.226.42"
|
||||
version = "0.226.43"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"sourcemap",
|
||||
@ -4613,7 +4613,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_base"
|
||||
version = "0.134.34"
|
||||
version = "0.134.35"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"bitflags 2.3.2",
|
||||
@ -4640,7 +4640,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_classes"
|
||||
version = "0.123.35"
|
||||
version = "0.123.36"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4652,7 +4652,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_compat"
|
||||
version = "0.160.40"
|
||||
version = "0.160.41"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"indexmap 1.9.3",
|
||||
@ -4702,7 +4702,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_module"
|
||||
version = "0.177.42"
|
||||
version = "0.177.43"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"anyhow",
|
||||
@ -4731,7 +4731,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_optimization"
|
||||
version = "0.195.42"
|
||||
version = "0.195.43"
|
||||
dependencies = [
|
||||
"dashmap",
|
||||
"indexmap 1.9.3",
|
||||
@ -4785,7 +4785,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_react"
|
||||
version = "0.180.43"
|
||||
version = "0.180.44"
|
||||
dependencies = [
|
||||
"base64 0.13.1",
|
||||
"dashmap",
|
||||
@ -4813,7 +4813,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_testing"
|
||||
version = "0.137.36"
|
||||
version = "0.137.37"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -4906,7 +4906,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecmascript"
|
||||
version = "0.236.57"
|
||||
version = "0.236.58"
|
||||
dependencies = [
|
||||
"swc_ecma_ast",
|
||||
"swc_ecma_codegen",
|
||||
@ -4953,7 +4953,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_estree_compat"
|
||||
version = "0.194.59"
|
||||
version = "0.194.60"
|
||||
dependencies = [
|
||||
"ahash 0.8.5",
|
||||
"anyhow",
|
||||
@ -5001,7 +5001,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html"
|
||||
version = "0.134.56"
|
||||
version = "0.134.57"
|
||||
dependencies = [
|
||||
"swc_html_ast",
|
||||
"swc_html_codegen",
|
||||
@ -5052,7 +5052,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_minifier"
|
||||
version = "0.131.56"
|
||||
version = "0.131.57"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"once_cell",
|
||||
@ -5138,7 +5138,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_node_bundler"
|
||||
version = "0.58.61"
|
||||
version = "0.58.62"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap",
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "binding_macros"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.60.61"
|
||||
version = "0.60.62"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -36,7 +36,7 @@ binding_wasm = [
|
||||
swc = { optional = true, version = "0.269.56", path = "../swc" }
|
||||
swc_common = { optional = true, version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.226.42", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.226.43", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
||||
# Optional deps for the wasm binding macro
|
||||
|
@ -36,7 +36,7 @@ swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier", featu
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" }
|
||||
swc_timer = { version = "0.21.11", path = "../swc_timer" }
|
||||
|
@ -73,11 +73,11 @@ swc_common = { version = "0.33.9", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
"parking_lot",
|
||||
] }
|
||||
swc_compiler_base = { version = "0.3.56", path = "../swc_compiler_base" }
|
||||
swc_compiler_base = { version = "0.3.57", path = "../swc_compiler_base" }
|
||||
swc_config = { version = "0.1.7", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.110.29", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_ext_transforms = { version = "0.110.30", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.89.34", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features = [
|
||||
"cache",
|
||||
@ -86,8 +86,8 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { version = "0.203.43", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.226.42", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_preset_env = { version = "0.203.44", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"module",
|
||||
"optimization",
|
||||
@ -95,9 +95,9 @@ swc_ecma_transforms = { version = "0.226.42", path = "../swc_ecma_transforms", f
|
||||
"react",
|
||||
"typescript",
|
||||
] }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.40", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.42", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.43", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" }
|
||||
|
@ -43,8 +43,8 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_a
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.42", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.43", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.21.9", path = "../swc_fast_graph/" }
|
||||
@ -67,7 +67,7 @@ swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier", featu
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.43", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.180.43", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_react = { version = "0.180.44", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_typescript = { version = "0.185.41", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_cli_impl"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.61"
|
||||
version = "0.4.62"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_compiler_base"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.3.56"
|
||||
version = "0.3.57"
|
||||
|
||||
[features]
|
||||
node = ["napi", "napi-derive"]
|
||||
|
@ -324,7 +324,7 @@ __visit = ["__ecma", "swc_ecma_visit"]
|
||||
once_cell = { optional = true, version = "1.18.0" }
|
||||
|
||||
# swc_* dependencies
|
||||
binding_macros = { optional = true, version = "0.60.61", path = "../binding_macros" }
|
||||
binding_macros = { optional = true, version = "0.60.62", path = "../binding_macros" }
|
||||
swc = { optional = true, version = "0.269.56", path = "../swc" }
|
||||
swc_atoms = { optional = true, version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_bundler = { optional = true, version = "0.222.50", path = "../swc_bundler" }
|
||||
@ -344,21 +344,21 @@ swc_ecma_codegen = { optional = true, version = "0.146.27", path
|
||||
swc_ecma_loader = { optional = true, version = "0.45.10", path = "../swc_ecma_loader" }
|
||||
swc_ecma_minifier = { optional = true, version = "0.189.51", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { optional = true, version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.203.43", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.203.44", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_quote_macros = { optional = true, version = "0.52.23", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.160.40", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.177.42", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.195.42", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.177.43", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.195.43", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.168.43", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.180.43", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.180.44", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.185.41", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.20.30", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" }
|
||||
swc_node_bundler = { optional = true, version = "0.58.61", path = "../swc_node_bundler" }
|
||||
swc_node_bundler = { optional = true, version = "0.58.62", path = "../swc_node_bundler" }
|
||||
swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" }
|
||||
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
|
||||
swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" }
|
||||
|
@ -15,7 +15,7 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2015 = { version = "0.1.36", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
@ -23,4 +23,4 @@ tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -26,8 +26,8 @@ swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.7", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.35", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.36", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -36,4 +36,4 @@ tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -16,7 +16,7 @@ version = "0.1.34"
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -25,4 +25,4 @@ tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", 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.1.34"
|
||||
version = "0.1.35"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -19,7 +19,7 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -27,4 +27,4 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", 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.1.34"
|
||||
version = "0.1.35"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -20,7 +20,7 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -28,4 +28,4 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", 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.1.34"
|
||||
version = "0.1.35"
|
||||
|
||||
|
||||
# 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.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -18,7 +18,7 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2022 = { version = "0.1.34", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
@ -26,4 +26,4 @@ tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", 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.1.32"
|
||||
version = "0.1.33"
|
||||
|
||||
|
||||
# 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.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
@ -20,8 +20,8 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.35", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.36", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
@ -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.1.33"
|
||||
version = "0.1.34"
|
||||
|
||||
|
||||
# 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.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", 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.110.29"
|
||||
version = "0.110.30"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
@ -34,7 +34,7 @@ swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
|
||||
[features]
|
||||
|
@ -59,8 +59,8 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast", features = [
|
||||
] }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.42", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.43", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_usage_analyzer = { version = "0.20.30", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_preset_env"
|
||||
version = "0.203.43"
|
||||
version = "0.203.44"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -32,7 +32,7 @@ string_enum = { version = "0.4.1", path = "../string_enum" }
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { version = "0.226.42", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"proposal",
|
||||
] }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.226.42"
|
||||
version = "0.226.43"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -34,12 +34,12 @@ typescript = ["swc_ecma_transforms_typescript"]
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.40", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.177.42", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.42", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.177.43", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.43", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.43", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.180.43", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.180.44", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.185.41", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -51,5 +51,5 @@ tempfile = "3"
|
||||
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", 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.134.34"
|
||||
version = "0.134.35"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
@ -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.123.35"
|
||||
version = "0.123.36"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,6 +15,6 @@ bench = false
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", 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.160.40"
|
||||
version = "0.160.41"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -37,15 +37,15 @@ swc_ecma_compat_bugfixes = { version = "0.1.36", path = "../swc_ecma_compat_b
|
||||
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_compat_es2015 = { version = "0.1.36", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_compat_es2016 = { version = "0.1.34", path = "../swc_ecma_compat_es2016" }
|
||||
swc_ecma_compat_es2017 = { version = "0.1.34", path = "../swc_ecma_compat_es2017" }
|
||||
swc_ecma_compat_es2018 = { version = "0.1.34", path = "../swc_ecma_compat_es2018" }
|
||||
swc_ecma_compat_es2019 = { version = "0.1.34", path = "../swc_ecma_compat_es2019" }
|
||||
swc_ecma_compat_es2017 = { version = "0.1.35", path = "../swc_ecma_compat_es2017" }
|
||||
swc_ecma_compat_es2018 = { version = "0.1.35", path = "../swc_ecma_compat_es2018" }
|
||||
swc_ecma_compat_es2019 = { version = "0.1.35", path = "../swc_ecma_compat_es2019" }
|
||||
swc_ecma_compat_es2020 = { version = "0.1.33", path = "../swc_ecma_compat_es2020" }
|
||||
swc_ecma_compat_es2021 = { version = "0.1.32", path = "../swc_ecma_compat_es2021" }
|
||||
swc_ecma_compat_es2021 = { version = "0.1.33", path = "../swc_ecma_compat_es2021" }
|
||||
swc_ecma_compat_es2022 = { version = "0.1.34", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_compat_es3 = { version = "0.1.33", path = "../swc_ecma_compat_es3" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.35", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_compat_es3 = { version = "0.1.34", path = "../swc_ecma_compat_es3" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.36", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -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.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_module"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.177.42"
|
||||
version = "0.177.43"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -32,7 +32,7 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
||||
@ -44,6 +44,6 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_transforms_compat = { version = "0.160.40", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", path = "../testing/" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_optimization"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.195.42"
|
||||
version = "0.195.43"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -35,17 +35,17 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.21.9", path = "../swc_fast_graph" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_transforms_compat = { version = "0.160.40", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.177.42", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.177.43", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.43", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.180.43", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_react = { version = "0.180.44", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.185.41", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
|
@ -26,8 +26,8 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.35", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.36", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -36,6 +36,6 @@ swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit"
|
||||
serde_json = "1.0.66"
|
||||
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.40", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_react"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.180.43"
|
||||
version = "0.180.44"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -32,14 +32,14 @@ swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.7", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen/" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.40", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_module = { version = "0.177.42", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_module = { version = "0.177.43", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", 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.137.36"
|
||||
version = "0.137.37"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -29,7 +29,7 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.22.11", path = "../swc_ecma_testing" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
|
@ -19,8 +19,8 @@ ryu-js = "1.0.0"
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.180.43", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.180.44", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
||||
@ -29,9 +29,9 @@ criterion = "0.5"
|
||||
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.40", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.43", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.36", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecmascript"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.236.57"
|
||||
version = "0.236.58"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -42,9 +42,9 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen", optional = true }
|
||||
swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier", optional = true }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser", optional = true, default-features = false }
|
||||
swc_ecma_preset_env = { version = "0.203.43", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_preset_env = { version = "0.203.44", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_quote = { version = "0.57.23", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_transforms = { version = "0.226.42", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit", optional = true }
|
||||
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_estree_compat"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.194.59"
|
||||
version = "0.194.60"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -43,7 +43,7 @@ pretty_assertions = "1.3"
|
||||
swc = { version = "0.269.56", path = "../swc" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.226.42", path = "../swc_ecma_transforms/" }
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms/" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
walkdir = "2"
|
||||
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_html"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.134.56"
|
||||
version = "0.134.57"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
|
||||
[dependencies]
|
||||
swc_html_ast = {version = "0.33.9", path = "../swc_html_ast"}
|
||||
swc_html_codegen = {version = "0.42.13", path = "../swc_html_codegen"}
|
||||
swc_html_minifier = {version = "0.131.56", path = "../swc_html_minifier", optional = true}
|
||||
swc_html_minifier = {version = "0.131.57", path = "../swc_html_minifier", optional = true}
|
||||
swc_html_parser = {version = "0.39.13", path = "../swc_html_parser"}
|
||||
swc_html_visit = {version = "0.33.9", path = "../swc_html_visit"}
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_html_minifier"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.131.56"
|
||||
version = "0.131.57"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -35,7 +35,7 @@ swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier", featu
|
||||
"extra-serde",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.34", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_html_ast = { version = "0.33.9", path = "../swc_html_ast" }
|
||||
swc_html_codegen = { version = "0.42.13", path = "../swc_html_codegen" }
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_node_bundler"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.58.61"
|
||||
version = "0.58.62"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -41,7 +41,7 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.226.42", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
|
Loading…
Reference in New Issue
Block a user