chore: Publish crates

This commit is contained in:
SWC Bot 2023-11-20 04:30:06 +00:00
parent 2113bb3e19
commit af8c1d33f5
37 changed files with 191 additions and 194 deletions

View File

@ -52,6 +52,9 @@
- **(es/proposal)** Improve resolving of `design:returntype` ([#8303](https://github.com/swc-project/swc/issues/8303)) ([fab51e1](https://github.com/swc-project/swc/commit/fab51e18433d85f29d720ef11371411fa4ecf623)) - **(es/proposal)** Improve resolving of `design:returntype` ([#8303](https://github.com/swc-project/swc/issues/8303)) ([fab51e1](https://github.com/swc-project/swc/commit/fab51e18433d85f29d720ef11371411fa4ecf623))
- **(es/resolver)** Ignore qualifiers of `TsImportType` ([#8299](https://github.com/swc-project/swc/issues/8299)) ([2113bb3](https://github.com/swc-project/swc/commit/2113bb3e19131d68eb2a1c384e4ac58b2bc10f00))
### Features ### Features
@ -1675,12 +1678,6 @@
- **(plugin/runner)** Fix clippy warnings ([#7244](https://github.com/swc-project/swc/issues/7244)) ([70b86db](https://github.com/swc-project/swc/commit/70b86dbe371fafc2dffde0573bc091860aa529b3)) - **(plugin/runner)** Fix clippy warnings ([#7244](https://github.com/swc-project/swc/issues/7244)) ([70b86db](https://github.com/swc-project/swc/commit/70b86dbe371fafc2dffde0573bc091860aa529b3))
### Testing
- **(es/plugin)** Enable E2E test again ([#7236](https://github.com/swc-project/swc/issues/7236)) ([695ce06](https://github.com/swc-project/swc/commit/695ce060e95ccdda50334468dc669da2df76c026))
### Build ### Build

70
Cargo.lock generated
View File

@ -284,7 +284,7 @@ dependencies = [
[[package]] [[package]]
name = "binding_macros" name = "binding_macros"
version = "0.60.68" version = "0.60.69"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"console_error_panic_hook", "console_error_panic_hook",
@ -1053,7 +1053,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.89.66" version = "0.89.67"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 3.2.25", "clap 3.2.25",
@ -3696,7 +3696,7 @@ dependencies = [
[[package]] [[package]]
name = "swc" name = "swc"
version = "0.269.61" version = "0.269.62"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"anyhow", "anyhow",
@ -3765,7 +3765,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_bundler" name = "swc_bundler"
version = "0.222.55" version = "0.222.56"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"crc", "crc",
@ -3820,7 +3820,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_cli_impl" name = "swc_cli_impl"
version = "0.4.68" version = "0.4.69"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"atty", "atty",
@ -3877,7 +3877,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_compiler_base" name = "swc_compiler_base"
version = "0.3.63" version = "0.3.64"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.13.1", "base64 0.13.1",
@ -3920,7 +3920,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_core" name = "swc_core"
version = "0.86.68" version = "0.86.69"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"binding_macros", "binding_macros",
@ -4211,7 +4211,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_bugfixes" name = "swc_ecma_compat_bugfixes"
version = "0.1.39" version = "0.1.40"
dependencies = [ dependencies = [
"swc_atoms", "swc_atoms",
"swc_common", "swc_common",
@ -4239,7 +4239,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es2015" name = "swc_ecma_compat_es2015"
version = "0.1.39" version = "0.1.40"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"indexmap 1.9.3", "indexmap 1.9.3",
@ -4265,7 +4265,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es2016" name = "swc_ecma_compat_es2016"
version = "0.1.37" version = "0.1.38"
dependencies = [ dependencies = [
"swc_atoms", "swc_atoms",
"swc_common", "swc_common",
@ -4282,7 +4282,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es2017" name = "swc_ecma_compat_es2017"
version = "0.1.38" version = "0.1.39"
dependencies = [ dependencies = [
"serde", "serde",
"swc_atoms", "swc_atoms",
@ -4300,7 +4300,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es2018" name = "swc_ecma_compat_es2018"
version = "0.1.38" version = "0.1.39"
dependencies = [ dependencies = [
"serde", "serde",
"swc_atoms", "swc_atoms",
@ -4319,7 +4319,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es2019" name = "swc_ecma_compat_es2019"
version = "0.1.38" version = "0.1.39"
dependencies = [ dependencies = [
"swc_atoms", "swc_atoms",
"swc_common", "swc_common",
@ -4335,7 +4335,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es2020" name = "swc_ecma_compat_es2020"
version = "0.1.36" version = "0.1.37"
dependencies = [ dependencies = [
"serde", "serde",
"swc_atoms", "swc_atoms",
@ -4353,7 +4353,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es2021" name = "swc_ecma_compat_es2021"
version = "0.1.36" version = "0.1.37"
dependencies = [ dependencies = [
"swc_atoms", "swc_atoms",
"swc_common", "swc_common",
@ -4367,7 +4367,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es2022" name = "swc_ecma_compat_es2022"
version = "0.1.37" version = "0.1.38"
dependencies = [ dependencies = [
"swc_atoms", "swc_atoms",
"swc_common", "swc_common",
@ -4384,7 +4384,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es3" name = "swc_ecma_compat_es3"
version = "0.1.37" version = "0.1.38"
dependencies = [ dependencies = [
"swc_common", "swc_common",
"swc_ecma_ast", "swc_ecma_ast",
@ -4411,7 +4411,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_lints" name = "swc_ecma_lints"
version = "0.89.37" version = "0.89.38"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"dashmap", "dashmap",
@ -4453,7 +4453,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
version = "0.189.57" version = "0.189.58"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"anyhow", "anyhow",
@ -4522,7 +4522,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_preset_env" name = "swc_ecma_preset_env"
version = "0.203.47" version = "0.203.48"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"criterion", "criterion",
@ -4588,7 +4588,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms" name = "swc_ecma_transforms"
version = "0.226.47" version = "0.226.48"
dependencies = [ dependencies = [
"pretty_assertions", "pretty_assertions",
"sourcemap", "sourcemap",
@ -4613,7 +4613,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_base" name = "swc_ecma_transforms_base"
version = "0.134.38" version = "0.134.39"
dependencies = [ dependencies = [
"better_scoped_tls", "better_scoped_tls",
"bitflags 2.3.2", "bitflags 2.3.2",
@ -4640,7 +4640,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_classes" name = "swc_ecma_transforms_classes"
version = "0.123.39" version = "0.123.40"
dependencies = [ dependencies = [
"swc_atoms", "swc_atoms",
"swc_common", "swc_common",
@ -4652,7 +4652,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_compat" name = "swc_ecma_transforms_compat"
version = "0.160.44" version = "0.160.45"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"indexmap 1.9.3", "indexmap 1.9.3",
@ -4702,7 +4702,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_module" name = "swc_ecma_transforms_module"
version = "0.177.46" version = "0.177.47"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"anyhow", "anyhow",
@ -4731,7 +4731,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_optimization" name = "swc_ecma_transforms_optimization"
version = "0.195.47" version = "0.195.48"
dependencies = [ dependencies = [
"dashmap", "dashmap",
"indexmap 1.9.3", "indexmap 1.9.3",
@ -4761,7 +4761,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_proposal" name = "swc_ecma_transforms_proposal"
version = "0.168.47" version = "0.168.48"
dependencies = [ dependencies = [
"either", "either",
"rustc-hash", "rustc-hash",
@ -4785,7 +4785,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_react" name = "swc_ecma_transforms_react"
version = "0.180.47" version = "0.180.48"
dependencies = [ dependencies = [
"base64 0.13.1", "base64 0.13.1",
"dashmap", "dashmap",
@ -4813,7 +4813,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_testing" name = "swc_ecma_transforms_testing"
version = "0.137.40" version = "0.137.41"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"anyhow", "anyhow",
@ -4837,7 +4837,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_typescript" name = "swc_ecma_transforms_typescript"
version = "0.185.45" version = "0.185.46"
dependencies = [ dependencies = [
"criterion", "criterion",
"ryu-js", "ryu-js",
@ -4906,7 +4906,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecmascript" name = "swc_ecmascript"
version = "0.236.64" version = "0.236.65"
dependencies = [ dependencies = [
"swc_ecma_ast", "swc_ecma_ast",
"swc_ecma_codegen", "swc_ecma_codegen",
@ -4953,7 +4953,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_estree_compat" name = "swc_estree_compat"
version = "0.194.66" version = "0.194.67"
dependencies = [ dependencies = [
"ahash 0.8.5", "ahash 0.8.5",
"anyhow", "anyhow",
@ -5001,7 +5001,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_html" name = "swc_html"
version = "0.134.63" version = "0.134.64"
dependencies = [ dependencies = [
"swc_html_ast", "swc_html_ast",
"swc_html_codegen", "swc_html_codegen",
@ -5052,7 +5052,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_html_minifier" name = "swc_html_minifier"
version = "0.131.63" version = "0.131.64"
dependencies = [ dependencies = [
"criterion", "criterion",
"once_cell", "once_cell",
@ -5138,7 +5138,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_node_bundler" name = "swc_node_bundler"
version = "0.58.68" version = "0.58.69"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"dashmap", "dashmap",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "binding_macros" name = "binding_macros"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.60.68" version = "0.60.69"
[lib] [lib]
bench = false bench = false
@ -33,10 +33,10 @@ binding_wasm = [
[dependencies] [dependencies]
# Common deps for the SWC imports # Common deps for the SWC imports
swc = { optional = true, version = "0.269.61", path = "../swc" } swc = { optional = true, version = "0.269.62", path = "../swc" }
swc_common = { optional = true, version = "0.33.9", path = "../swc_common" } swc_common = { optional = true, version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.226.47", path = "../swc_ecma_transforms" } swc_ecma_transforms = { optional = true, version = "0.226.48", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" }
# Optional deps for the wasm binding macro # Optional deps for the wasm binding macro

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "dbg-swc" name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git" repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.89.66" version = "0.89.67"
[[bin]] [[bin]]
bench = false bench = false
@ -32,11 +32,11 @@ swc_common = { version = "0.33.9", features = [
], path = "../swc_common" } ], path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.57", path = "../swc_ecma_minifier", features = [ swc_ecma_minifier = { version = "0.189.58", path = "../swc_ecma_minifier", features = [
"concurrent", "concurrent",
] } ] }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" } swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" }
swc_timer = { version = "0.21.11", path = "../swc_timer" } swc_timer = { version = "0.21.11", path = "../swc_timer" }

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc" name = "swc"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.269.61" version = "0.269.62"
[lib] [lib]
bench = false bench = false
@ -73,21 +73,21 @@ swc_common = { version = "0.33.9", path = "../swc_common", features = [
"sourcemap", "sourcemap",
"parking_lot", "parking_lot",
] } ] }
swc_compiler_base = { version = "0.3.63", path = "../swc_compiler_base" } swc_compiler_base = { version = "0.3.64", path = "../swc_compiler_base" }
swc_config = { version = "0.1.7", path = "../swc_config" } swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.110.30", path = "../swc_ecma_ext_transforms" } swc_ecma_ext_transforms = { version = "0.110.30", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.89.37", path = "../swc_ecma_lints" } swc_ecma_lints = { version = "0.89.38", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features = [ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features = [
"cache", "cache",
"node", "node",
"tsc", "tsc",
] } ] }
swc_ecma_minifier = { version = "0.189.57", path = "../swc_ecma_minifier" } swc_ecma_minifier = { version = "0.189.58", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.203.47", path = "../swc_ecma_preset_env" } swc_ecma_preset_env = { version = "0.203.48", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.226.47", path = "../swc_ecma_transforms", features = [ swc_ecma_transforms = { version = "0.226.48", path = "../swc_ecma_transforms", features = [
"compat", "compat",
"module", "module",
"optimization", "optimization",
@ -95,9 +95,9 @@ swc_ecma_transforms = { version = "0.226.47", path = "../swc_ecma_transforms", f
"react", "react",
"typescript", "typescript",
] } ] }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.44", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_compat = { version = "0.160.45", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.195.47", path = "../swc_ecma_transforms_optimization" } swc_ecma_transforms_optimization = { version = "0.195.48", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" } swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" }
@ -127,7 +127,7 @@ rayon = "1.7.0"
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast", features = [ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast", features = [
"serde-impl", "serde-impl",
] } ] }
swc_ecma_lints = { version = "0.89.37", path = "../swc_ecma_lints", features = [ swc_ecma_lints = { version = "0.89.38", path = "../swc_ecma_lints", features = [
"non_critical_lints", "non_critical_lints",
] } ] }
swc_ecma_testing = { version = "0.22.11", path = "../swc_ecma_testing" } swc_ecma_testing = { version = "0.22.11", path = "../swc_ecma_testing" }

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_bundler" name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.222.55" version = "0.222.56"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
@ -43,8 +43,8 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_a
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader" } swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.195.47", path = "../swc_ecma_transforms_optimization" } swc_ecma_transforms_optimization = { version = "0.195.48", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.21.9", path = "../swc_fast_graph/" } swc_fast_graph = { version = "0.21.9", path = "../swc_fast_graph/" }
@ -63,11 +63,11 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
"node", "node",
"cache", "cache",
] } ] }
swc_ecma_minifier = { version = "0.189.57", path = "../swc_ecma_minifier", features = [ swc_ecma_minifier = { version = "0.189.58", path = "../swc_ecma_minifier", features = [
"concurrent", "concurrent",
] } ] }
swc_ecma_transforms_proposal = { version = "0.168.47", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_proposal = { version = "0.168.48", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.47", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_react = { version = "0.180.48", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.185.45", path = "../swc_ecma_transforms_typescript" } swc_ecma_transforms_typescript = { version = "0.185.46", path = "../swc_ecma_transforms_typescript" }
swc_malloc = { version = "0.5.10", path = "../swc_malloc" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_cli_impl" name = "swc_cli_impl"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.4.68" version = "0.4.69"
[features] [features]
default = [] default = []
@ -32,7 +32,7 @@ tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2" walkdir = "2"
swc_core = { version = "0.86.68", features = [ swc_core = { version = "0.86.69", features = [
"trace_macro", "trace_macro",
"common_concurrent", "common_concurrent",
"base_concurrent", "base_concurrent",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_compiler_base" name = "swc_compiler_base"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.3.63" version = "0.3.64"
[features] [features]
node = ["napi", "napi-derive"] node = ["napi", "napi-derive"]
@ -25,7 +25,7 @@ swc_common = { version = "0.33.9", path = "../swc_common", features = [
swc_config = { version = "0.1.7", path = "../swc_config" } swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.57", path = "../swc_ecma_minifier" } swc_ecma_minifier = { version = "0.189.58", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_timer = { version = "0.21.11", path = "../swc_timer" } swc_timer = { version = "0.21.11", path = "../swc_timer" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_core" name = "swc_core"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.86.68" version = "0.86.69"
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = [ features = [
"allocator_node", "allocator_node",
@ -324,10 +324,10 @@ __visit = ["__ecma", "swc_ecma_visit"]
once_cell = { optional = true, version = "1.18.0" } once_cell = { optional = true, version = "1.18.0" }
# swc_* dependencies # swc_* dependencies
binding_macros = { optional = true, version = "0.60.68", path = "../binding_macros" } binding_macros = { optional = true, version = "0.60.69", path = "../binding_macros" }
swc = { optional = true, version = "0.269.61", path = "../swc" } swc = { optional = true, version = "0.269.62", path = "../swc" }
swc_atoms = { optional = true, version = "0.6.4", path = "../swc_atoms" } swc_atoms = { optional = true, version = "0.6.4", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.222.55", path = "../swc_bundler" } swc_bundler = { optional = true, version = "0.222.56", path = "../swc_bundler" }
swc_cached = { optional = true, version = "0.3.18", path = "../swc_cached" } swc_cached = { optional = true, version = "0.3.18", path = "../swc_cached" }
swc_common = { optional = true, version = "0.33.9", path = "../swc_common" } swc_common = { optional = true, version = "0.33.9", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.140.10", path = "../swc_css_ast" } swc_css_ast = { optional = true, version = "0.140.10", path = "../swc_css_ast" }
@ -342,23 +342,23 @@ swc_css_visit = { optional = true, version = "0.139.10", path
swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { optional = true, version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_loader = { optional = true, version = "0.45.10", path = "../swc_ecma_loader" } swc_ecma_loader = { optional = true, version = "0.45.10", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "0.189.57", path = "../swc_ecma_minifier" } swc_ecma_minifier = { optional = true, version = "0.189.58", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { optional = true, version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.203.47", path = "../swc_ecma_preset_env" } swc_ecma_preset_env = { optional = true, version = "0.203.48", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.52.23", path = "../swc_ecma_quote_macros" } swc_ecma_quote_macros = { optional = true, version = "0.52.23", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { optional = true, version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.160.44", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_compat = { optional = true, version = "0.160.45", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "0.177.46", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_module = { optional = true, version = "0.177.47", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.195.47", path = "../swc_ecma_transforms_optimization" } swc_ecma_transforms_optimization = { optional = true, version = "0.195.48", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.168.47", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_proposal = { optional = true, version = "0.168.48", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.180.47", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_react = { optional = true, version = "0.180.48", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { optional = true, version = "0.137.41", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.185.45", path = "../swc_ecma_transforms_typescript" } swc_ecma_transforms_typescript = { optional = true, version = "0.185.46", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "0.20.30", path = "../swc_ecma_usage_analyzer" } swc_ecma_usage_analyzer = { optional = true, version = "0.20.30", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { optional = true, version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" }
swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" } swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" }
swc_node_bundler = { optional = true, version = "0.58.68", path = "../swc_node_bundler" } swc_node_bundler = { optional = true, version = "0.58.69", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" } swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" }
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" } swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" } swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" }

View File

@ -7,15 +7,15 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_bugfixes" name = "swc_ecma_compat_bugfixes"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.39" version = "0.1.40"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_compat_es2015 = { version = "0.1.39", path = "../swc_ecma_compat_es2015" } swc_ecma_compat_es2015 = { version = "0.1.40", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
@ -23,4 +23,4 @@ tracing = "0.1.37"
[dev-dependencies] [dev-dependencies]
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_es2015" name = "swc_ecma_compat_es2015"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.39" version = "0.1.40"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -26,8 +26,8 @@ swc_common = { version = "0.33.9", path = "../swc_common" }
swc_config = { version = "0.1.7", path = "../swc_config" } swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" } swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.39", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_classes = { version = "0.123.40", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
@ -36,4 +36,4 @@ tracing = "0.1.37"
[dev-dependencies] [dev-dependencies]
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_es2016" name = "swc_ecma_compat_es2016"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.37" version = "0.1.38"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -16,7 +16,7 @@ version = "0.1.37"
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
@ -25,4 +25,4 @@ tracing = "0.1.37"
[dev-dependencies] [dev-dependencies]
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_es2017" name = "swc_ecma_compat_es2017"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.38" version = "0.1.39"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,7 +19,7 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
@ -27,4 +27,4 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
[dev-dependencies] [dev-dependencies]
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_es2018" name = "swc_ecma_compat_es2018"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.38" version = "0.1.39"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -20,7 +20,7 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" } swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
@ -28,4 +28,4 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
[dev-dependencies] [dev-dependencies]
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_es2019" name = "swc_ecma_compat_es2019"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.38" version = "0.1.39"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,11 +19,11 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
[dev-dependencies] [dev-dependencies]
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_es2020" name = "swc_ecma_compat_es2020"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.36" version = "0.1.37"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -17,8 +17,8 @@ serde = { version = "1.0.188", features = ["derive"] }
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_compat_es2022 = { version = "0.1.37", path = "../swc_ecma_compat_es2022" } swc_ecma_compat_es2022 = { version = "0.1.38", path = "../swc_ecma_compat_es2022" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
@ -26,4 +26,4 @@ tracing = "0.1.37"
[dev-dependencies] [dev-dependencies]
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_es2021" name = "swc_ecma_compat_es2021"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.36" version = "0.1.37"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -18,7 +18,7 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_es2022" name = "swc_ecma_compat_es2022"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.37" version = "0.1.38"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -20,8 +20,8 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" } swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.39", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_classes = { version = "0.123.40", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_compat_es3" name = "swc_ecma_compat_es3"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.1.37" version = "0.1.38"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -17,11 +17,11 @@ tracing = "0.1.37"
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
[dev-dependencies] [dev-dependencies]
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_lints" name = "swc_ecma_lints"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.89.37" version = "0.89.38"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib] [lib]
@ -34,7 +34,7 @@ swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
[dev-dependencies] [dev-dependencies]
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }
[features] [features]

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.189.57" version = "0.189.58"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
@ -59,8 +59,8 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast", features = [
] } ] }
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.195.47", path = "../swc_ecma_transforms_optimization" } swc_ecma_transforms_optimization = { version = "0.195.48", path = "../swc_ecma_transforms_optimization" }
swc_ecma_usage_analyzer = { version = "0.20.30", path = "../swc_ecma_usage_analyzer" } swc_ecma_usage_analyzer = { version = "0.20.30", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }

View File

@ -7,7 +7,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_preset_env" name = "swc_ecma_preset_env"
version = "0.203.47" version = "0.203.48"
[lib] [lib]
bench = false bench = false
@ -32,7 +32,7 @@ string_enum = { version = "0.4.1", path = "../string_enum" }
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms = { version = "0.226.47", path = "../swc_ecma_transforms", features = [ swc_ecma_transforms = { version = "0.226.48", path = "../swc_ecma_transforms", features = [
"compat", "compat",
"proposal", "proposal",
] } ] }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms" name = "swc_ecma_transforms"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.226.47" version = "0.226.48"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
@ -34,13 +34,13 @@ typescript = ["swc_ecma_transforms_typescript"]
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.44", path = "../swc_ecma_transforms_compat", optional = true } swc_ecma_transforms_compat = { version = "0.160.45", path = "../swc_ecma_transforms_compat", optional = true }
swc_ecma_transforms_module = { version = "0.177.46", path = "../swc_ecma_transforms_module", optional = true } swc_ecma_transforms_module = { version = "0.177.47", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_optimization = { version = "0.195.47", path = "../swc_ecma_transforms_optimization", optional = true } swc_ecma_transforms_optimization = { version = "0.195.48", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "0.168.47", path = "../swc_ecma_transforms_proposal", optional = true } swc_ecma_transforms_proposal = { version = "0.168.48", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "0.180.47", path = "../swc_ecma_transforms_react", optional = true } swc_ecma_transforms_react = { version = "0.180.48", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_typescript = { version = "0.185.45", path = "../swc_ecma_transforms_typescript", optional = true } swc_ecma_transforms_typescript = { version = "0.185.46", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
@ -51,5 +51,5 @@ tempfile = "3"
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms_base" name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.134.38" version = "0.134.39"
[lib] [lib]
bench = false bench = false

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms_classes" name = "swc_ecma_transforms_classes"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.123.39" version = "0.123.40"
[lib] [lib]
bench = false bench = false
@ -15,6 +15,6 @@ bench = false
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms_compat" name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.160.44" version = "0.160.45"
[lib] [lib]
bench = false bench = false
@ -33,19 +33,19 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_config = { version = "0.1.7", path = "../swc_config" } swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_compat_bugfixes = { version = "0.1.39", path = "../swc_ecma_compat_bugfixes" } swc_ecma_compat_bugfixes = { version = "0.1.40", path = "../swc_ecma_compat_bugfixes" }
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" } swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
swc_ecma_compat_es2015 = { version = "0.1.39", path = "../swc_ecma_compat_es2015" } swc_ecma_compat_es2015 = { version = "0.1.40", path = "../swc_ecma_compat_es2015" }
swc_ecma_compat_es2016 = { version = "0.1.37", path = "../swc_ecma_compat_es2016" } swc_ecma_compat_es2016 = { version = "0.1.38", path = "../swc_ecma_compat_es2016" }
swc_ecma_compat_es2017 = { version = "0.1.38", path = "../swc_ecma_compat_es2017" } swc_ecma_compat_es2017 = { version = "0.1.39", path = "../swc_ecma_compat_es2017" }
swc_ecma_compat_es2018 = { version = "0.1.38", path = "../swc_ecma_compat_es2018" } swc_ecma_compat_es2018 = { version = "0.1.39", path = "../swc_ecma_compat_es2018" }
swc_ecma_compat_es2019 = { version = "0.1.38", path = "../swc_ecma_compat_es2019" } swc_ecma_compat_es2019 = { version = "0.1.39", path = "../swc_ecma_compat_es2019" }
swc_ecma_compat_es2020 = { version = "0.1.36", path = "../swc_ecma_compat_es2020" } swc_ecma_compat_es2020 = { version = "0.1.37", path = "../swc_ecma_compat_es2020" }
swc_ecma_compat_es2021 = { version = "0.1.36", path = "../swc_ecma_compat_es2021" } swc_ecma_compat_es2021 = { version = "0.1.37", path = "../swc_ecma_compat_es2021" }
swc_ecma_compat_es2022 = { version = "0.1.37", path = "../swc_ecma_compat_es2022" } swc_ecma_compat_es2022 = { version = "0.1.38", path = "../swc_ecma_compat_es2022" }
swc_ecma_compat_es3 = { version = "0.1.37", path = "../swc_ecma_compat_es3" } swc_ecma_compat_es3 = { version = "0.1.38", path = "../swc_ecma_compat_es3" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.39", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_classes = { version = "0.123.40", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
@ -55,5 +55,5 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
serde_json = "1.0.66" serde_json = "1.0.66"
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms_module" name = "swc_ecma_transforms_module"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.177.46" version = "0.177.47"
[lib] [lib]
bench = false bench = false
@ -32,7 +32,7 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
"node", "node",
] } ] }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
@ -44,6 +44,6 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
"node", "node",
"tsc", "tsc",
] } ] }
swc_ecma_transforms_compat = { version = "0.160.44", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_compat = { version = "0.160.45", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.11", path = "../testing/" } testing = { version = "0.35.11", path = "../testing/" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms_optimization" name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.195.47" version = "0.195.48"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib] [lib]
@ -35,17 +35,17 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.21.9", path = "../swc_fast_graph" } swc_fast_graph = { version = "0.21.9", path = "../swc_fast_graph" }
[dev-dependencies] [dev-dependencies]
swc_ecma_transforms_compat = { version = "0.160.44", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_compat = { version = "0.160.45", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { version = "0.177.46", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_module = { version = "0.177.47", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_proposal = { version = "0.168.47", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_proposal = { version = "0.168.48", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.47", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_react = { version = "0.180.48", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.185.45", path = "../swc_ecma_transforms_typescript" } swc_ecma_transforms_typescript = { version = "0.185.46", path = "../swc_ecma_transforms_typescript" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms_proposal" name = "swc_ecma_transforms_proposal"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.168.47" version = "0.168.48"
[lib] [lib]
bench = false bench = false
@ -26,8 +26,8 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", optional = true } swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", optional = true }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.39", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_classes = { version = "0.123.40", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
@ -36,6 +36,6 @@ swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit"
serde_json = "1.0.66" serde_json = "1.0.66"
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.160.44", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_compat = { version = "0.160.45", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms_react" name = "swc_ecma_transforms_react"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.180.47" version = "0.180.48"
[lib] [lib]
bench = false bench = false
@ -32,14 +32,14 @@ swc_common = { version = "0.33.9", path = "../swc_common" }
swc_config = { version = "0.1.7", path = "../swc_config" } swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
[dev-dependencies] [dev-dependencies]
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen/" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen/" }
swc_ecma_transforms_compat = { version = "0.160.44", path = "../swc_ecma_transforms_compat/" } swc_ecma_transforms_compat = { version = "0.160.45", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_module = { version = "0.177.46", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_module = { version = "0.177.47", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms_testing" name = "swc_ecma_transforms_testing"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.137.40" version = "0.137.41"
[lib] [lib]
bench = false bench = false
@ -29,7 +29,7 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.22.11", path = "../swc_ecma_testing" } swc_ecma_testing = { version = "0.22.11", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_transforms_typescript" name = "swc_ecma_transforms_typescript"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.185.45" version = "0.185.46"
[lib] [lib]
bench = false bench = false
@ -19,8 +19,8 @@ ryu-js = "1.0.0"
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" } swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_react = { version = "0.180.47", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_react = { version = "0.180.48", path = "../swc_ecma_transforms_react" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
@ -29,9 +29,9 @@ criterion = "0.5"
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.160.44", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_compat = { version = "0.160.45", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "0.168.47", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_proposal = { version = "0.168.48", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_testing = { version = "0.137.40", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_testing = { version = "0.137.41", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }
[[bench]] [[bench]]

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecmascript" name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.236.64" version = "0.236.65"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
@ -40,11 +40,11 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
[dependencies] [dependencies]
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen", optional = true } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen", optional = true }
swc_ecma_minifier = { version = "0.189.57", path = "../swc_ecma_minifier", optional = true } swc_ecma_minifier = { version = "0.189.58", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser", optional = true, default-features = false } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "0.203.47", path = "../swc_ecma_preset_env", optional = true } swc_ecma_preset_env = { version = "0.203.48", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_quote = { version = "0.57.23", path = "../swc_ecma_quote", optional = true } swc_ecma_quote = { version = "0.57.23", path = "../swc_ecma_quote", optional = true }
swc_ecma_transforms = { version = "0.226.47", path = "../swc_ecma_transforms", optional = true } swc_ecma_transforms = { version = "0.226.48", path = "../swc_ecma_transforms", optional = true }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils", optional = true } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils", optional = true }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit", optional = true } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit", optional = true }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_estree_compat" name = "swc_estree_compat"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.194.66" version = "0.194.67"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
@ -40,10 +40,10 @@ swc_node_comments = { version = "0.20.9", path = "../swc_node_comments/" }
criterion = "0.5" criterion = "0.5"
pretty_assertions = "1.3" pretty_assertions = "1.3"
swc = { version = "0.269.61", path = "../swc" } swc = { version = "0.269.62", path = "../swc" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.226.47", path = "../swc_ecma_transforms/" } swc_ecma_transforms = { version = "0.226.48", path = "../swc_ecma_transforms/" }
testing = { version = "0.35.11", path = "../testing" } testing = { version = "0.35.11", path = "../testing" }
walkdir = "2" walkdir = "2"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_html" name = "swc_html"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.134.63" version = "0.134.64"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies] [dependencies]
swc_html_ast = {version = "0.33.9", path = "../swc_html_ast"} swc_html_ast = {version = "0.33.9", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.42.13", path = "../swc_html_codegen"} swc_html_codegen = {version = "0.42.13", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.131.63", path = "../swc_html_minifier", optional = true} swc_html_minifier = {version = "0.131.64", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.39.13", path = "../swc_html_parser"} swc_html_parser = {version = "0.39.13", path = "../swc_html_parser"}
swc_html_visit = {version = "0.33.9", path = "../swc_html_visit"} swc_html_visit = {version = "0.33.9", path = "../swc_html_visit"}

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_html_minifier" name = "swc_html_minifier"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.131.63" version = "0.131.64"
[lib] [lib]
bench = false bench = false
@ -31,11 +31,11 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen", features = [ swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen", features = [
"serde-impl", "serde-impl",
] } ] }
swc_ecma_minifier = { version = "0.189.57", path = "../swc_ecma_minifier", features = [ swc_ecma_minifier = { version = "0.189.58", path = "../swc_ecma_minifier", features = [
"extra-serde", "extra-serde",
] } ] }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.38", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_base = { version = "0.134.39", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_html_ast = { version = "0.33.9", path = "../swc_html_ast" } swc_html_ast = { version = "0.33.9", path = "../swc_html_ast" }
swc_html_codegen = { version = "0.42.13", path = "../swc_html_codegen" } swc_html_codegen = { version = "0.42.13", path = "../swc_html_codegen" }

View File

@ -7,7 +7,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_node_bundler" name = "swc_node_bundler"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.58.68" version = "0.58.69"
[lib] [lib]
bench = false bench = false
@ -29,9 +29,9 @@ serde_json = "1"
tracing = "0.1.37" tracing = "0.1.37"
string_enum = { version = "0.4.1", path = "../string_enum" } string_enum = { version = "0.4.1", path = "../string_enum" }
swc = { version = "0.269.61", path = "../swc" } swc = { version = "0.269.62", path = "../swc" }
swc_atoms = { version = "0.6.4", path = "../swc_atoms" } swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_bundler = { version = "0.222.55", path = "../swc_bundler", features = [ swc_bundler = { version = "0.222.56", path = "../swc_bundler", features = [
"concurrent", "concurrent",
] } ] }
swc_common = { version = "0.33.9", path = "../swc_common", features = [ swc_common = { version = "0.33.9", path = "../swc_common", features = [
@ -41,7 +41,7 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" } swc_ecma_codegen = { version = "0.146.29", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader" } swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.226.47", path = "../swc_ecma_transforms" } swc_ecma_transforms = { version = "0.226.48", path = "../swc_ecma_transforms" }
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" } swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" } swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_malloc = { version = "0.5.10", path = "../swc_malloc" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" }