chore: Publish crates

This commit is contained in:
SWC Bot 2022-11-07 03:59:24 +00:00
parent f6faeb3bad
commit 9f685796c3
37 changed files with 288 additions and 285 deletions

View File

@ -28,6 +28,9 @@
- **(es/parser)** Fix parsing of `await` (#6316) ([28af15e](https://github.com/swc-project/swc/commit/28af15e4757c77e1cc9c75e99abcdad23b87da5f))
- **(es/parser)** Fix parsing of TS `satisfies` expressions (#6354) ([f6faeb3](https://github.com/swc-project/swc/commit/f6faeb3bad6c2df2007e6565e646219b778b9db6))
### Features

70
Cargo.lock generated
View File

@ -168,7 +168,7 @@ dependencies = [
[[package]]
name = "binding_macros"
version = "0.20.81"
version = "0.20.82"
dependencies = [
"anyhow",
"console_error_panic_hook",
@ -776,7 +776,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.104"
version = "0.58.105"
dependencies = [
"anyhow",
"clap 3.1.0",
@ -1356,7 +1356,7 @@ dependencies = [
[[package]]
name = "jsdoc"
version = "0.91.24"
version = "0.91.25"
dependencies = [
"anyhow",
"dashmap",
@ -2976,7 +2976,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.232.81"
version = "0.232.82"
dependencies = [
"ahash",
"ansi_term",
@ -3047,7 +3047,7 @@ dependencies = [
[[package]]
name = "swc_bundler"
version = "0.192.71"
version = "0.192.72"
dependencies = [
"ahash",
"anyhow",
@ -3162,7 +3162,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.40.51"
version = "0.40.52"
dependencies = [
"binding_macros",
"once_cell",
@ -3397,7 +3397,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.94.17"
version = "0.94.18"
dependencies = [
"arbitrary",
"bitflags",
@ -3417,7 +3417,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.127.29"
version = "0.127.30"
dependencies = [
"base64 0.13.0",
"criterion",
@ -3452,7 +3452,7 @@ dependencies = [
[[package]]
name = "swc_ecma_dep_graph"
version = "0.94.24"
version = "0.94.25"
dependencies = [
"pretty_assertions",
"swc_atoms",
@ -3465,7 +3465,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ext_transforms"
version = "0.91.29"
version = "0.91.30"
dependencies = [
"phf",
"swc_atoms",
@ -3477,7 +3477,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.66.43"
version = "0.66.44"
dependencies = [
"ahash",
"auto_impl",
@ -3521,7 +3521,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.159.71"
version = "0.159.72"
dependencies = [
"ahash",
"ansi_term",
@ -3563,7 +3563,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.122.24"
version = "0.122.25"
dependencies = [
"criterion",
"either",
@ -3587,7 +3587,7 @@ dependencies = [
[[package]]
name = "swc_ecma_preset_env"
version = "0.174.41"
version = "0.174.42"
dependencies = [
"ahash",
"anyhow",
@ -3615,7 +3615,7 @@ dependencies = [
[[package]]
name = "swc_ecma_quote"
version = "0.38.27"
version = "0.38.28"
dependencies = [
"swc_atoms",
"swc_common",
@ -3626,7 +3626,7 @@ dependencies = [
[[package]]
name = "swc_ecma_quote_macros"
version = "0.33.25"
version = "0.33.26"
dependencies = [
"anyhow",
"pmutil",
@ -3652,7 +3652,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms"
version = "0.198.41"
version = "0.198.42"
dependencies = [
"pretty_assertions",
"sourcemap",
@ -3677,7 +3677,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.111.42"
version = "0.111.43"
dependencies = [
"better_scoped_tls",
"bitflags",
@ -3703,7 +3703,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_classes"
version = "0.100.42"
version = "0.100.43"
dependencies = [
"swc_atoms",
"swc_common",
@ -3715,7 +3715,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.136.34"
version = "0.136.35"
dependencies = [
"ahash",
"arrayvec",
@ -3755,7 +3755,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.153.35"
version = "0.153.36"
dependencies = [
"Inflector",
"ahash",
@ -3785,7 +3785,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.167.41"
version = "0.167.42"
dependencies = [
"ahash",
"dashmap",
@ -3816,7 +3816,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.144.34"
version = "0.144.35"
dependencies = [
"either",
"serde",
@ -3839,7 +3839,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_react"
version = "0.155.35"
version = "0.155.36"
dependencies = [
"ahash",
"base64 0.13.0",
@ -3869,7 +3869,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_testing"
version = "0.114.28"
version = "0.114.29"
dependencies = [
"ansi_term",
"anyhow",
@ -3893,7 +3893,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.159.37"
version = "0.159.38"
dependencies = [
"criterion",
"serde",
@ -3914,7 +3914,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.105.29"
version = "0.105.30"
dependencies = [
"indexmap",
"num_cpus",
@ -3931,7 +3931,7 @@ dependencies = [
[[package]]
name = "swc_ecma_visit"
version = "0.80.17"
version = "0.80.18"
dependencies = [
"num-bigint",
"serde",
@ -3944,7 +3944,7 @@ dependencies = [
[[package]]
name = "swc_ecmascript"
version = "0.205.72"
version = "0.205.73"
dependencies = [
"swc_ecma_ast",
"swc_ecma_codegen",
@ -3992,7 +3992,7 @@ dependencies = [
[[package]]
name = "swc_estree_compat"
version = "0.154.81"
version = "0.154.82"
dependencies = [
"ahash",
"anyhow",
@ -4040,7 +4040,7 @@ dependencies = [
[[package]]
name = "swc_html"
version = "0.93.47"
version = "0.93.48"
dependencies = [
"swc_html_ast",
"swc_html_codegen",
@ -4092,7 +4092,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.90.47"
version = "0.90.48"
dependencies = [
"criterion",
"once_cell",
@ -4178,7 +4178,7 @@ dependencies = [
[[package]]
name = "swc_node_bundler"
version = "0.18.81"
version = "0.18.82"
dependencies = [
"anyhow",
"dashmap",
@ -4246,7 +4246,7 @@ dependencies = [
[[package]]
name = "swc_plugin_proxy"
version = "0.22.17"
version = "0.22.18"
dependencies = [
"better_scoped_tls",
"rkyv",
@ -4259,7 +4259,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.77.29"
version = "0.77.30"
dependencies = [
"anyhow",
"criterion",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.81"
version = "0.20.82"
[lib]
bench = false
@ -30,10 +30,10 @@ binding_wasm = [
[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.232.81", path = "../swc" }
swc = { optional = true, version = "0.232.82", path = "../swc" }
swc_common = { optional = true, version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.198.41", path = "../swc_ecma_transforms" }
swc_ecma_ast = { optional = true, version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.198.42", path = "../swc_ecma_transforms" }
# Optional deps for the wasm binding macro
anyhow = { optional = true, version = "1.0.58" }

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.58.104"
version = "0.58.105"
[[bin]]
bench = false
@ -25,14 +25,14 @@ swc_common = { version = "0.29.13", features = [
"concurrent",
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.159.71", path = "../swc_ecma_minifier", features = [
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.159.72", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.13.13", path = "../swc_error_reporters" }
swc_timer = { version = "0.17.13", path = "../swc_timer" }
tempdir = "0.3.7"

View File

@ -6,7 +6,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "jsdoc"
version = "0.91.24"
version = "0.91.25"
[lib]
bench = false
@ -20,6 +20,6 @@ swc_common = { version = "0.29.13", path = "../swc_common" }
[dev-dependencies]
anyhow = "1"
dashmap = "5.1.0"
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
testing = { version = "0.31.13", path = "../testing" }

View File

@ -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.232.81"
version = "0.232.82"
[lib]
bench = false
@ -66,19 +66,19 @@ swc_common = { version = "0.29.13", path = "../swc_common", features = [
"parking_lot",
] }
swc_config = { version = "0.1.4", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.91.29", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.66.43", path = "../swc_ecma_lints" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.91.30", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.66.44", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.41.14", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.159.71", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.174.41", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.198.41", path = "../swc_ecma_transforms", features = [
swc_ecma_minifier = { version = "0.159.72", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.174.42", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.198.42", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
@ -86,15 +86,15 @@ swc_ecma_transforms = { version = "0.198.41", path = "../swc_ecma_transforms", f
"react",
"typescript",
] }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.136.34", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.167.41", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.136.35", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.167.42", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.13.13", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.16.13", path = "../swc_node_comments" }
swc_plugin_proxy = { version = "0.22.17", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.77.29", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_plugin_proxy = { version = "0.22.18", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.77.30", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "0.17.13", path = "../swc_timer" }
swc_visit = { version = "0.5.2", path = "../swc_visit" }
tracing = "0.1.32"
@ -115,7 +115,7 @@ tracing = "0.1.32"
ansi_term = "0.12"
criterion = "0.3"
rayon = "1.5.1"
swc_ecma_lints = { version = "0.66.43", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "0.66.44", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }

View File

@ -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.192.71"
version = "0.192.72"
[package.metadata.docs.rs]
all-features = true
@ -39,14 +39,14 @@ relative-path = "1.2"
retain_mut = "0.1.2"
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.41.14", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.167.41", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.167.42", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.17.14", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "0.18.14", path = "../swc_graph_analyzer/" }
tracing = "0.1.32"
@ -61,12 +61,12 @@ swc_ecma_loader = { version = "0.41.14", path = "../swc_ecma_loader", features =
"node",
"cache",
] }
swc_ecma_minifier = { version = "0.159.71", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.159.72", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.144.34", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.155.35", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.159.37", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_proposal = { version = "0.144.35", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.155.36", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.159.38", path = "../swc_ecma_transforms_typescript" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
tempfile = "3.1.0"
testing = { version = "0.31.13", path = "../testing" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.40.51"
version = "0.40.52"
[package.metadata.docs.rs]
features = [
"common_perf",
@ -317,10 +317,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.20.81", path = "../binding_macros" }
swc = { optional = true, version = "0.232.81", path = "../swc" }
binding_macros = { optional = true, version = "0.20.82", path = "../binding_macros" }
swc = { optional = true, version = "0.232.82", path = "../swc" }
swc_atoms = { optional = true, version = "0.4.24", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.192.71", path = "../swc_bundler" }
swc_bundler = { optional = true, version = "0.192.72", path = "../swc_bundler" }
swc_cached = { optional = true, version = "0.3.15", path = "../swc_cached" }
swc_common = { optional = true, version = "0.29.13", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.124.5", path = "../swc_css_ast" }
@ -330,33 +330,33 @@ swc_css_parser = { optional = true, version = "0.133.16", path
swc_css_prefixer = { optional = true, version = "0.135.16", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.121.5", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.123.5", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_ast = { optional = true, version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_loader = { optional = true, version = "0.41.14", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "0.159.71", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.174.41", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.33.25", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_module = { optional = true, version = "0.153.35", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.167.41", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.144.34", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.155.35", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.114.28", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.159.37", path = "../swc_ecma_transforms_typescript" }
swc_ecma_utils = { optional = true, version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_minifier = { optional = true, version = "0.159.72", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.174.42", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.33.26", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_module = { optional = true, version = "0.153.36", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.167.42", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.144.35", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.155.36", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.114.29", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.159.38", path = "../swc_ecma_transforms_typescript" }
swc_ecma_utils = { optional = true, version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.80.18", path = "../swc_ecma_visit" }
swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" }
swc_node_bundler = { optional = true, version = "0.18.81", path = "../swc_node_bundler" }
swc_node_bundler = { optional = true, version = "0.18.82", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "0.0.4", path = "../swc_nodejs_common" }
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
swc_plugin_macro = { optional = true, version = "0.9.8", path = "../swc_plugin_macro" }
swc_plugin_proxy = { optional = true, version = "0.22.17", path = "../swc_plugin_proxy" }
swc_plugin_proxy = { optional = true, version = "0.22.18", path = "../swc_plugin_proxy" }
swc_trace_macro = { optional = true, version = "0.1.2", path = "../swc_trace_macro" }
testing = { optional = true, version = "0.31.13", path = "../testing" }
# TODO: eventually swc_plugin_runner needs to remove default features
swc_css_compat = { version = "0.9.16", path = "../swc_css_compat", optional = true }
swc_plugin_runner = { optional = true, version = "0.77.29", path = "../swc_plugin_runner", default-features = false }
swc_plugin_runner = { optional = true, version = "0.77.30", path = "../swc_plugin_runner", default-features = false }
[build-dependencies]
vergen = { version = "7.3.2", default-features = false, features = ["cargo"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.94.17"
version = "0.94.18"
[package.metadata.docs.rs]
all-features = true

View File

@ -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.127.29"
version = "0.127.30"
[lib]
bench = false
@ -21,7 +21,7 @@ serde = "1.0.127"
sourcemap = "6"
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.18", 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.13", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.122.25", 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.13", path = "../testing" }

View File

@ -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.94.24"
version = "0.94.25"
[lib]
bench = false
@ -14,10 +14,10 @@ bench = false
[dependencies]
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
[dev-dependencies]
pretty_assertions = "1.1"
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
testing = { version = "0.31.13", path = "../testing" }

View File

@ -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.91.29"
version = "0.91.30"
[lib]
bench = false
@ -14,6 +14,6 @@ bench = false
phf = { version = "0.10", features = ["macros"] }
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }

View File

@ -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.66.43"
version = "0.66.44"
# 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.13", path = "../swc_common", features = [
"concurrent",
] }
swc_config = { version = "0.1.4", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
[dev-dependencies]
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
testing = { version = "0.31.13", path = "../testing" }
[features]

View File

@ -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.159.71"
version = "0.159.72"
[package.metadata.docs.rs]
all-features = true
@ -49,13 +49,13 @@ swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_cached = { version = "0.3.15", path = "../swc_cached" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_config = { version = "0.1.4", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.167.41", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.167.42", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_timer = { version = "0.17.13", path = "../swc_timer" }
tracing = "0.1.32"

View File

@ -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.122.24"
version = "0.122.25"
[package.metadata.docs.rs]
all-features = true
@ -32,8 +32,8 @@ serde = { version = "1", features = ["derive"] }
smallvec = "1.8.0"
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit", optional = true }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit", optional = true }
tracing = "0.1.32"
typed-arena = "2.0.1"
@ -41,7 +41,7 @@ typed-arena = "2.0.1"
criterion = "0.3"
pretty_assertions = "1.1"
serde_json = "1"
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.31.13", path = "../testing" }
walkdir = "2"

View File

@ -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.174.41"
version = "0.174.42"
[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.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_transforms = { version = "0.198.41", path = "../swc_ecma_transforms", features = [
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_transforms = { version = "0.198.42", path = "../swc_ecma_transforms", features = [
"compat",
"proposal",
] }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
[dev-dependencies]
criterion = "0.3"
pretty_assertions = "1.1"
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
testing = { version = "0.31.13", path = "../testing" }
[[bench]]

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_quote"
repository = "https://github.com/swc-project/swc.git"
version = "0.38.27"
version = "0.38.28"
[lib]
bench = false
@ -14,8 +14,8 @@ bench = false
[dependencies]
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_quote_macros = { version = "0.33.25", path = "../swc_ecma_quote_macros" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_quote_macros = { version = "0.33.26", path = "../swc_ecma_quote_macros" }
[dev-dependencies]
testing = { version = "0.31.13", path = "../testing" }

View File

@ -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.33.25"
version = "0.33.26"
[lib]
bench = false
@ -19,7 +19,7 @@ proc-macro2 = "1"
quote = "1"
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_macros_common = { version = "0.3.3", path = "../swc_macros_common" }
syn = "1"

View File

@ -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.198.41"
version = "0.198.42"
[package.metadata.docs.rs]
all-features = true
@ -33,22 +33,22 @@ typescript = ["swc_ecma_transforms_typescript"]
[dependencies]
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.136.34", path = "../swc_ecma_transforms_compat", optional = true }
swc_ecma_transforms_module = { version = "0.153.35", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_optimization = { version = "0.167.41", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "0.144.34", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "0.155.35", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_typescript = { version = "0.159.37", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.136.35", path = "../swc_ecma_transforms_compat", optional = true }
swc_ecma_transforms_module = { version = "0.153.36", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_optimization = { version = "0.167.42", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "0.144.35", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "0.155.36", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_typescript = { version = "0.159.38", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
[dev-dependencies]
pretty_assertions = "1.1"
sourcemap = "6"
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.114.28", path = "../swc_ecma_transforms_testing" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.114.29", path = "../swc_ecma_transforms_testing" }
tempfile = "3"
testing = { version = "0.31.13", path = "../testing" }

View File

@ -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.111.42"
version = "0.111.43"
[lib]
bench = false
@ -27,16 +27,16 @@ serde = { version = "1", features = ["derive"] }
smallvec = "1.8.0"
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
tracing = "0.1.32"
[dev-dependencies]
criterion = "0.3"
rayon = "1"
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "0.127.30", 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.13", path = "../testing" }

View File

@ -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.100.42"
version = "0.100.43"
[lib]
bench = false
@ -14,7 +14,7 @@ bench = false
[dependencies]
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }

View File

@ -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.136.34"
version = "0.136.35"
[lib]
bench = false
@ -31,17 +31,17 @@ smallvec = "1.8.0"
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_config = { version = "0.1.4", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.100.42", path = "../swc_ecma_transforms_classes" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.100.43", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", 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.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.114.28", path = "../swc_ecma_transforms_testing" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.114.29", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.13", path = "../testing" }

View File

@ -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.153.35"
version = "0.153.36"
[lib]
bench = false
@ -26,14 +26,14 @@ serde = { version = "1.0.118", features = ["derive"] }
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_cached = { version = "0.3.15", path = "../swc_cached" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_loader = { version = "0.41.14", path = "../swc_ecma_loader", features = [
"node",
] }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
tracing = "0.1.32"
[dev-dependencies]
@ -43,6 +43,6 @@ swc_ecma_loader = { version = "0.41.14", path = "../swc_ecma_loader", features =
"node",
"tsc",
] }
swc_ecma_transforms_compat = { version = "0.136.34", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.114.28", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_compat = { version = "0.136.35", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.114.29", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.13", path = "../testing/" }

View File

@ -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.167.41"
version = "0.167.42"
# 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.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.17.14", path = "../swc_fast_graph" }
tracing = "0.1.32"
[dev-dependencies]
swc_ecma_transforms_compat = { version = "0.136.34", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { version = "0.153.35", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_proposal = { version = "0.144.34", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.155.35", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "0.114.28", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.159.37", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_compat = { version = "0.136.35", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { version = "0.153.36", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_proposal = { version = "0.144.35", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.155.36", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "0.114.29", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.159.38", path = "../swc_ecma_transforms_typescript" }
testing = { version = "0.31.13", path = "../testing" }

View File

@ -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.144.34"
version = "0.144.35"
[lib]
bench = false
@ -22,17 +22,17 @@ serde = { version = "1.0.118", features = ["derive"] }
smallvec = "1.8.0"
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_loader = { version = "0.41.14", path = "../swc_ecma_loader", optional = true }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.100.42", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.100.43", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
[dev-dependencies]
serde_json = "1.0.66"
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.136.34", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.114.28", path = "../swc_ecma_transforms_testing" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.136.35", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.114.29", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.13", path = "../testing" }

View File

@ -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.155.35"
version = "0.155.36"
[lib]
bench = false
@ -29,16 +29,16 @@ string_enum = { version = "0.3.2", path = "../string_enum" }
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_config = { version = "0.1.4", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
[dev-dependencies]
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen/" }
swc_ecma_transforms_compat = { version = "0.136.34", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_module = { version = "0.153.35", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_testing = { version = "0.114.28", path = "../swc_ecma_transforms_testing" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen/" }
swc_ecma_transforms_compat = { version = "0.136.35", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_module = { version = "0.153.36", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_testing = { version = "0.114.29", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.13", path = "../testing" }

View File

@ -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.114.28"
version = "0.114.29"
[lib]
bench = false
@ -23,12 +23,12 @@ sourcemap = "6"
swc_common = { version = "0.29.13", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
tempfile = "3.1.0"
testing = { version = "0.31.13", path = "../testing" }

View File

@ -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.159.37"
version = "0.159.38"
[lib]
bench = false
@ -16,19 +16,19 @@ bench = false
serde = { version = "1.0.118", features = ["derive"] }
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_react = { version = "0.155.35", path = "../swc_ecma_transforms_react" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_react = { version = "0.155.36", path = "../swc_ecma_transforms_react" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
[dev-dependencies]
criterion = "0.3"
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.136.34", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "0.144.34", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_testing = { version = "0.114.28", path = "../swc_ecma_transforms_testing" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.136.35", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "0.144.35", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_testing = { version = "0.114.29", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.13", path = "../testing" }
[[bench]]

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.105.29"
version = "0.105.30"
[package.metadata.docs.rs]
all-features = true
@ -26,10 +26,10 @@ once_cell = "1.10.0"
rayon = {version = "1.5.1", optional = true}
swc_atoms = {version = "0.4.24", path = "../swc_atoms"}
swc_common = {version = "0.29.13", path = "../swc_common"}
swc_ecma_ast = {version = "0.94.17", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.80.17", path = "../swc_ecma_visit"}
swc_ecma_ast = {version = "0.94.18", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.80.18", path = "../swc_ecma_visit"}
tracing = "0.1.32"
unicode-id = "0.3"
[dev-dependencies]
swc_ecma_parser = {version = "0.122.24", path = "../swc_ecma_parser"}
swc_ecma_parser = {version = "0.122.25", path = "../swc_ecma_parser"}

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.80.17"
version = "0.80.18"
[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.24", path = "../swc_atoms" }
swc_common = { version = "0.29.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_visit = { version = "0.5.3", path = "../swc_visit" }
tracing = "0.1.32"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.205.72"
version = "0.205.73"
[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.94.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen", optional = true }
swc_ecma_dep_graph = { version = "0.94.24", path = "../swc_ecma_dep_graph", optional = true }
swc_ecma_minifier = { version = "0.159.71", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "0.174.41", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_quote = { version = "0.38.27", path = "../swc_ecma_quote", optional = true }
swc_ecma_transforms = { version = "0.198.41", path = "../swc_ecma_transforms", optional = true }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils", optional = true }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit", optional = true }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen", optional = true }
swc_ecma_dep_graph = { version = "0.94.25", path = "../swc_ecma_dep_graph", optional = true }
swc_ecma_minifier = { version = "0.159.72", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "0.174.42", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_quote = { version = "0.38.28", path = "../swc_ecma_quote", optional = true }
swc_ecma_transforms = { version = "0.198.42", path = "../swc_ecma_transforms", optional = true }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils", optional = true }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit", optional = true }
[dev-dependencies]

View File

@ -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.154.81"
version = "0.154.82"
[package.metadata.docs.rs]
all-features = true
@ -28,20 +28,20 @@ swc_common = { version = "0.29.13", path = "../swc_common", features = [
"sourcemap",
"tty-emitter",
] }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_estree_ast = { version = "0.19.13", path = "../swc_estree_ast" }
swc_node_comments = { version = "0.16.13", path = "../swc_node_comments/" }
[dev-dependencies]
criterion = "0.3"
pretty_assertions = "1.1"
swc = { version = "0.232.81", path = "../swc" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.198.41", path = "../swc_ecma_transforms/" }
swc = { version = "0.232.82", path = "../swc" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.198.42", path = "../swc_ecma_transforms/" }
testing = { version = "0.31.13", path = "../testing" }
walkdir = "2"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html"
repository = "https://github.com/swc-project/swc.git"
version = "0.93.47"
version = "0.93.48"
[package.metadata.docs.rs]
all-features = true
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.28.4", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.37.10", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.90.47", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.90.48", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.34.10", path = "../swc_html_parser"}
swc_html_visit = {version = "0.28.4", path = "../swc_html_visit"}

View File

@ -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.90.47"
version = "0.90.48"
[lib]
bench = false
@ -26,12 +26,12 @@ swc_css_ast = { version = "0.124.5", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.134.16", path = "../swc_css_codegen" }
swc_css_minifier = { version = "0.99.17", path = "../swc_css_minifier" }
swc_css_parser = { version = "0.133.16", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.159.71", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.42", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.159.72", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.43", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_html_ast = { version = "0.28.4", path = "../swc_html_ast" }
swc_html_codegen = { version = "0.37.10", path = "../swc_html_codegen" }
swc_html_parser = { version = "0.34.10", path = "../swc_html_parser" }

View File

@ -7,7 +7,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_node_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.18.81"
version = "0.18.82"
[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.232.81", path = "../swc" }
swc = { version = "0.232.82", path = "../swc" }
swc_atoms = { version = "0.4.24", path = "../swc_atoms" }
swc_bundler = { version = "0.192.71", path = "../swc_bundler", features = [
swc_bundler = { version = "0.192.72", path = "../swc_bundler", features = [
"concurrent",
] }
swc_common = { version = "0.29.13", path = "../swc_common", features = [
"concurrent",
] }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.29", path = "../swc_ecma_codegen" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.30", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.41.14", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.198.41", path = "../swc_ecma_transforms" }
swc_ecma_utils = { version = "0.105.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.198.42", path = "../swc_ecma_transforms" }
swc_ecma_utils = { version = "0.105.30", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
tracing = "0.1.32"

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_proxy"
repository = "https://github.com/swc-project/swc.git"
version = "0.22.17"
version = "0.22.18"
[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.13", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" }
tracing = "0.1.32"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.77.29"
version = "0.77.30"
[lib]
bench = false
@ -46,8 +46,8 @@ serde_json = "1.0.64"
swc_common = { version = "0.29.13", path = "../swc_common", features = [
"concurrent",
] }
swc_ecma_ast = { version = "0.94.17", path = "../swc_ecma_ast" }
swc_plugin_proxy = { version = "0.22.17", path = "../swc_plugin_proxy" }
swc_ecma_ast = { version = "0.94.18", path = "../swc_ecma_ast" }
swc_plugin_proxy = { version = "0.22.18", path = "../swc_plugin_proxy" }
tracing = "0.1.32"
wasmer = { version = "2.3.0", default-features = false }
@ -62,8 +62,8 @@ wasmer-engine-universal = { version = "2.3.0" }
criterion = "0.3"
swc_atoms = { version = "0.4.24", path = '../swc_atoms' }
swc_ecma_loader = { version = "0.41.14", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.122.24", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.80.17", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.25", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.80.18", path = "../swc_ecma_visit" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.31.13", path = "../testing" }
# This allows we can run non-wasm32 target build command while some pkg select features for wasmer/js omits its transitive deps