mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
chore: Publish crates
This commit is contained in:
parent
bb6dde7943
commit
4015714633
@ -11,6 +11,9 @@
|
||||
- **(es)** Support stable rustc again (#7057) ([fbb3016](https://github.com/swc-project/swc/commit/fbb3016870cb6378743170b6833be6bbb7b4a73a))
|
||||
|
||||
|
||||
- **(es/compat)** Handle `useDefineForClassFields: false` (#7055) ([bb6dde7](https://github.com/swc-project/swc/commit/bb6dde794326838b2069c7f86fb900eee36027bc))
|
||||
|
||||
|
||||
- **(es/parser)** Handle class members with `accessor` as the name (#7046) ([9acaf4d](https://github.com/swc-project/swc/commit/9acaf4deeb412d9d3966223acbda673e8e686f06))
|
||||
|
||||
|
||||
|
72
Cargo.lock
generated
72
Cargo.lock
generated
@ -177,7 +177,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_macros"
|
||||
version = "0.42.4"
|
||||
version = "0.43.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
@ -844,7 +844,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dbg-swc"
|
||||
version = "0.74.4"
|
||||
version = "0.74.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 3.1.0",
|
||||
@ -1498,7 +1498,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "jsdoc"
|
||||
version = "0.98.4"
|
||||
version = "0.98.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap",
|
||||
@ -3130,7 +3130,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc"
|
||||
version = "0.253.4"
|
||||
version = "0.254.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"ansi_term",
|
||||
@ -3202,7 +3202,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_bundler"
|
||||
version = "0.207.3"
|
||||
version = "0.207.4"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -3316,7 +3316,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.67.4"
|
||||
version = "0.68.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"binding_macros",
|
||||
@ -3556,7 +3556,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ast"
|
||||
version = "0.99.2"
|
||||
version = "0.99.3"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"bitflags",
|
||||
@ -3576,7 +3576,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_codegen"
|
||||
version = "0.134.4"
|
||||
version = "0.134.5"
|
||||
dependencies = [
|
||||
"base64 0.13.1",
|
||||
"criterion",
|
||||
@ -3611,7 +3611,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_dep_graph"
|
||||
version = "0.101.4"
|
||||
version = "0.101.5"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"swc_atoms",
|
||||
@ -3624,7 +3624,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ext_transforms"
|
||||
version = "0.98.4"
|
||||
version = "0.98.5"
|
||||
dependencies = [
|
||||
"phf",
|
||||
"swc_atoms",
|
||||
@ -3636,7 +3636,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_lints"
|
||||
version = "0.76.5"
|
||||
version = "0.76.6"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"auto_impl",
|
||||
@ -3680,7 +3680,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_minifier"
|
||||
version = "0.174.3"
|
||||
version = "0.174.4"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"ansi_term",
|
||||
@ -3723,7 +3723,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_parser"
|
||||
version = "0.129.4"
|
||||
version = "0.129.5"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"either",
|
||||
@ -3749,7 +3749,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_preset_env"
|
||||
version = "0.188.4"
|
||||
version = "0.188.5"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -3777,7 +3777,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_quote"
|
||||
version = "0.45.4"
|
||||
version = "0.45.5"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -3788,7 +3788,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_quote_macros"
|
||||
version = "0.40.4"
|
||||
version = "0.40.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"pmutil",
|
||||
@ -3814,7 +3814,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms"
|
||||
version = "0.211.3"
|
||||
version = "0.211.4"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"sourcemap",
|
||||
@ -3839,7 +3839,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_base"
|
||||
version = "0.121.5"
|
||||
version = "0.121.6"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"bitflags",
|
||||
@ -3865,7 +3865,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_classes"
|
||||
version = "0.110.5"
|
||||
version = "0.110.6"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -3877,7 +3877,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_compat"
|
||||
version = "0.147.3"
|
||||
version = "0.147.4"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrayvec",
|
||||
@ -3917,7 +3917,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_module"
|
||||
version = "0.164.3"
|
||||
version = "0.164.4"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"ahash",
|
||||
@ -3947,7 +3947,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_optimization"
|
||||
version = "0.180.3"
|
||||
version = "0.180.4"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"dashmap",
|
||||
@ -3978,7 +3978,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_proposal"
|
||||
version = "0.155.3"
|
||||
version = "0.155.4"
|
||||
dependencies = [
|
||||
"either",
|
||||
"serde",
|
||||
@ -4001,7 +4001,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_react"
|
||||
version = "0.166.3"
|
||||
version = "0.166.4"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"base64 0.13.1",
|
||||
@ -4031,7 +4031,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_testing"
|
||||
version = "0.124.5"
|
||||
version = "0.124.6"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -4055,7 +4055,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
version = "0.170.3"
|
||||
version = "0.170.4"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"serde",
|
||||
@ -4076,7 +4076,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_usage_analyzer"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"indexmap",
|
||||
@ -4092,7 +4092,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_utils"
|
||||
version = "0.112.4"
|
||||
version = "0.112.5"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"num_cpus",
|
||||
@ -4111,7 +4111,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_visit"
|
||||
version = "0.85.2"
|
||||
version = "0.85.3"
|
||||
dependencies = [
|
||||
"num-bigint",
|
||||
"serde",
|
||||
@ -4124,7 +4124,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecmascript"
|
||||
version = "0.221.4"
|
||||
version = "0.221.5"
|
||||
dependencies = [
|
||||
"swc_ecma_ast",
|
||||
"swc_ecma_codegen",
|
||||
@ -4172,7 +4172,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_estree_compat"
|
||||
version = "0.176.4"
|
||||
version = "0.177.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -4220,7 +4220,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html"
|
||||
version = "0.117.3"
|
||||
version = "0.117.4"
|
||||
dependencies = [
|
||||
"swc_html_ast",
|
||||
"swc_html_codegen",
|
||||
@ -4272,7 +4272,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_minifier"
|
||||
version = "0.114.3"
|
||||
version = "0.114.4"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"once_cell",
|
||||
@ -4358,7 +4358,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_node_bundler"
|
||||
version = "0.40.4"
|
||||
version = "0.41.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap",
|
||||
@ -4425,7 +4425,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin_proxy"
|
||||
version = "0.28.2"
|
||||
version = "0.28.3"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"rkyv",
|
||||
@ -4438,7 +4438,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin_runner"
|
||||
version = "0.90.4"
|
||||
version = "0.90.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"criterion",
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "binding_macros"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.42.4"
|
||||
version = "0.43.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -33,11 +33,11 @@ binding_wasm = [
|
||||
|
||||
[dependencies]
|
||||
# Common deps for the SWC imports
|
||||
swc = { optional = true, version = "0.253.4", path = "../swc" }
|
||||
swc = { optional = true, version = "0.254.0", path = "../swc" }
|
||||
swc_common = { optional = true, version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { optional = true, version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.211.3", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_visit = { optional = true, version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { optional = true, version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.211.4", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_visit = { optional = true, version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
|
||||
# Optional deps for the wasm binding macro
|
||||
anyhow = { optional = true, version = "1.0.58" }
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "dbg-swc"
|
||||
repository = "https://github.com/kdy1/dbg-swc.git"
|
||||
version = "0.74.4"
|
||||
version = "0.74.5"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
@ -25,14 +25,14 @@ swc_common = { version = "0.29.37", features = [
|
||||
"concurrent",
|
||||
"tty-emitter",
|
||||
], path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.174.3", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.174.4", path = "../swc_ecma_minifier", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.13.38", path = "../swc_error_reporters" }
|
||||
swc_timer = { version = "0.17.39", path = "../swc_timer" }
|
||||
tempfile = "3.4.0"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "jsdoc"
|
||||
version = "0.98.4"
|
||||
version = "0.98.5"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -20,6 +20,6 @@ swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
[dev-dependencies]
|
||||
anyhow = "1"
|
||||
dashmap = "5.1.0"
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.31.39", 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.253.4"
|
||||
version = "0.254.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -70,19 +70,19 @@ swc_common = { version = "0.29.37", path = "../swc_common", features = [
|
||||
"parking_lot",
|
||||
] }
|
||||
swc_config = { version = "0.1.4", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.98.4", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.76.5", path = "../swc_ecma_lints" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.98.5", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.76.6", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { version = "0.41.39", path = "../swc_ecma_loader", features = [
|
||||
"cache",
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.174.3", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { version = "0.188.4", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.211.3", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_minifier = { version = "0.174.4", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { version = "0.188.5", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.211.4", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"module",
|
||||
"optimization",
|
||||
@ -90,15 +90,15 @@ swc_ecma_transforms = { version = "0.211.3", path = "../swc_ecma_transforms", fe
|
||||
"react",
|
||||
"typescript",
|
||||
] }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.180.3", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.180.4", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.13.38", path = "../swc_error_reporters" }
|
||||
swc_node_comments = { version = "0.16.37", path = "../swc_node_comments" }
|
||||
swc_plugin_proxy = { version = "0.28.2", path = "../swc_plugin_proxy", optional = true }
|
||||
swc_plugin_runner = { version = "0.90.4", path = "../swc_plugin_runner", optional = true, default-features = false }
|
||||
swc_plugin_proxy = { version = "0.28.3", path = "../swc_plugin_proxy", optional = true }
|
||||
swc_plugin_runner = { version = "0.90.5", path = "../swc_plugin_runner", optional = true, default-features = false }
|
||||
swc_timer = { version = "0.17.39", path = "../swc_timer" }
|
||||
swc_visit = { version = "0.5.4", path = "../swc_visit" }
|
||||
tracing = "0.1.32"
|
||||
@ -120,7 +120,7 @@ url = "2.3.1"
|
||||
ansi_term = "0.12"
|
||||
criterion = "0.3"
|
||||
rayon = "1.5.1"
|
||||
swc_ecma_lints = { version = "0.76.5", path = "../swc_ecma_lints", features = [
|
||||
swc_ecma_lints = { version = "0.76.6", path = "../swc_ecma_lints", features = [
|
||||
"non_critical_lints",
|
||||
] }
|
||||
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
|
||||
|
@ -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.207.3"
|
||||
version = "0.207.4"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -38,14 +38,14 @@ rayon = {version = "1", optional = true}
|
||||
relative-path = "1.2"
|
||||
swc_atoms = {version = "0.4.39", path = "../swc_atoms"}
|
||||
swc_common = {version = "0.29.37", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.99.2", path = "../swc_ecma_ast"}
|
||||
swc_ecma_codegen = {version = "0.134.4", path = "../swc_ecma_codegen"}
|
||||
swc_ecma_ast = {version = "0.99.3", path = "../swc_ecma_ast"}
|
||||
swc_ecma_codegen = {version = "0.134.5", path = "../swc_ecma_codegen"}
|
||||
swc_ecma_loader = {version = "0.41.39", path = "../swc_ecma_loader"}
|
||||
swc_ecma_parser = {version = "0.129.4", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_base = {version = "0.121.5", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_optimization = {version = "0.180.3", path = "../swc_ecma_transforms_optimization"}
|
||||
swc_ecma_utils = {version = "0.112.4", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.85.2", path = "../swc_ecma_visit"}
|
||||
swc_ecma_parser = {version = "0.129.5", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_base = {version = "0.121.6", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_optimization = {version = "0.180.4", path = "../swc_ecma_transforms_optimization"}
|
||||
swc_ecma_utils = {version = "0.112.5", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.85.3", path = "../swc_ecma_visit"}
|
||||
swc_fast_graph = {version = "0.17.38", path = "../swc_fast_graph/"}
|
||||
swc_graph_analyzer = {version = "0.18.40", path = "../swc_graph_analyzer/"}
|
||||
tracing = "0.1.32"
|
||||
@ -60,12 +60,12 @@ swc_ecma_loader = {version = "0.41.39", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
"cache",
|
||||
]}
|
||||
swc_ecma_minifier = {version = "0.174.3", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_minifier = {version = "0.174.4", path = "../swc_ecma_minifier", features = [
|
||||
"concurrent",
|
||||
]}
|
||||
swc_ecma_transforms_proposal = {version = "0.155.3", path = "../swc_ecma_transforms_proposal"}
|
||||
swc_ecma_transforms_react = {version = "0.166.3", path = "../swc_ecma_transforms_react"}
|
||||
swc_ecma_transforms_typescript = {version = "0.170.3", path = "../swc_ecma_transforms_typescript"}
|
||||
swc_ecma_transforms_proposal = {version = "0.155.4", path = "../swc_ecma_transforms_proposal"}
|
||||
swc_ecma_transforms_react = {version = "0.166.4", path = "../swc_ecma_transforms_react"}
|
||||
swc_ecma_transforms_typescript = {version = "0.170.4", path = "../swc_ecma_transforms_typescript"}
|
||||
swc_node_base = {version = "0.5.8", path = "../swc_node_base"}
|
||||
tempfile = "3.4.0"
|
||||
testing = {version = "0.31.39", 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.67.4"
|
||||
version = "0.68.0"
|
||||
[package.metadata.docs.rs]
|
||||
features = [
|
||||
"common_perf",
|
||||
@ -340,10 +340,10 @@ wasmer = { optional = true, version = "2.3.0", default-features = false }
|
||||
wasmer-wasi = { optional = true, version = "2.3.0", default-features = false }
|
||||
|
||||
# swc_* dependencies
|
||||
binding_macros = { optional = true, version = "0.42.4", path = "../binding_macros" }
|
||||
swc = { optional = true, version = "0.253.4", path = "../swc" }
|
||||
binding_macros = { optional = true, version = "0.43.0", path = "../binding_macros" }
|
||||
swc = { optional = true, version = "0.254.0", path = "../swc" }
|
||||
swc_atoms = { optional = true, version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_bundler = { optional = true, version = "0.207.3", path = "../swc_bundler" }
|
||||
swc_bundler = { optional = true, version = "0.207.4", path = "../swc_bundler" }
|
||||
swc_cached = { optional = true, version = "0.3.15", path = "../swc_cached" }
|
||||
swc_common = { optional = true, version = "0.29.37", path = "../swc_common" }
|
||||
swc_css_ast = { optional = true, version = "0.134.10", path = "../swc_css_ast" }
|
||||
@ -354,35 +354,35 @@ swc_css_parser = { optional = true, version = "0.143.10", path
|
||||
swc_css_prefixer = { optional = true, version = "0.146.11", path = "../swc_css_prefixer" }
|
||||
swc_css_utils = { optional = true, version = "0.131.11", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { optional = true, version = "0.133.10", path = "../swc_css_visit" }
|
||||
swc_ecma_ast = { optional = true, version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { optional = true, version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ast = { optional = true, version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { optional = true, version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { optional = true, version = "0.41.39", path = "../swc_ecma_loader" }
|
||||
swc_ecma_minifier = { optional = true, version = "0.174.3", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { optional = true, version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.188.4", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_quote_macros = { optional = true, version = "0.40.4", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.147.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.164.3", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.180.3", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.155.3", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.166.3", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.124.5", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.170.3", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.8.4", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { optional = true, version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_minifier = { optional = true, version = "0.174.4", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { optional = true, version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.188.5", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_quote_macros = { optional = true, version = "0.40.5", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.147.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.164.4", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.180.4", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.155.4", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.166.4", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.124.6", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.170.4", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.8.5", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { optional = true, version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" }
|
||||
swc_node_bundler = { optional = true, version = "0.40.4", path = "../swc_node_bundler" }
|
||||
swc_node_bundler = { optional = true, version = "0.41.0", path = "../swc_node_bundler" }
|
||||
swc_nodejs_common = { optional = true, version = "0.0.5", path = "../swc_nodejs_common" }
|
||||
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
|
||||
swc_plugin_macro = { optional = true, version = "0.9.10", path = "../swc_plugin_macro" }
|
||||
swc_plugin_proxy = { optional = true, version = "0.28.2", path = "../swc_plugin_proxy" }
|
||||
swc_plugin_proxy = { optional = true, version = "0.28.3", path = "../swc_plugin_proxy" }
|
||||
swc_trace_macro = { optional = true, version = "0.1.2", path = "../swc_trace_macro" }
|
||||
testing = { optional = true, version = "0.31.39", path = "../testing" }
|
||||
# TODO: eventually swc_plugin_runner needs to remove default features
|
||||
swc_css_compat = { version = "0.20.11", path = "../swc_css_compat", optional = true }
|
||||
swc_plugin_runner = { optional = true, version = "0.90.4", path = "../swc_plugin_runner", default-features = false }
|
||||
swc_plugin_runner = { optional = true, version = "0.90.5", 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_ecma_ast"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.99.2"
|
||||
version = "0.99.3"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -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.134.4"
|
||||
version = "0.134.5"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -21,7 +21,7 @@ serde = "1.0.127"
|
||||
sourcemap = "6"
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen_macros = { version = "0.7.1", path = "../swc_ecma_codegen_macros" }
|
||||
tracing = "0.1.32"
|
||||
|
||||
@ -32,7 +32,7 @@ serde_json = "1"
|
||||
swc_common = { version = "0.29.37", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.31.39", path = "../testing" }
|
||||
|
@ -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.101.4"
|
||||
version = "0.101.5"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -14,10 +14,10 @@ bench = false
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.1"
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.31.39", 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.98.4"
|
||||
version = "0.98.5"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -14,6 +14,6 @@ bench = false
|
||||
phf = { version = "0.10", features = ["macros"] }
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", 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.76.5"
|
||||
version = "0.76.6"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -25,14 +25,14 @@ swc_common = { version = "0.29.37", path = "../swc_common", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_config = { version = "0.1.4", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
testing = { version = "0.31.39", path = "../testing" }
|
||||
|
||||
[features]
|
||||
|
@ -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.174.3"
|
||||
version = "0.174.4"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -49,14 +49,14 @@ swc_atoms = {version = "0.4.39", path = "../swc_atoms"}
|
||||
swc_cached = {version = "0.3.15", path = "../swc_cached"}
|
||||
swc_common = {version = "0.29.37", path = "../swc_common"}
|
||||
swc_config = {version = "0.1.4", path = "../swc_config"}
|
||||
swc_ecma_ast = {version = "0.99.2", path = "../swc_ecma_ast"}
|
||||
swc_ecma_codegen = {version = "0.134.4", path = "../swc_ecma_codegen"}
|
||||
swc_ecma_parser = {version = "0.129.4", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_base = {version = "0.121.5", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_optimization = {version = "0.180.3", path = "../swc_ecma_transforms_optimization"}
|
||||
swc_ecma_usage_analyzer = {version = "0.8.4", path = "../swc_ecma_usage_analyzer"}
|
||||
swc_ecma_utils = {version = "0.112.4", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.85.2", path = "../swc_ecma_visit"}
|
||||
swc_ecma_ast = {version = "0.99.3", path = "../swc_ecma_ast"}
|
||||
swc_ecma_codegen = {version = "0.134.5", path = "../swc_ecma_codegen"}
|
||||
swc_ecma_parser = {version = "0.129.5", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_base = {version = "0.121.6", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_optimization = {version = "0.180.4", path = "../swc_ecma_transforms_optimization"}
|
||||
swc_ecma_usage_analyzer = {version = "0.8.5", path = "../swc_ecma_usage_analyzer"}
|
||||
swc_ecma_utils = {version = "0.112.5", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.85.3", path = "../swc_ecma_visit"}
|
||||
swc_timer = {version = "0.17.39", path = "../swc_timer"}
|
||||
tracing = "0.1.32"
|
||||
|
||||
|
@ -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.129.4"
|
||||
version = "0.129.5"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -33,8 +33,8 @@ smallvec = "1.8.0"
|
||||
smartstring = "1"
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit", optional = true }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit", optional = true }
|
||||
tracing = "0.1.32"
|
||||
typed-arena = "2.0.1"
|
||||
|
||||
@ -45,7 +45,7 @@ stacker = "0.1.15"
|
||||
criterion = "0.3"
|
||||
pretty_assertions = "1.1"
|
||||
serde_json = "1"
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.31.39", path = "../testing" }
|
||||
walkdir = "2"
|
||||
|
@ -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.188.4"
|
||||
version = "0.188.5"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -25,19 +25,19 @@ st-map = "0.1.2"
|
||||
string_enum = { version = "0.3.2", path = "../string_enum" }
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { version = "0.211.3", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { version = "0.211.4", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"proposal",
|
||||
] }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
pretty_assertions = "1.1"
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.31.39", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_quote"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.45.4"
|
||||
version = "0.45.5"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -14,8 +14,8 @@ bench = false
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_quote_macros = { version = "0.40.4", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_quote_macros = { version = "0.40.5", path = "../swc_ecma_quote_macros" }
|
||||
|
||||
[dev-dependencies]
|
||||
testing = { version = "0.31.39", 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.40.4"
|
||||
version = "0.40.5"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -19,7 +19,7 @@ proc-macro2 = "1"
|
||||
quote = "1"
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_macros_common = { version = "0.3.3", path = "../swc_macros_common" }
|
||||
syn = "1"
|
||||
|
@ -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.211.3"
|
||||
version = "0.211.4"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -33,22 +33,22 @@ typescript = ["swc_ecma_transforms_typescript"]
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.3", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.164.3", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.180.3", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.155.3", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.166.3", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.170.3", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.4", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.164.4", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.180.4", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.155.4", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.166.4", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.170.4", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.1"
|
||||
sourcemap = "6"
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.5", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.6", path = "../swc_ecma_transforms_testing" }
|
||||
tempfile = "3"
|
||||
testing = { version = "0.31.39", 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.121.5"
|
||||
version = "0.121.6"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -27,16 +27,16 @@ serde = { version = "1", features = ["derive"] }
|
||||
smallvec = "1.8.0"
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
rayon = "1"
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.31.39", path = "../testing" }
|
||||
|
@ -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.110.5"
|
||||
version = "0.110.6"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -14,7 +14,7 @@ bench = false
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", 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.147.3"
|
||||
version = "0.147.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -31,17 +31,17 @@ smallvec = "1.8.0"
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.4", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.110.5", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.110.6", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" }
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.66"
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.5", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.6", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.31.39", 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.164.3"
|
||||
version = "0.164.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,14 +26,14 @@ serde = { version = "1.0.118", features = ["derive"] }
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_cached = { version = "0.3.15", path = "../swc_cached" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.41.39", path = "../swc_ecma_loader", features = [
|
||||
"node",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
@ -43,6 +43,6 @@ swc_ecma_loader = { version = "0.41.39", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_transforms_compat = { version = "0.147.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.5", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.6", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.31.39", 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.180.3"
|
||||
version = "0.180.4"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -32,20 +32,20 @@ rustc-hash = "1.1.0"
|
||||
serde_json = "1.0.61"
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.17.38", path = "../swc_fast_graph" }
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_transforms_compat = { version = "0.147.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.164.3", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.155.3", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.166.3", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.5", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.170.3", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.164.4", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.155.4", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.166.4", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.6", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.170.4", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.31.39", 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.155.3"
|
||||
version = "0.155.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -22,17 +22,17 @@ serde = { version = "1.0.118", features = ["derive"] }
|
||||
smallvec = "1.8.0"
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.41.39", path = "../swc_ecma_loader", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.110.5", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.110.6", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.66"
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.5", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.6", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.31.39", 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.166.3"
|
||||
version = "0.166.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -29,16 +29,16 @@ string_enum = { version = "0.3.2", path = "../string_enum" }
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.4", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen/" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.3", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_module = { version = "0.164.3", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.5", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen/" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.4", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_module = { version = "0.164.4", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.6", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.31.39", 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.124.5"
|
||||
version = "0.124.6"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -23,12 +23,12 @@ sourcemap = "6"
|
||||
swc_common = { version = "0.29.37", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.20.8", path = "../swc_ecma_testing" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
tempfile = "3.4.0"
|
||||
testing = { version = "0.31.39", 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.170.3"
|
||||
version = "0.170.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -16,19 +16,19 @@ bench = false
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.166.3", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.166.4", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.3", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.155.3", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.5", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.147.4", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.155.4", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.124.6", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.31.39", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_usage_analyzer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -27,8 +27,8 @@ indexmap = "1.6.1"
|
||||
rustc-hash = "1.1.0"
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.17.39", path = "../swc_timer" }
|
||||
tracing = "0.1.32"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_utils"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.112.4"
|
||||
version = "0.112.5"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -27,11 +27,11 @@ rayon = { version = "1.5.1", optional = true }
|
||||
rustc-hash = "1.1.0"
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
tracing = "0.1.32"
|
||||
unicode-id = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.31.39", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_visit"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.85.2"
|
||||
version = "0.85.3"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -25,6 +25,6 @@ num-bigint = { version = "0.4", features = ["serde"] }
|
||||
serde = { version = "1", optional = true }
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_visit = { version = "0.5.4", path = "../swc_visit" }
|
||||
tracing = "0.1.32"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecmascript"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.221.4"
|
||||
version = "0.221.5"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -39,15 +39,15 @@ react = ["swc_ecma_transforms/react"]
|
||||
typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
|
||||
|
||||
[dependencies]
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen", optional = true }
|
||||
swc_ecma_dep_graph = { version = "0.101.4", path = "../swc_ecma_dep_graph", optional = true }
|
||||
swc_ecma_minifier = { version = "0.174.3", path = "../swc_ecma_minifier", optional = true }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser", optional = true, default-features = false }
|
||||
swc_ecma_preset_env = { version = "0.188.4", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_quote = { version = "0.45.4", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_transforms = { version = "0.211.3", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit", optional = true }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen", optional = true }
|
||||
swc_ecma_dep_graph = { version = "0.101.5", path = "../swc_ecma_dep_graph", optional = true }
|
||||
swc_ecma_minifier = { version = "0.174.4", path = "../swc_ecma_minifier", optional = true }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser", optional = true, default-features = false }
|
||||
swc_ecma_preset_env = { version = "0.188.5", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_quote = { version = "0.45.5", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_transforms = { version = "0.211.4", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_visit = { version = "0.85.3", 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.176.4"
|
||||
version = "0.177.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -28,20 +28,20 @@ swc_common = { version = "0.29.37", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
"tty-emitter",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_estree_ast = { version = "0.19.37", path = "../swc_estree_ast" }
|
||||
swc_node_comments = { version = "0.16.37", path = "../swc_node_comments/" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
pretty_assertions = "1.1"
|
||||
swc = { version = "0.253.4", path = "../swc" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.211.3", path = "../swc_ecma_transforms/" }
|
||||
swc = { version = "0.254.0", path = "../swc" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.211.4", path = "../swc_ecma_transforms/" }
|
||||
testing = { version = "0.31.39", 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.117.3"
|
||||
version = "0.117.4"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
|
||||
[dependencies]
|
||||
swc_html_ast = {version = "0.28.29", path = "../swc_html_ast"}
|
||||
swc_html_codegen = {version = "0.37.41", path = "../swc_html_codegen"}
|
||||
swc_html_minifier = {version = "0.114.3", path = "../swc_html_minifier", optional = true}
|
||||
swc_html_minifier = {version = "0.114.4", path = "../swc_html_minifier", optional = true}
|
||||
swc_html_parser = {version = "0.34.40", path = "../swc_html_parser"}
|
||||
swc_html_visit = {version = "0.28.29", 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.114.3"
|
||||
version = "0.114.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,12 +26,12 @@ swc_css_ast = { version = "0.134.10", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { version = "0.144.11", path = "../swc_css_codegen" }
|
||||
swc_css_minifier = { version = "0.109.11", path = "../swc_css_minifier" }
|
||||
swc_css_parser = { version = "0.143.10", path = "../swc_css_parser" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.174.3", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.5", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.174.4", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.121.6", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_html_ast = { version = "0.28.29", path = "../swc_html_ast" }
|
||||
swc_html_codegen = { version = "0.37.41", path = "../swc_html_codegen" }
|
||||
swc_html_parser = { version = "0.34.40", path = "../swc_html_parser" }
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_node_bundler"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.40.4"
|
||||
version = "0.41.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,21 +26,21 @@ regex = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
string_enum = { version = "0.3.2", path = "../string_enum" }
|
||||
swc = { version = "0.253.4", path = "../swc" }
|
||||
swc = { version = "0.254.0", path = "../swc" }
|
||||
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
||||
swc_bundler = { version = "0.207.3", path = "../swc_bundler", features = [
|
||||
swc_bundler = { version = "0.207.4", path = "../swc_bundler", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.4", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.134.5", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.41.39", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.211.3", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_utils = { version = "0.112.4", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.211.4", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_utils = { version = "0.112.5", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
tracing = "0.1.32"
|
||||
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin_proxy"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.28.2"
|
||||
version = "0.28.3"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -42,6 +42,6 @@ rkyv = { package = "rkyv", version = "=0.7.37", optional = true }
|
||||
# cannot be merged.
|
||||
rkyv-latest = { package = "rkyv-test", version = "=0.7.38-test.2", optional = true }
|
||||
swc_common = { version = "0.29.37", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast" }
|
||||
swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" }
|
||||
tracing = "0.1.32"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin_runner"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.90.4"
|
||||
version = "0.90.5"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -46,8 +46,8 @@ swc_common = { version = "0.29.37", path = "../swc_common", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_css_ast = { version = "0.134.10", path = "../swc_css_ast", optional = true }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast", optional = true }
|
||||
swc_plugin_proxy = { version = "0.28.2", path = "../swc_plugin_proxy" }
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast", optional = true }
|
||||
swc_plugin_proxy = { version = "0.28.3", path = "../swc_plugin_proxy" }
|
||||
tracing = "0.1.32"
|
||||
wasmer = { version = "2.3.0", default-features = false }
|
||||
wasmer-wasi = { version = "2.3.0", default-features = false }
|
||||
@ -64,12 +64,12 @@ swc_css_ast = { version = "0.134.10", path = "../swc_css_ast", features = [
|
||||
"rkyv-impl",
|
||||
] }
|
||||
swc_css_parser = { version = "0.143.10", path = "../swc_css_parser" }
|
||||
swc_ecma_ast = { version = "0.99.2", path = "../swc_ecma_ast", features = [
|
||||
swc_ecma_ast = { version = "0.99.3", path = "../swc_ecma_ast", features = [
|
||||
"rkyv-impl",
|
||||
] }
|
||||
swc_ecma_loader = { version = "0.41.39", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.129.4", path = "../swc_ecma_parser" }
|
||||
swc_ecma_visit = { version = "0.85.2", path = "../swc_ecma_visit" }
|
||||
swc_ecma_parser = { version = "0.129.5", path = "../swc_ecma_parser" }
|
||||
swc_ecma_visit = { version = "0.85.3", path = "../swc_ecma_visit" }
|
||||
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
|
||||
testing = { version = "0.31.39", path = "../testing" }
|
||||
wasmer = "2.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user