mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +03:00
chore: Publish crates
This commit is contained in:
parent
46fb4619ba
commit
c023a03d7b
@ -1,4 +1,12 @@
|
||||
# Changelog
|
||||
## [unreleased]
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
|
||||
- **(testing)** Add `CARGO_TARGET_DIR` and use it from other crates (#7552) ([46fb461](https://github.com/swc-project/swc/commit/46fb4619bafd56dfa3edd9064c1fe2ae4b6b78de))
|
||||
|
||||
## [1.3.66] - 2023-06-20
|
||||
|
||||
### Bug Fixes
|
||||
|
100
Cargo.lock
generated
100
Cargo.lock
generated
@ -211,7 +211,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_macros"
|
||||
version = "0.52.15"
|
||||
version = "0.52.16"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
@ -935,7 +935,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
|
||||
|
||||
[[package]]
|
||||
name = "dbg-swc"
|
||||
version = "0.83.18"
|
||||
version = "0.83.19"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 3.1.0",
|
||||
@ -1706,7 +1706,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "jsdoc"
|
||||
version = "0.105.2"
|
||||
version = "0.105.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap",
|
||||
@ -3432,7 +3432,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc"
|
||||
version = "0.263.15"
|
||||
version = "0.263.16"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"ansi_term",
|
||||
@ -3503,7 +3503,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_bundler"
|
||||
version = "0.216.13"
|
||||
version = "0.216.14"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -3617,7 +3617,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.78.15"
|
||||
version = "0.78.16"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"binding_macros",
|
||||
@ -3668,7 +3668,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css"
|
||||
version = "0.153.17"
|
||||
version = "0.153.18"
|
||||
dependencies = [
|
||||
"swc_css_ast",
|
||||
"swc_css_codegen",
|
||||
@ -3695,7 +3695,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_codegen"
|
||||
version = "0.147.14"
|
||||
version = "0.147.15"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"bitflags 2.1.0",
|
||||
@ -3724,7 +3724,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_compat"
|
||||
version = "0.23.14"
|
||||
version = "0.23.15"
|
||||
dependencies = [
|
||||
"bitflags 2.1.0",
|
||||
"once_cell",
|
||||
@ -3742,7 +3742,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_lints"
|
||||
version = "0.56.14"
|
||||
version = "0.56.15"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"parking_lot",
|
||||
@ -3761,7 +3761,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_minifier"
|
||||
version = "0.112.14"
|
||||
version = "0.112.15"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"serde",
|
||||
@ -3778,7 +3778,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_modules"
|
||||
version = "0.25.15"
|
||||
version = "0.25.16"
|
||||
dependencies = [
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
@ -3795,7 +3795,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_parser"
|
||||
version = "0.146.14"
|
||||
version = "0.146.15"
|
||||
dependencies = [
|
||||
"bitflags 2.1.0",
|
||||
"criterion",
|
||||
@ -3812,7 +3812,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_prefixer"
|
||||
version = "0.149.16"
|
||||
version = "0.149.17"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"preset_env_base",
|
||||
@ -3873,7 +3873,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_codegen"
|
||||
version = "0.141.5"
|
||||
version = "0.141.6"
|
||||
dependencies = [
|
||||
"base64 0.13.1",
|
||||
"criterion",
|
||||
@ -3908,7 +3908,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_dep_graph"
|
||||
version = "0.108.2"
|
||||
version = "0.108.3"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"swc_atoms",
|
||||
@ -3921,7 +3921,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ext_transforms"
|
||||
version = "0.105.4"
|
||||
version = "0.105.5"
|
||||
dependencies = [
|
||||
"phf",
|
||||
"swc_atoms",
|
||||
@ -3933,7 +3933,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_lints"
|
||||
version = "0.84.8"
|
||||
version = "0.84.9"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"auto_impl",
|
||||
@ -3977,7 +3977,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_minifier"
|
||||
version = "0.183.13"
|
||||
version = "0.183.14"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"ansi_term",
|
||||
@ -4020,7 +4020,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_parser"
|
||||
version = "0.136.2"
|
||||
version = "0.136.3"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"either",
|
||||
@ -4045,7 +4045,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_preset_env"
|
||||
version = "0.197.14"
|
||||
version = "0.197.15"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -4073,7 +4073,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_quote"
|
||||
version = "0.52.2"
|
||||
version = "0.52.3"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4084,7 +4084,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_quote_macros"
|
||||
version = "0.47.2"
|
||||
version = "0.47.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"pmutil",
|
||||
@ -4100,7 +4100,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_testing"
|
||||
version = "0.20.8"
|
||||
version = "0.20.9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"hex",
|
||||
@ -4111,7 +4111,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms"
|
||||
version = "0.220.13"
|
||||
version = "0.220.14"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"sourcemap",
|
||||
@ -4136,7 +4136,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_base"
|
||||
version = "0.129.8"
|
||||
version = "0.129.9"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"bitflags 2.1.0",
|
||||
@ -4163,7 +4163,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_classes"
|
||||
version = "0.118.8"
|
||||
version = "0.118.9"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4175,7 +4175,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_compat"
|
||||
version = "0.155.11"
|
||||
version = "0.155.12"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrayvec",
|
||||
@ -4215,7 +4215,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_module"
|
||||
version = "0.172.12"
|
||||
version = "0.172.13"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"ahash",
|
||||
@ -4245,7 +4245,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_optimization"
|
||||
version = "0.189.13"
|
||||
version = "0.189.14"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"dashmap",
|
||||
@ -4276,7 +4276,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_proposal"
|
||||
version = "0.163.11"
|
||||
version = "0.163.12"
|
||||
dependencies = [
|
||||
"either",
|
||||
"rustc-hash",
|
||||
@ -4300,7 +4300,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_react"
|
||||
version = "0.175.12"
|
||||
version = "0.175.13"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"base64 0.13.1",
|
||||
@ -4329,7 +4329,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_testing"
|
||||
version = "0.132.8"
|
||||
version = "0.132.9"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -4353,7 +4353,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
version = "0.179.13"
|
||||
version = "0.179.14"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"serde",
|
||||
@ -4374,7 +4374,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_usage_analyzer"
|
||||
version = "0.15.4"
|
||||
version = "0.15.5"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"indexmap",
|
||||
@ -4390,7 +4390,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_utils"
|
||||
version = "0.119.4"
|
||||
version = "0.119.5"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"num_cpus",
|
||||
@ -4422,7 +4422,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecmascript"
|
||||
version = "0.230.14"
|
||||
version = "0.230.15"
|
||||
dependencies = [
|
||||
"swc_ecma_ast",
|
||||
"swc_ecma_codegen",
|
||||
@ -4470,7 +4470,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_estree_compat"
|
||||
version = "0.186.15"
|
||||
version = "0.186.16"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -4506,7 +4506,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_graph_analyzer"
|
||||
version = "0.20.14"
|
||||
version = "0.20.15"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"auto_impl",
|
||||
@ -4518,7 +4518,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html"
|
||||
version = "0.126.13"
|
||||
version = "0.126.14"
|
||||
dependencies = [
|
||||
"swc_html_ast",
|
||||
"swc_html_codegen",
|
||||
@ -4541,7 +4541,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_codegen"
|
||||
version = "0.40.14"
|
||||
version = "0.40.15"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"bitflags 2.1.0",
|
||||
@ -4569,7 +4569,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_minifier"
|
||||
version = "0.123.13"
|
||||
version = "0.123.14"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"once_cell",
|
||||
@ -4599,7 +4599,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_parser"
|
||||
version = "0.37.14"
|
||||
version = "0.37.15"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"serde",
|
||||
@ -4655,7 +4655,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_node_bundler"
|
||||
version = "0.50.15"
|
||||
version = "0.50.16"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap",
|
||||
@ -4734,7 +4734,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin_runner"
|
||||
version = "0.97.2"
|
||||
version = "0.97.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"criterion",
|
||||
@ -4768,7 +4768,7 @@ version = "0.24.1"
|
||||
|
||||
[[package]]
|
||||
name = "swc_timer"
|
||||
version = "0.19.14"
|
||||
version = "0.19.15"
|
||||
dependencies = [
|
||||
"testing",
|
||||
"tracing",
|
||||
@ -4805,7 +4805,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_xml"
|
||||
version = "0.11.15"
|
||||
version = "0.11.16"
|
||||
dependencies = [
|
||||
"swc_xml_ast",
|
||||
"swc_xml_codegen",
|
||||
@ -4826,7 +4826,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_xml_codegen"
|
||||
version = "0.11.15"
|
||||
version = "0.11.16"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"bitflags 2.1.0",
|
||||
@ -4853,7 +4853,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_xml_parser"
|
||||
version = "0.11.14"
|
||||
version = "0.11.15"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
@ -4962,7 +4962,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "testing"
|
||||
version = "0.33.14"
|
||||
version = "0.33.15"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"cargo_metadata",
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "binding_macros"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.52.15"
|
||||
version = "0.52.16"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -33,10 +33,10 @@ binding_wasm = [
|
||||
|
||||
[dependencies]
|
||||
# Common deps for the SWC imports
|
||||
swc = { optional = true, version = "0.263.15", path = "../swc" }
|
||||
swc = { optional = true, version = "0.263.16", path = "../swc" }
|
||||
swc_common = { optional = true, version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { optional = true, version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.220.13", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.220.14", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_visit = { optional = true, version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
# Optional deps for the wasm binding macro
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "dbg-swc"
|
||||
repository = "https://github.com/kdy1/dbg-swc.git"
|
||||
version = "0.83.18"
|
||||
version = "0.83.19"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
@ -31,12 +31,12 @@ swc_common = { version = "0.31.12", features = [
|
||||
"tty-emitter",
|
||||
], path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.183.13", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.183.14", path = "../swc_ecma_minifier", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.15.12", path = "../swc_error_reporters" }
|
||||
swc_timer = { version = "0.19.14", path = "../swc_timer" }
|
||||
swc_timer = { version = "0.19.15", path = "../swc_timer" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "jsdoc"
|
||||
version = "0.105.2"
|
||||
version = "0.105.3"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,5 +26,5 @@ anyhow = "1"
|
||||
dashmap = "5.1.0"
|
||||
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.263.15"
|
||||
version = "0.263.16"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -75,18 +75,18 @@ swc_common = { version = "0.31.12", path = "../swc_common", features = [
|
||||
] }
|
||||
swc_config = { version = "0.1.5", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.105.4", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.84.8", path = "../swc_ecma_lints" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.105.5", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.84.9", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", features = [
|
||||
"cache",
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.183.13", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { version = "0.197.14", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.220.13", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_minifier = { version = "0.183.14", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { version = "0.197.15", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.220.14", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"module",
|
||||
"optimization",
|
||||
@ -94,16 +94,16 @@ swc_ecma_transforms = { version = "0.220.13", path = "../swc_ecma_transforms", f
|
||||
"react",
|
||||
"typescript",
|
||||
] }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.11", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.189.13", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.12", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.189.14", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.15.12", path = "../swc_error_reporters" }
|
||||
swc_node_comments = { version = "0.18.12", path = "../swc_node_comments" }
|
||||
swc_plugin_proxy = { version = "0.35.1", path = "../swc_plugin_proxy", optional = true }
|
||||
swc_plugin_runner = { version = "0.97.2", path = "../swc_plugin_runner", optional = true, default-features = false }
|
||||
swc_timer = { version = "0.19.14", path = "../swc_timer" }
|
||||
swc_plugin_runner = { version = "0.97.3", path = "../swc_plugin_runner", optional = true, default-features = false }
|
||||
swc_timer = { version = "0.19.15", path = "../swc_timer" }
|
||||
swc_visit = { version = "0.5.6", path = "../swc_visit" }
|
||||
|
||||
|
||||
@ -126,12 +126,12 @@ rayon = "1.5.1"
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_ecma_lints = { version = "0.84.8", path = "../swc_ecma_lints", features = [
|
||||
swc_ecma_lints = { version = "0.84.9", path = "../swc_ecma_lints", features = [
|
||||
"non_critical_lints",
|
||||
] }
|
||||
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
|
||||
swc_ecma_testing = { version = "0.20.9", path = "../swc_ecma_testing" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
walkdir = "2"
|
||||
|
||||
[[example]]
|
||||
|
@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_bundler"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.216.13"
|
||||
version = "0.216.14"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -41,15 +41,15 @@ tracing = "0.1.32"
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.189.13", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.189.14", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.19.12", path = "../swc_fast_graph/" }
|
||||
swc_graph_analyzer = { version = "0.20.14", path = "../swc_graph_analyzer/" }
|
||||
swc_graph_analyzer = { version = "0.20.15", path = "../swc_graph_analyzer/" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.4"
|
||||
@ -64,11 +64,11 @@ swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
"cache",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.183.13", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_minifier = { version = "0.183.14", path = "../swc_ecma_minifier", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_transforms_proposal = { version = "0.163.11", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.175.12", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_typescript = { version = "0.179.13", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_transforms_proposal = { version = "0.163.12", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.175.13", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_typescript = { version = "0.179.14", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_core"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.78.15"
|
||||
version = "0.78.16"
|
||||
[package.metadata.docs.rs]
|
||||
features = [
|
||||
"common_perf",
|
||||
@ -325,49 +325,49 @@ __visit = ["__ecma", "swc_ecma_visit"]
|
||||
once_cell = { optional = true, version = "1.13.0" }
|
||||
|
||||
# swc_* dependencies
|
||||
binding_macros = { optional = true, version = "0.52.15", path = "../binding_macros" }
|
||||
swc = { optional = true, version = "0.263.15", path = "../swc" }
|
||||
binding_macros = { optional = true, version = "0.52.16", path = "../binding_macros" }
|
||||
swc = { optional = true, version = "0.263.16", path = "../swc" }
|
||||
swc_atoms = { optional = true, version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_bundler = { optional = true, version = "0.216.13", path = "../swc_bundler" }
|
||||
swc_bundler = { optional = true, version = "0.216.14", path = "../swc_bundler" }
|
||||
swc_cached = { optional = true, version = "0.3.15", path = "../swc_cached" }
|
||||
swc_common = { optional = true, version = "0.31.12", path = "../swc_common" }
|
||||
swc_css_ast = { optional = true, version = "0.137.12", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { optional = true, version = "0.147.14", path = "../swc_css_codegen" }
|
||||
swc_css_compat = { optional = true, version = "0.23.14", path = "../swc_css_compat" }
|
||||
swc_css_minifier = { optional = true, version = "0.112.14", path = "../swc_css_minifier" }
|
||||
swc_css_modules = { optional = true, version = "0.25.15", path = "../swc_css_modules" }
|
||||
swc_css_parser = { optional = true, version = "0.146.14", path = "../swc_css_parser" }
|
||||
swc_css_prefixer = { optional = true, version = "0.149.16", path = "../swc_css_prefixer" }
|
||||
swc_css_codegen = { optional = true, version = "0.147.15", path = "../swc_css_codegen" }
|
||||
swc_css_compat = { optional = true, version = "0.23.15", path = "../swc_css_compat" }
|
||||
swc_css_minifier = { optional = true, version = "0.112.15", path = "../swc_css_minifier" }
|
||||
swc_css_modules = { optional = true, version = "0.25.16", path = "../swc_css_modules" }
|
||||
swc_css_parser = { optional = true, version = "0.146.15", path = "../swc_css_parser" }
|
||||
swc_css_prefixer = { optional = true, version = "0.149.17", path = "../swc_css_prefixer" }
|
||||
swc_css_utils = { optional = true, version = "0.134.12", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { optional = true, version = "0.136.12", path = "../swc_css_visit" }
|
||||
swc_ecma_ast = { optional = true, version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { optional = true, version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_codegen = { optional = true, version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { optional = true, version = "0.43.14", path = "../swc_ecma_loader" }
|
||||
swc_ecma_minifier = { optional = true, version = "0.183.13", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { optional = true, version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.197.14", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_quote_macros = { optional = true, version = "0.47.2", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.155.11", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.172.12", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.189.13", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.163.11", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.175.12", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.132.8", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.179.13", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.15.4", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_minifier = { optional = true, version = "0.183.14", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { optional = true, version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.197.15", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_quote_macros = { optional = true, version = "0.47.3", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.155.12", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.172.13", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.189.14", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.163.12", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.175.13", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.132.9", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.179.14", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.15.5", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { optional = true, version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" }
|
||||
swc_node_bundler = { optional = true, version = "0.50.15", path = "../swc_node_bundler" }
|
||||
swc_node_bundler = { optional = true, version = "0.50.16", path = "../swc_node_bundler" }
|
||||
swc_nodejs_common = { optional = true, version = "0.0.6", path = "../swc_nodejs_common" }
|
||||
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
|
||||
swc_plugin_macro = { optional = true, version = "0.9.14", path = "../swc_plugin_macro" }
|
||||
swc_plugin_proxy = { optional = true, version = "0.35.1", path = "../swc_plugin_proxy" }
|
||||
swc_trace_macro = { optional = true, version = "0.1.2", path = "../swc_trace_macro" }
|
||||
testing = { optional = true, version = "0.33.14", path = "../testing" }
|
||||
testing = { optional = true, version = "0.33.15", path = "../testing" }
|
||||
# TODO: eventually swc_plugin_runner needs to remove default features
|
||||
swc_plugin_runner = { optional = true, version = "0.97.2", path = "../swc_plugin_runner", default-features = false }
|
||||
swc_plugin_runner = { optional = true, version = "0.97.3", path = "../swc_plugin_runner", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
vergen = { version = "7.3.2", default-features = false, features = ["cargo"] }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.153.17"
|
||||
version = "0.153.18"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -23,11 +23,11 @@ prefixer = ["swc_css_prefixer"]
|
||||
|
||||
[dependencies]
|
||||
swc_css_ast = { version = "0.137.12", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" }
|
||||
swc_css_compat = { version = "0.23.14", path = "../swc_css_compat", optional = true }
|
||||
swc_css_minifier = { version = "0.112.14", path = "../swc_css_minifier", optional = true }
|
||||
swc_css_modules = { version = "0.25.15", path = "../swc_css_modules", optional = true }
|
||||
swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" }
|
||||
swc_css_prefixer = { version = "0.149.16", path = "../swc_css_prefixer", optional = true }
|
||||
swc_css_codegen = { version = "0.147.15", path = "../swc_css_codegen" }
|
||||
swc_css_compat = { version = "0.23.15", path = "../swc_css_compat", optional = true }
|
||||
swc_css_minifier = { version = "0.112.15", path = "../swc_css_minifier", optional = true }
|
||||
swc_css_modules = { version = "0.25.16", path = "../swc_css_modules", optional = true }
|
||||
swc_css_parser = { version = "0.146.15", path = "../swc_css_parser" }
|
||||
swc_css_prefixer = { version = "0.149.17", path = "../swc_css_prefixer", optional = true }
|
||||
swc_css_utils = { version = "0.134.12", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_codegen"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.147.14"
|
||||
version = "0.147.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -28,6 +28,6 @@ swc_css_utils = { version = "0.134.12", path = "../swc_css_utils" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" }
|
||||
swc_css_parser = { version = "0.146.15", path = "../swc_css_parser" }
|
||||
swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_compat"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.23.14"
|
||||
version = "0.23.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -25,6 +25,6 @@ swc_css_utils = { version = "0.134.12", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_css_codegen = { version = "0.147.15", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.146.15", path = "../swc_css_parser" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_lints"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.56.14"
|
||||
version = "0.56.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -28,5 +28,5 @@ swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" }
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.79"
|
||||
|
||||
swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_css_parser = { version = "0.146.15", path = "../swc_css_parser" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_minifier"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.112.14"
|
||||
version = "0.112.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -24,10 +24,10 @@ swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" }
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
||||
swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" }
|
||||
swc_css_codegen = { version = "0.147.15", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.146.15", path = "../swc_css_parser" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_modules"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.25.15"
|
||||
version = "0.25.16"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -21,12 +21,12 @@ serde = { version = "1", features = ["derive"] }
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.137.12", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" }
|
||||
swc_css_codegen = { version = "0.147.15", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.146.15", path = "../swc_css_parser" }
|
||||
swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1"
|
||||
|
||||
swc_css_compat = { version = "0.23.14", path = "../swc_css_compat" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_css_compat = { version = "0.23.15", path = "../swc_css_compat" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_parser"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.146.14"
|
||||
version = "0.146.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -33,7 +33,7 @@ swc_css_ast = { version = "0.137.12", path = "../swc_css_ast", features = [
|
||||
] }
|
||||
swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_prefixer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.149.16"
|
||||
version = "0.149.17"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -25,6 +25,6 @@ swc_css_utils = { version = "0.134.12", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_css_codegen = { version = "0.147.15", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.146.15", path = "../swc_css_parser" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_codegen"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.141.5"
|
||||
version = "0.141.6"
|
||||
|
||||
[features]
|
||||
# This does not enable serde for ast nodes.
|
||||
@ -38,10 +38,10 @@ serde_json = "1"
|
||||
swc_common = { version = "0.31.12", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.20.9", path = "../swc_ecma_testing" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_dep_graph"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.108.2"
|
||||
version = "0.108.3"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -20,5 +20,5 @@ swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.1"
|
||||
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.33.15", path = "../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.105.4"
|
||||
version = "0.105.5"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -16,5 +16,5 @@ phf = { version = "0.10", features = ["macros"] }
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", 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.84.8"
|
||||
version = "0.84.9"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -29,14 +29,14 @@ swc_config = { version = "0.1.5", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [
|
||||
"serde",
|
||||
] }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[features]
|
||||
non_critical_lints = []
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_minifier"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.183.13"
|
||||
version = "0.183.14"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -58,14 +58,14 @@ swc_config = { version = "0.1.5", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [
|
||||
"serde",
|
||||
] }
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.189.13", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_usage_analyzer = { version = "0.15.4", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.189.14", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_usage_analyzer = { version = "0.15.5", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.19.14", path = "../swc_timer" }
|
||||
swc_timer = { version = "0.19.15", path = "../swc_timer" }
|
||||
|
||||
[dev-dependencies]
|
||||
ansi_term = "0.12.1"
|
||||
@ -74,9 +74,9 @@ criterion = "0.3.5"
|
||||
pretty_assertions = "1.1"
|
||||
walkdir = "2"
|
||||
|
||||
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
|
||||
swc_ecma_testing = { version = "0.20.9", path = "../swc_ecma_testing" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_parser"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.136.2"
|
||||
version = "0.136.3"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -52,7 +52,7 @@ swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [
|
||||
] }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[example]]
|
||||
name = "lexer"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_preset_env"
|
||||
version = "0.197.14"
|
||||
version = "0.197.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -31,20 +31,20 @@ string_enum = { version = "0.4.0", path = "../string_enum" }
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { version = "0.220.13", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_transforms = { version = "0.220.14", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"proposal",
|
||||
] }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
pretty_assertions = "1.1"
|
||||
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_quote"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.52.2"
|
||||
version = "0.52.3"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,7 +15,7 @@ bench = false
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_quote_macros = { version = "0.47.2", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_quote_macros = { version = "0.47.3", path = "../swc_ecma_quote_macros" }
|
||||
|
||||
[dev-dependencies]
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_quote_macros"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.47.2"
|
||||
version = "0.47.3"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -22,5 +22,5 @@ syn = "1"
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_macros_common = { version = "0.3.7", path = "../swc_macros_common" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_testing"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.20.8"
|
||||
version = "0.20.9"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -17,4 +17,4 @@ hex = "0.4"
|
||||
sha-1 = "0.10"
|
||||
tracing = "0.1.32"
|
||||
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -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.220.13"
|
||||
version = "0.220.14"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -34,14 +34,14 @@ typescript = ["swc_ecma_transforms_typescript"]
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.11", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.172.12", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.189.13", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.163.11", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.175.12", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.179.13", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.12", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.172.13", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.189.14", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.163.12", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.175.13", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.179.14", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
@ -49,7 +49,7 @@ pretty_assertions = "1.1"
|
||||
sourcemap = "6.2"
|
||||
tempfile = "3"
|
||||
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.8", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.9", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.15", 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.129.8"
|
||||
version = "0.129.9"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -31,18 +31,18 @@ tracing = "0.1.32"
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
rayon = "1"
|
||||
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = 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.118.8"
|
||||
version = "0.118.9"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,6 +15,6 @@ bench = false
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", 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.155.11"
|
||||
version = "0.155.12"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -34,16 +34,16 @@ swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.5", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.118.8", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.118.9", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.66"
|
||||
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.8", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.9", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.15", 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.172.12"
|
||||
version = "0.172.13"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -32,9 +32,9 @@ swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", features = [
|
||||
"node",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
@ -45,6 +45,6 @@ swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_transforms_compat = { version = "0.155.11", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.8", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.14", path = "../testing/" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.12", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.9", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.15", 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.189.13"
|
||||
version = "0.189.14"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -35,18 +35,18 @@ tracing = "0.1.32"
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.19.12", path = "../swc_fast_graph" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_transforms_compat = { version = "0.155.11", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.172.12", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.163.11", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.175.12", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.8", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.179.13", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.12", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.172.13", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.163.12", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.175.13", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.9", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.179.14", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_proposal"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.163.11"
|
||||
version = "0.163.12"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,16 +26,16 @@ swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.118.8", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.118.9", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.66"
|
||||
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.11", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.8", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.12", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.9", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.15", 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.175.12"
|
||||
version = "0.175.13"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -32,15 +32,15 @@ swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.5", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen/" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.11", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_module = { version = "0.172.12", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.8", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen/" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.12", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_module = { version = "0.172.13", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.9", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.15", 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.132.8"
|
||||
version = "0.132.9"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,10 +26,10 @@ swc_common = { version = "0.31.12", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.20.8", path = "../swc_ecma_testing" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.20.9", path = "../swc_ecma_testing" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.179.13"
|
||||
version = "0.179.14"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -18,20 +18,20 @@ serde = { version = "1.0.118", features = ["derive"] }
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.175.12", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.175.13", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.11", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.163.11", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.8", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.155.12", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.163.12", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.132.9", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -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.15.4"
|
||||
version = "0.15.5"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -30,6 +30,6 @@ tracing = "0.1.32"
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.19.14", path = "../swc_timer" }
|
||||
swc_timer = { version = "0.19.15", 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.119.4"
|
||||
version = "0.119.5"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -34,5 +34,5 @@ swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecmascript"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.230.14"
|
||||
version = "0.230.15"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -40,14 +40,14 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
|
||||
|
||||
[dependencies]
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen", optional = true }
|
||||
swc_ecma_dep_graph = { version = "0.108.2", path = "../swc_ecma_dep_graph", optional = true }
|
||||
swc_ecma_minifier = { version = "0.183.13", path = "../swc_ecma_minifier", optional = true }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser", optional = true, default-features = false }
|
||||
swc_ecma_preset_env = { version = "0.197.14", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_quote = { version = "0.52.2", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_transforms = { version = "0.220.13", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen", optional = true }
|
||||
swc_ecma_dep_graph = { version = "0.108.3", path = "../swc_ecma_dep_graph", optional = true }
|
||||
swc_ecma_minifier = { version = "0.183.14", path = "../swc_ecma_minifier", optional = true }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser", optional = true, default-features = false }
|
||||
swc_ecma_preset_env = { version = "0.197.15", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_quote = { version = "0.52.3", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_transforms = { version = "0.220.14", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -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.186.15"
|
||||
version = "0.186.16"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -30,8 +30,8 @@ swc_common = { version = "0.31.12", path = "../swc_common", features = [
|
||||
"tty-emitter",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_estree_ast = { version = "0.21.12", path = "../swc_estree_ast" }
|
||||
swc_node_comments = { version = "0.18.12", path = "../swc_node_comments/" }
|
||||
@ -40,11 +40,11 @@ swc_node_comments = { version = "0.18.12", path = "../swc_node_comments/" }
|
||||
criterion = "0.3"
|
||||
pretty_assertions = "1.1"
|
||||
|
||||
swc = { version = "0.263.15", path = "../swc" }
|
||||
swc = { version = "0.263.16", path = "../swc" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.220.13", path = "../swc_ecma_transforms/" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.220.14", path = "../swc_ecma_transforms/" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
walkdir = "2"
|
||||
|
||||
[[bench]]
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_graph_analyzer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.20.14"
|
||||
version = "0.20.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -19,4 +19,4 @@ swc_fast_graph = {version = "0.19.12", path = "../swc_fast_graph/"}
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
testing = {version = "0.33.14", path = "../testing"}
|
||||
testing = {version = "0.33.15", path = "../testing"}
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_html"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.126.13"
|
||||
version = "0.126.14"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -20,7 +20,7 @@ minifier = ["swc_html_minifier"]
|
||||
|
||||
[dependencies]
|
||||
swc_html_ast = {version = "0.31.12", path = "../swc_html_ast"}
|
||||
swc_html_codegen = {version = "0.40.14", path = "../swc_html_codegen"}
|
||||
swc_html_minifier = {version = "0.123.13", path = "../swc_html_minifier", optional = true}
|
||||
swc_html_parser = {version = "0.37.14", path = "../swc_html_parser"}
|
||||
swc_html_codegen = {version = "0.40.15", path = "../swc_html_codegen"}
|
||||
swc_html_minifier = {version = "0.123.14", path = "../swc_html_minifier", optional = true}
|
||||
swc_html_parser = {version = "0.37.15", path = "../swc_html_parser"}
|
||||
swc_html_visit = {version = "0.31.12", path = "../swc_html_visit"}
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_html_codegen"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.40.14"
|
||||
version = "0.40.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -30,6 +30,6 @@ swc_html_utils = { version = "0.16.12", path = "../swc_html_utils" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_html_parser = { version = "0.37.14", path = "../swc_html_parser" }
|
||||
swc_html_parser = { version = "0.37.15", path = "../swc_html_parser" }
|
||||
swc_html_visit = { version = "0.31.12", path = "../swc_html_visit" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -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.123.13"
|
||||
version = "0.123.14"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -24,22 +24,22 @@ swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_cached = { version = "0.3.15", path = "../swc_cached" }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.137.12", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" }
|
||||
swc_css_minifier = { version = "0.112.14", path = "../swc_css_minifier" }
|
||||
swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" }
|
||||
swc_css_codegen = { version = "0.147.15", path = "../swc_css_codegen" }
|
||||
swc_css_minifier = { version = "0.112.15", path = "../swc_css_minifier" }
|
||||
swc_css_parser = { version = "0.146.15", path = "../swc_css_parser" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen", features = [
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.183.13", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_minifier = { version = "0.183.14", path = "../swc_ecma_minifier", features = [
|
||||
"extra-serde",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.8", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.129.9", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_html_ast = { version = "0.31.12", path = "../swc_html_ast" }
|
||||
swc_html_codegen = { version = "0.40.14", path = "../swc_html_codegen" }
|
||||
swc_html_parser = { version = "0.37.14", path = "../swc_html_parser" }
|
||||
swc_html_codegen = { version = "0.40.15", path = "../swc_html_codegen" }
|
||||
swc_html_parser = { version = "0.37.15", path = "../swc_html_parser" }
|
||||
swc_html_utils = { version = "0.16.12", path = "../swc_html_utils" }
|
||||
swc_html_visit = { version = "0.31.12", path = "../swc_html_visit" }
|
||||
|
||||
@ -47,7 +47,7 @@ swc_html_visit = { version = "0.31.12", path = "../swc_html_visit" }
|
||||
criterion = "0.3"
|
||||
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_html_parser"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.37.14"
|
||||
version = "0.37.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -34,7 +34,7 @@ swc_html_ast = { version = "0.31.12", path = "../swc_html_ast", features = [
|
||||
] }
|
||||
swc_html_visit = { version = "0.31.12", path = "../swc_html_visit" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_node_bundler"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.50.15"
|
||||
version = "0.50.16"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -29,24 +29,24 @@ serde_json = "1"
|
||||
tracing = "0.1.32"
|
||||
|
||||
string_enum = { version = "0.4.0", path = "../string_enum" }
|
||||
swc = { version = "0.263.15", path = "../swc" }
|
||||
swc = { version = "0.263.16", path = "../swc" }
|
||||
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
|
||||
swc_bundler = { version = "0.216.13", path = "../swc_bundler", features = [
|
||||
swc_bundler = { version = "0.216.14", path = "../swc_bundler", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_common = { version = "0.31.12", path = "../swc_common", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.141.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_codegen = { version = "0.141.6", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.220.13", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.220.14", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.1"
|
||||
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin_runner"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.97.2"
|
||||
version = "0.97.3"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -77,15 +77,15 @@ swc_atoms = { version = "0.5.6", path = '../swc_atoms' }
|
||||
swc_css_ast = { version = "0.137.12", path = "../swc_css_ast", features = [
|
||||
"rkyv-impl",
|
||||
] }
|
||||
swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" }
|
||||
swc_css_parser = { version = "0.146.15", path = "../swc_css_parser" }
|
||||
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [
|
||||
"rkyv-impl",
|
||||
] }
|
||||
swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" }
|
||||
swc_ecma_parser = { version = "0.136.3", path = "../swc_ecma_parser" }
|
||||
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_timer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.19.14"
|
||||
version = "0.19.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,4 +15,4 @@ bench = false
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
testing = {version = "0.33.14", path = "../testing"}
|
||||
testing = {version = "0.33.15", path = "../testing"}
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_xml"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.11.15"
|
||||
version = "0.11.16"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -17,6 +17,6 @@ bench = false
|
||||
|
||||
[dependencies]
|
||||
swc_xml_ast = {version = "0.10.12", path = "../swc_xml_ast"}
|
||||
swc_xml_codegen = {version = "0.11.15", path = "../swc_xml_codegen"}
|
||||
swc_xml_parser = {version = "0.11.14", path = "../swc_xml_parser"}
|
||||
swc_xml_codegen = {version = "0.11.16", path = "../swc_xml_codegen"}
|
||||
swc_xml_parser = {version = "0.11.15", path = "../swc_xml_parser"}
|
||||
swc_xml_visit = {version = "0.10.12", path = "../swc_xml_visit"}
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_xml_codegen"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.11.15"
|
||||
version = "0.11.16"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -29,6 +29,6 @@ swc_xml_codegen_macros = { version = "0.1.1", path = "../swc_xml_codegen_macros"
|
||||
swc_common = { version = "0.31.12", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_xml_parser = { version = "0.11.14", path = "../swc_xml_parser" }
|
||||
swc_xml_parser = { version = "0.11.15", path = "../swc_xml_parser" }
|
||||
swc_xml_visit = { version = "0.10.12", path = "../swc_xml_visit" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_xml_parser"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.11.14"
|
||||
version = "0.11.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -31,4 +31,4 @@ swc_xml_ast = { version = "0.10.12", path = "../swc_xml_ast", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_xml_visit = { version = "0.10.12", path = "../swc_xml_visit" }
|
||||
testing = { version = "0.33.14", path = "../testing" }
|
||||
testing = { version = "0.33.15", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "testing"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.33.14"
|
||||
version = "0.33.15"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user