chore: Publish crates

This commit is contained in:
Donny 2021-12-07 14:34:44 +09:00
parent e48263b2f3
commit b1a47ee971
50 changed files with 396 additions and 396 deletions

106
Cargo.lock generated
View File

@ -975,9 +975,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.10.1"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
@ -999,7 +999,7 @@ dependencies = [
[[package]]
name = "jsdoc"
version = "0.49.0"
version = "0.50.0"
dependencies = [
"anyhow",
"dashmap",
@ -1616,9 +1616,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.22"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
checksum = "d1a3ea4f0dd7f1f3e512cf97bf100819aa547f36a6eccac8dbaae839eb92363e"
[[package]]
name = "pmutil"
@ -2086,7 +2086,7 @@ checksum = "11000e6ba5020e53e7cc26f73b91ae7d5496b4977851479edb66b694c0675c21"
[[package]]
name = "rplugin"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"abi_stable",
"rplugin_macros",
@ -2443,7 +2443,7 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "swc"
version = "0.92.0"
version = "0.93.0"
dependencies = [
"ahash",
"anyhow",
@ -2504,7 +2504,7 @@ dependencies = [
[[package]]
name = "swc_bundler"
version = "0.86.0"
version = "0.87.0"
dependencies = [
"ahash",
"anyhow",
@ -2549,7 +2549,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.14.7"
version = "0.15.0"
dependencies = [
"abi_stable",
"ahash",
@ -2582,7 +2582,7 @@ dependencies = [
[[package]]
name = "swc_css"
version = "0.43.0"
version = "0.44.0"
dependencies = [
"swc_css_ast",
"swc_css_codegen",
@ -2594,7 +2594,7 @@ dependencies = [
[[package]]
name = "swc_css_ast"
version = "0.39.0"
version = "0.40.0"
dependencies = [
"is-macro",
"serde",
@ -2605,7 +2605,7 @@ dependencies = [
[[package]]
name = "swc_css_codegen"
version = "0.41.0"
version = "0.42.0"
dependencies = [
"auto_impl 0.4.1",
"bitflags",
@ -2631,7 +2631,7 @@ dependencies = [
[[package]]
name = "swc_css_minifier"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"swc_atoms 0.2.9",
"swc_common",
@ -2645,7 +2645,7 @@ dependencies = [
[[package]]
name = "swc_css_parser"
version = "0.43.0"
version = "0.44.0"
dependencies = [
"bitflags",
"lexical",
@ -2661,7 +2661,7 @@ dependencies = [
[[package]]
name = "swc_css_utils"
version = "0.36.0"
version = "0.37.0"
dependencies = [
"swc_atoms 0.2.9",
"swc_common",
@ -2671,7 +2671,7 @@ dependencies = [
[[package]]
name = "swc_css_visit"
version = "0.38.0"
version = "0.39.0"
dependencies = [
"swc_atoms 0.2.9",
"swc_common",
@ -2681,7 +2681,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.58.1"
version = "0.59.0"
dependencies = [
"arbitrary",
"is-macro",
@ -2695,7 +2695,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.82.0"
version = "0.83.0"
dependencies = [
"bitflags",
"memchr",
@ -2725,7 +2725,7 @@ dependencies = [
[[package]]
name = "swc_ecma_dep_graph"
version = "0.49.0"
version = "0.50.0"
dependencies = [
"swc_atoms 0.2.9",
"swc_common",
@ -2737,7 +2737,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ext_transforms"
version = "0.40.0"
version = "0.41.0"
dependencies = [
"phf",
"swc_atoms 0.2.9",
@ -2750,7 +2750,7 @@ dependencies = [
[[package]]
name = "swc_ecma_loader"
version = "0.24.4"
version = "0.25.0"
dependencies = [
"ahash",
"anyhow",
@ -2770,7 +2770,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.55.0"
version = "0.56.0"
dependencies = [
"ahash",
"ansi_term 0.12.1",
@ -2803,7 +2803,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.80.0"
version = "0.81.0"
dependencies = [
"either",
"enum_kind",
@ -2828,7 +2828,7 @@ dependencies = [
[[package]]
name = "swc_ecma_plugin_ast"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"abi_stable",
"num-bigint",
@ -2845,7 +2845,7 @@ dependencies = [
[[package]]
name = "swc_ecma_preset_env"
version = "0.71.0"
version = "0.72.0"
dependencies = [
"ahash",
"anyhow",
@ -2873,7 +2873,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms"
version = "0.99.0"
version = "0.100.0"
dependencies = [
"pretty_assertions 0.6.1",
"sourcemap",
@ -2900,7 +2900,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.46.0"
version = "0.47.0"
dependencies = [
"once_cell",
"phf",
@ -2921,7 +2921,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_classes"
version = "0.32.0"
version = "0.33.0"
dependencies = [
"swc_atoms 0.2.9",
"swc_common",
@ -2933,7 +2933,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.55.1"
version = "0.56.0"
dependencies = [
"ahash",
"arrayvec",
@ -2972,7 +2972,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.61.0"
version = "0.62.0"
dependencies = [
"Inflector",
"ahash",
@ -2995,7 +2995,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.69.0"
version = "0.70.0"
dependencies = [
"ahash",
"dashmap",
@ -3024,7 +3024,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.61.0"
version = "0.62.0"
dependencies = [
"either",
"serde",
@ -3048,7 +3048,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_react"
version = "0.63.0"
version = "0.64.0"
dependencies = [
"ahash",
"base64 0.13.0",
@ -3076,7 +3076,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_testing"
version = "0.47.0"
version = "0.48.0"
dependencies = [
"ansi_term 0.12.1",
"anyhow",
@ -3097,7 +3097,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.65.0"
version = "0.66.0"
dependencies = [
"serde",
"swc_atoms 0.2.9",
@ -3119,7 +3119,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.54.1"
version = "0.55.0"
dependencies = [
"once_cell",
"rayon",
@ -3135,7 +3135,7 @@ dependencies = [
[[package]]
name = "swc_ecma_visit"
version = "0.44.2"
version = "0.45.0"
dependencies = [
"num-bigint",
"swc_atoms 0.2.9",
@ -3147,7 +3147,7 @@ dependencies = [
[[package]]
name = "swc_ecmascript"
version = "0.92.0"
version = "0.93.0"
dependencies = [
"swc_ecma_ast",
"swc_ecma_codegen",
@ -3172,7 +3172,7 @@ dependencies = [
[[package]]
name = "swc_estree_ast"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"scoped-tls",
"serde",
@ -3183,7 +3183,7 @@ dependencies = [
[[package]]
name = "swc_estree_compat"
version = "0.9.0"
version = "0.10.0"
dependencies = [
"ahash",
"anyhow",
@ -3209,7 +3209,7 @@ dependencies = [
[[package]]
name = "swc_fast_graph"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"ahash",
"indexmap",
@ -3219,7 +3219,7 @@ dependencies = [
[[package]]
name = "swc_graph_analyzer"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"ahash",
"auto_impl 0.5.0",
@ -3280,7 +3280,7 @@ dependencies = [
[[package]]
name = "swc_node_comments"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"ahash",
"dashmap",
@ -3289,7 +3289,7 @@ dependencies = [
[[package]]
name = "swc_plugin"
version = "0.16.0"
version = "0.17.0"
dependencies = [
"abi_stable",
"anyhow",
@ -3307,7 +3307,7 @@ dependencies = [
[[package]]
name = "swc_plugin_js_api"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"abi_stable",
"anyhow",
@ -3320,7 +3320,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"abi_stable",
"anyhow",
@ -3342,7 +3342,7 @@ dependencies = [
[[package]]
name = "swc_plugin_testing"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"anyhow",
"swc_atoms 0.2.9",
@ -3356,7 +3356,7 @@ dependencies = [
[[package]]
name = "swc_stylis"
version = "0.40.0"
version = "0.41.0"
dependencies = [
"swc_atoms 0.2.9",
"swc_common",
@ -3370,7 +3370,7 @@ dependencies = [
[[package]]
name = "swc_timer"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"testing",
"tracing",
@ -3378,7 +3378,7 @@ dependencies = [
[[package]]
name = "swc_visit"
version = "0.2.8"
version = "0.3.0"
dependencies = [
"either",
"swc_visit_macros",
@ -3386,7 +3386,7 @@ dependencies = [
[[package]]
name = "swc_visit_macros"
version = "0.2.3"
version = "0.3.0"
dependencies = [
"Inflector",
"pmutil",
@ -3398,7 +3398,7 @@ dependencies = [
[[package]]
name = "swc_webpack_ast"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"anyhow",
"rayon",
@ -3455,7 +3455,7 @@ dependencies = [
[[package]]
name = "testing"
version = "0.15.3"
version = "0.16.0"
dependencies = [
"ansi_term 0.12.1",
"difference",

View File

@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/jsdoc/"
edition = "2018"
license = "Apache-2.0"
name = "jsdoc"
version = "0.49.0"
version = "0.50.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -13,12 +13,12 @@ version = "0.49.0"
nom = "5.1.2"
serde = {version = "1", features = ["derive"]}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_common = {version = "0.15.0", path = "../swc_common"}
[dev-dependencies]
anyhow = "1"
dashmap = "4.0.2"
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
testing = {version = "0.16.0", path = "../testing"}
walkdir = "2"

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "rplugin"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.1"
version = "0.3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -14,4 +14,4 @@ version = "0.2.1"
abi_stable = "0.10.3"
rplugin_macros = {version = "0.1.1", path = "../rplugin_macros"}
string_cache = "0.8.2"
swc_common = {version = "0.14.6", path = "../swc_common", features = ["plugin-base"]}
swc_common = {version = "0.15.0", path = "../swc_common", features = ["plugin-base"]}

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.92.0"
version = "0.93.0"
[lib]
name = "swc"
@ -52,15 +52,15 @@ serde = {version = "1", features = ["derive"]}
serde_json = "1"
sourcemap = "6"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common", features = ["sourcemap", "concurrent"]}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
swc_ecma_ext_transforms = {version = "0.40.0", path = "../swc_ecma_ext_transforms"}
swc_ecma_loader = {version = "0.24.1", path = "../swc_ecma_loader", features = ["lru", "node", "tsc"]}
swc_ecma_minifier = {version = "0.55.0", path = "../swc_ecma_minifier"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_preset_env = {version = "0.71.0", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.99.0", path = "../swc_ecma_transforms", features = [
swc_common = {version = "0.15.0", path = "../swc_common", features = ["sourcemap", "concurrent"]}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
swc_ecma_ext_transforms = {version = "0.41.0", path = "../swc_ecma_ext_transforms"}
swc_ecma_loader = {version = "0.25.0", path = "../swc_ecma_loader", features = ["lru", "node", "tsc"]}
swc_ecma_minifier = {version = "0.56.0", path = "../swc_ecma_minifier"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_preset_env = {version = "0.72.0", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.100.0", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
@ -68,21 +68,21 @@ swc_ecma_transforms = {version = "0.99.0", path = "../swc_ecma_transforms", feat
"react",
"typescript",
]}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.55.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_optimization = {version = "0.69.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.92.0", path = "../swc_ecmascript"}
swc_node_comments = {version = "0.1", path = "../swc_node_comments"}
swc_plugin_runner = {version = "0.20.0", path = "../swc_plugin_runner", optional = true}
swc_visit = {version = "0.2.3", path = "../swc_visit"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.56.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_optimization = {version = "0.70.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.93.0", path = "../swc_ecmascript"}
swc_node_comments = {version = "0.2.0", path = "../swc_node_comments"}
swc_plugin_runner = {version = "0.21.0", path = "../swc_plugin_runner", optional = true}
swc_visit = {version = "0.3.0", path = "../swc_visit"}
tracing = "0.1.28"
[dev-dependencies]
rayon = "1"
swc_node_base = {version = "0.5.0", path = "../swc_node_base"}
testing = {version = "0.15.0", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}
walkdir = "2"
[[example]]

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.86.0"
version = "0.87.0"
[package.metadata.docs.rs]
all-features = true
@ -41,17 +41,17 @@ rayon = {version = "1", optional = true}
relative-path = "1.2"
retain_mut = "0.1.2"
swc_atoms = {version = "0.2.4", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
swc_ecma_loader = {version = "0.24.0", path = "../swc_ecma_loader"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_optimization = {version = "0.69.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_fast_graph = {version = "0.1", path = "../swc_fast_graph/"}
swc_graph_analyzer = {version = "0.1", path = "../swc_graph_analyzer/"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
swc_ecma_loader = {version = "0.25.0", path = "../swc_ecma_loader"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_optimization = {version = "0.70.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
swc_fast_graph = {version = "0.2.0", path = "../swc_fast_graph/"}
swc_graph_analyzer = {version = "0.2.0", path = "../swc_graph_analyzer/"}
tracing = "0.1.28"
[dev-dependencies]
@ -60,12 +60,12 @@ ntest = "0.7.2"
path-clean = "=0.1.0"
reqwest = {version = "0.11.4", features = ["blocking"]}
sha-1 = "0.9"
swc_ecma_loader = {version = "0.24.0", path = "../swc_ecma_loader", features = ["node", "lru"]}
swc_ecma_minifier = {version = "0.55.0", path = "../swc_ecma_minifier"}
swc_ecma_transforms_react = {version = "0.63.0", path = "../swc_ecma_transforms_react"}
swc_ecma_transforms_typescript = {version = "0.65.0", path = "../swc_ecma_transforms_typescript"}
swc_ecma_loader = {version = "0.25.0", path = "../swc_ecma_loader", features = ["node", "lru"]}
swc_ecma_minifier = {version = "0.56.0", path = "../swc_ecma_minifier"}
swc_ecma_transforms_react = {version = "0.64.0", path = "../swc_ecma_transforms_react"}
swc_ecma_transforms_typescript = {version = "0.66.0", path = "../swc_ecma_transforms_typescript"}
swc_node_base = {version = "0.5.0", path = "../swc_node_base"}
tempfile = "3.1.0"
testing = {version = "0.15.0", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}
url = "2.1.1"
walkdir = "2"

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.14.7"
version = "0.15.0"
[package.metadata.docs.rs]
all-features = true
@ -46,7 +46,7 @@ serde = {version = "1.0.119", features = ["derive"]}
sourcemap = {version = "6", optional = true}
string_cache = "0.8.1"
swc_eq_ignore_macros = {version = "0.1", path = "../swc_eq_ignore_macros"}
swc_visit = {version = "0.2.4", path = "../swc_visit"}
swc_visit = {version = "0.3.0", path = "../swc_visit"}
termcolor = {version = "1.0", optional = true}
tracing = "0.1.28"
unicode-width = "0.1.4"

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.43.0"
version = "0.44.0"
[package.metadata.docs.rs]
all-features = true
@ -16,9 +16,9 @@ rustdoc-args = ["--cfg", "docsrs"]
minifier = ["swc_css_minifier"]
[dependencies]
swc_css_ast = {version = "0.39.0", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.41.0", path = "../swc_css_codegen"}
swc_css_minifier = {version = "0.5.0", path = "../swc_css_minifier", optional = true}
swc_css_parser = {version = "0.43.0", path = "../swc_css_parser"}
swc_css_utils = {version = "0.36.0", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.38.0", path = "../swc_css_visit"}
swc_css_ast = {version = "0.40.0", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.42.0", path = "../swc_css_codegen"}
swc_css_minifier = {version = "0.6.0", path = "../swc_css_minifier", optional = true}
swc_css_parser = {version = "0.44.0", path = "../swc_css_parser"}
swc_css_utils = {version = "0.37.0", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.39.0", path = "../swc_css_visit"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_css_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.39.0"
version = "0.40.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -15,4 +15,4 @@ is-macro = "0.1.9"
serde = {version = "1.0.127", features = ["derive"]}
string_enum = {version = "0.3.1", path = "../string_enum/"}
swc_atoms = {version = "0.2.7", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_common = {version = "0.15.0", path = "../swc_common"}

View File

@ -6,17 +6,17 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_css_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.41.0"
version = "0.42.0"
[dependencies]
auto_impl = "0.4.1"
bitflags = "1.3.2"
swc_atoms = {version = "0.2.7", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_css_ast = {version = "0.39.0", path = "../swc_css_ast"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_css_ast = {version = "0.40.0", path = "../swc_css_ast"}
swc_css_codegen_macros = {version = "0.2.0", path = "../swc_css_codegen_macros"}
[dev-dependencies]
swc_css_parser = {version = "0.43.0", path = "../swc_css_parser"}
swc_css_visit = {version = "0.38.0", path = "../swc_css_visit"}
testing = {version = "0.15.0", path = "../testing"}
swc_css_parser = {version = "0.44.0", path = "../swc_css_parser"}
swc_css_visit = {version = "0.39.0", path = "../swc_css_visit"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,18 +6,18 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_css_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.5.0"
version = "0.6.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
swc_atoms = {version = "0.2.9", path = "../swc_atoms"}
swc_common = {version = "0.14.6", path = "../swc_common"}
swc_css_ast = {version = "0.39.0", path = "../swc_css_ast"}
swc_css_utils = {version = "0.36.0", path = "../swc_css_utils"}
swc_css_visit = {version = "0.38.0", path = "../swc_css_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_css_ast = {version = "0.40.0", path = "../swc_css_ast"}
swc_css_utils = {version = "0.37.0", path = "../swc_css_utils"}
swc_css_visit = {version = "0.39.0", path = "../swc_css_visit"}
[dev-dependencies]
swc_css_codegen = {version = "0.41.0", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.43.0", path = "../swc_css_parser"}
testing = {version = "0.15.2", path = "../testing"}
swc_css_codegen = {version = "0.42.0", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.44.0", path = "../swc_css_parser"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_css_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.43.0"
version = "0.44.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
@ -16,12 +16,12 @@ debug = []
bitflags = "1.2.1"
lexical = "5.2.2"
swc_atoms = {version = "0.2.7", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_css_ast = {version = "0.39.0", path = "../swc_css_ast"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_css_ast = {version = "0.40.0", path = "../swc_css_ast"}
unicode-xid = "0.2.2"
[dev-dependencies]
serde = "1.0.127"
serde_json = "1.0.66"
swc_css_visit = {version = "0.38.0", path = "../swc_css_visit"}
testing = {version = "0.15.0", path = "../testing"}
swc_css_visit = {version = "0.39.0", path = "../swc_css_visit"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,11 +6,11 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_css_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.36.0"
version = "0.37.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
swc_atoms = {version = "0.2.7", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_css_ast = {version = "0.39.0", path = "../swc_css_ast"}
swc_css_visit = {version = "0.38.0", path = "../swc_css_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_css_ast = {version = "0.40.0", path = "../swc_css_ast"}
swc_css_visit = {version = "0.39.0", path = "../swc_css_visit"}

View File

@ -6,12 +6,12 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_css_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.38.0"
version = "0.39.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
swc_atoms = {version = "0.2.7", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_css_ast = {version = "0.39.0", path = "../swc_css_ast"}
swc_visit = {version = "0.2.6", path = "../swc_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_css_ast = {version = "0.40.0", path = "../swc_css_ast"}
swc_visit = {version = "0.3.0", path = "../swc_visit"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.58.1"
version = "0.59.0"
[package.metadata.docs.rs]
all-features = true
@ -23,7 +23,7 @@ num-bigint = {version = "0.2", features = ["serde"]}
serde = {version = "1.0.88", features = ["derive"]}
string_enum = {version = "0.3.1", path = "../string_enum"}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_common = {version = "0.15.0", path = "../swc_common"}
[dev-dependencies]
serde_json = "1"

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.82.0"
version = "0.83.0"
[dependencies]
bitflags = "1"
@ -16,13 +16,13 @@ num-bigint = {version = "0.2", features = ["serde"]}
once_cell = "1.8.0"
sourcemap = "6"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_codegen_macros = {version = "0.6.0", path = "../swc_ecma_codegen_macros"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
tracing = "0.1"
[dev-dependencies]
swc_common = {version = "0.14.0", path = "../swc_common", features = ["sourcemap"]}
swc_common = {version = "0.15.0", path = "../swc_common", features = ["sourcemap"]}
swc_node_base = {version = "0.5.0", path = "../swc_node_base"}
testing = {version = "0.15.0", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,14 +6,14 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_dep_graph"
repository = "https://github.com/swc-project/swc.git"
version = "0.49.0"
version = "0.50.0"
[dependencies]
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
[dev-dependencies]
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -5,15 +5,15 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/"
edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_ext_transforms"
version = "0.40.0"
version = "0.41.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
phf = {version = "0.8.0", features = ["macros"]}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_loader"
repository = "https://github.com/swc-project/swc.git"
version = "0.24.4"
version = "0.25.0"
[package.metadata.docs.rs]
all-features = true
@ -31,11 +31,11 @@ regex = {version = "1", optional = true}
serde = {version = "1", features = ["derive"]}
serde_json = {version = "1.0.64", optional = true}
swc_atoms = {version = "0.2.3", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_common = {version = "0.15.0", path = "../swc_common"}
tracing = "0.1.28"
[dev-dependencies]
testing = {version = "0.15.0", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}
[target.'cfg(windows)'.dependencies]
normpath = {version = "0.2", optional = true}

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.55.0"
version = "0.56.0"
[package.metadata.docs.rs]
all-features = true
@ -29,14 +29,14 @@ serde = {version = "1.0.118", features = ["derive"]}
serde_json = "1.0.61"
serde_regex = "1.1.0"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms = {version = "0.99.0", path = "../swc_ecma_transforms/", features = ["optimization"]}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms = {version = "0.100.0", path = "../swc_ecma_transforms/", features = ["optimization"]}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
tracing = "0.1.28"
unicode-xid = "0.2.2"
@ -45,5 +45,5 @@ ansi_term = "0.12.1"
anyhow = "1"
pretty_assertions = "0.6.1"
swc_node_base = {version = "0.5.0", path = "../swc_node_base"}
testing = {version = "0.15.0", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}
walkdir = "2.3.1"

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.80.0"
version = "0.81.0"
[package.metadata.docs.rs]
all-features = true
@ -27,9 +27,9 @@ num-bigint = "0.2"
serde = {version = "1", features = ["derive"]}
smallvec = "1"
swc_atoms = {version = "0.2.3", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
tracing = "0.1.28"
typed-arena = "2.0.1"
unicode-xid = "0.2"
@ -39,7 +39,7 @@ env_logger = "0.7"
pretty_assertions = "0.6"
serde_json = "1"
swc_node_base = {version = "0.5.0", path = "../swc_node_base"}
testing = {version = "0.15.0", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}
walkdir = "2"
[[example]]

View File

@ -5,21 +5,21 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_plugin_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.5.0"
version = "0.6.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
abi_stable = "0.10.3"
num-bigint = "0.2"
rplugin = {version = "0.2.1", path = "../rplugin/"}
rplugin = {version = "0.3.0", path = "../rplugin/"}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.6", path = "../swc_common", features = ["plugin-base"]}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast/"}
swc_common = {version = "0.15.0", path = "../swc_common", features = ["plugin-base"]}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast/"}
[dev-dependencies]
serde = "1"
serde_json = "1"
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_node_base = {version = "0.5.1", path = "../swc_node_base"}
testing = {version = "0.15.1", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_preset_env/"
edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_preset_env"
version = "0.71.0"
version = "0.72.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -22,15 +22,15 @@ serde_json = "1"
st-map = "0.1.2"
string_enum = {version = "0.3.1", path = "../string_enum"}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_transforms = {version = "0.99.0", path = "../swc_ecma_transforms", features = ["compat", "proposal"]}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_transforms = {version = "0.100.0", path = "../swc_ecma_transforms", features = ["compat", "proposal"]}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
walkdir = "2"
[dev-dependencies]
pretty_assertions = "0.6"
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms"
repository = "https://github.com/swc-project/swc.git"
version = "0.99.0"
version = "0.100.0"
[package.metadata.docs.rs]
all-features = true
@ -24,25 +24,25 @@ typescript = ["swc_ecma_transforms_typescript"]
[dependencies]
swc_atoms = {version = "0.2.0", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.55.0", path = "../swc_ecma_transforms_compat", optional = true}
swc_ecma_transforms_module = {version = "0.61.0", path = "../swc_ecma_transforms_module", optional = true}
swc_ecma_transforms_optimization = {version = "0.69.0", path = "../swc_ecma_transforms_optimization", optional = true}
swc_ecma_transforms_proposal = {version = "0.61.0", path = "../swc_ecma_transforms_proposal", optional = true}
swc_ecma_transforms_react = {version = "0.63.0", path = "../swc_ecma_transforms_react", optional = true}
swc_ecma_transforms_typescript = {version = "0.65.0", path = "../swc_ecma_transforms_typescript", optional = true}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.56.0", path = "../swc_ecma_transforms_compat", optional = true}
swc_ecma_transforms_module = {version = "0.62.0", path = "../swc_ecma_transforms_module", optional = true}
swc_ecma_transforms_optimization = {version = "0.70.0", path = "../swc_ecma_transforms_optimization", optional = true}
swc_ecma_transforms_proposal = {version = "0.62.0", path = "../swc_ecma_transforms_proposal", optional = true}
swc_ecma_transforms_react = {version = "0.64.0", path = "../swc_ecma_transforms_react", optional = true}
swc_ecma_transforms_typescript = {version = "0.66.0", path = "../swc_ecma_transforms_typescript", optional = true}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
unicode-xid = "0.2"
[dev-dependencies]
pretty_assertions = "0.6"
sourcemap = "6"
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
swc_ecma_transforms_testing = {version = "0.47.0", path = "../swc_ecma_transforms_testing"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
swc_ecma_transforms_testing = {version = "0.48.0", path = "../swc_ecma_transforms_testing"}
tempfile = "3"
testing = {version = "0.15.0", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}
walkdir = "2"

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.46.0"
version = "0.47.0"
[features]
concurrent = [
@ -21,14 +21,14 @@ rayon = {version = "1", optional = true}
scoped-tls = "1.0.0"
smallvec = "1.6.0"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
tracing = "0.1"
[dev-dependencies]
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
swc_ecma_transforms_macros = {version = "0.3.0", path = "../swc_ecma_transforms_macros"}
testing = {version = "0.15.0", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,12 +6,12 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_classes"
repository = "https://github.com/swc-project/swc.git"
version = "0.32.0"
version = "0.33.0"
[dependencies]
swc_atoms = {version = "0.2.6", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.55.1"
version = "0.56.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
@ -27,17 +27,17 @@ rayon = {version = "1.5.1", optional = true}
serde = {version = "1.0.118", features = ["derive"]}
smallvec = "1.6.0"
swc_atoms = {version = "0.2.5", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_classes = {version = "0.32.0", path = "../swc_ecma_transforms_classes"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_classes = {version = "0.33.0", path = "../swc_ecma_transforms_classes"}
swc_ecma_transforms_macros = {version = "0.3.0", path = "../swc_ecma_transforms_macros"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
tracing = "0.1"
[dev-dependencies]
serde_json = "1.0.66"
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_testing = {version = "0.47.0", path = "../swc_ecma_transforms_testing"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_testing = {version = "0.48.0", path = "../swc_ecma_transforms_testing"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_module"
repository = "https://github.com/swc-project/swc.git"
version = "0.61.0"
version = "0.62.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
@ -17,15 +17,15 @@ indexmap = "1.6.1"
pathdiff = "0.2.0"
serde = {version = "1.0.118", features = ["derive"]}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_loader = {version = "0.24.1", path = "../swc_ecma_loader", features = ["node"]}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_loader = {version = "0.25.0", path = "../swc_ecma_loader", features = ["node"]}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
[dev-dependencies]
swc_ecma_transforms_compat = {version = "0.55.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_testing = {version = "0.47.0", path = "../swc_ecma_transforms_testing/"}
testing = {version = "0.15.0", path = "../testing/"}
swc_ecma_transforms_compat = {version = "0.56.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_testing = {version = "0.48.0", path = "../swc_ecma_transforms_testing/"}
testing = {version = "0.16.0", path = "../testing/"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git"
version = "0.69.0"
version = "0.70.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
@ -27,20 +27,20 @@ rayon = {version = "1.5.1", optional = true}
retain_mut = "0.1.2"
serde_json = "1.0.61"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_macros = {version = "0.3.0", path = "../swc_ecma_transforms_macros"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
tracing = "0.1.28"
[dev-dependencies]
swc_ecma_transforms_compat = {version = "0.55.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_module = {version = "0.61.0", path = "../swc_ecma_transforms_module"}
swc_ecma_transforms_proposal = {version = "0.61.0", path = "../swc_ecma_transforms_proposal"}
swc_ecma_transforms_react = {version = "0.63.0", path = "../swc_ecma_transforms_react"}
swc_ecma_transforms_testing = {version = "0.47.0", path = "../swc_ecma_transforms_testing"}
swc_ecma_transforms_typescript = {version = "0.65.0", path = "../swc_ecma_transforms_typescript"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_transforms_compat = {version = "0.56.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_module = {version = "0.62.0", path = "../swc_ecma_transforms_module"}
swc_ecma_transforms_proposal = {version = "0.62.0", path = "../swc_ecma_transforms_proposal"}
swc_ecma_transforms_react = {version = "0.64.0", path = "../swc_ecma_transforms_react"}
swc_ecma_transforms_testing = {version = "0.48.0", path = "../swc_ecma_transforms_testing"}
swc_ecma_transforms_typescript = {version = "0.66.0", path = "../swc_ecma_transforms_typescript"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_proposal"
repository = "https://github.com/swc-project/swc.git"
version = "0.61.0"
version = "0.62.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,19 +19,19 @@ either = "1.6.1"
serde = {version = "1.0.118", features = ["derive"]}
smallvec = "1.6.0"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_loader = {version = "0.24.0", path = "../swc_ecma_loader", optional = true}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_classes = {version = "0.32.0", path = "../swc_ecma_transforms_classes"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_loader = {version = "0.25.0", path = "../swc_ecma_loader", optional = true}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_classes = {version = "0.33.0", path = "../swc_ecma_transforms_classes"}
swc_ecma_transforms_macros = {version = "0.3.0", path = "../swc_ecma_transforms_macros"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
[dev-dependencies]
serde_json = "1.0.66"
swc_ecma_transforms_compat = {version = "0.55.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_module = {version = "0.61.0", path = "../swc_ecma_transforms_module"}
swc_ecma_transforms_testing = {version = "0.47.0", path = "../swc_ecma_transforms_testing"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_transforms_compat = {version = "0.56.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_module = {version = "0.62.0", path = "../swc_ecma_transforms_module"}
swc_ecma_transforms_testing = {version = "0.48.0", path = "../swc_ecma_transforms_testing"}
testing = {version = "0.16.0", 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.63.0"
version = "0.64.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
@ -21,17 +21,17 @@ serde = {version = "1.0.118", features = ["derive"]}
sha-1 = "0.9.4"
string_enum = {version = "0.3.1", path = "../string_enum"}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_macros = {version = "0.3.0", path = "../swc_ecma_transforms_macros"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
[dev-dependencies]
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen/"}
swc_ecma_transforms_compat = {version = "0.55.0", path = "../swc_ecma_transforms_compat/"}
swc_ecma_transforms_module = {version = "0.61.0", path = "../swc_ecma_transforms_module"}
swc_ecma_transforms_testing = {version = "0.47.0", path = "../swc_ecma_transforms_testing/"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen/"}
swc_ecma_transforms_compat = {version = "0.56.0", path = "../swc_ecma_transforms_compat/"}
swc_ecma_transforms_module = {version = "0.62.0", path = "../swc_ecma_transforms_module"}
swc_ecma_transforms_testing = {version = "0.48.0", path = "../swc_ecma_transforms_testing/"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.47.0"
version = "0.48.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -17,12 +17,12 @@ hex = "0.4.3"
serde = "1"
serde_json = "1"
sha-1 = "0.9.8"
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
tempfile = "3.1.0"
testing = {version = "0.15.0", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,25 +6,25 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_typescript"
repository = "https://github.com/swc-project/swc.git"
version = "0.65.0"
version = "0.66.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = {version = "1.0.118", features = ["derive"]}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_react = {version = "0.63.0", path = "../swc_ecma_transforms_react"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_react = {version = "0.64.0", path = "../swc_ecma_transforms_react"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
[dev-dependencies]
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
swc_ecma_transforms_compat = {version = "0.55.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_module = {version = "0.61.0", path = "../swc_ecma_transforms_module"}
swc_ecma_transforms_proposal = {version = "0.61.0", path = "../swc_ecma_transforms_proposal"}
swc_ecma_transforms_testing = {version = "0.47.0", path = "../swc_ecma_transforms_testing"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
swc_ecma_transforms_compat = {version = "0.56.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_module = {version = "0.62.0", path = "../swc_ecma_transforms_module"}
swc_ecma_transforms_proposal = {version = "0.62.0", path = "../swc_ecma_transforms_proposal"}
swc_ecma_transforms_testing = {version = "0.48.0", path = "../swc_ecma_transforms_testing"}
testing = {version = "0.16.0", path = "../testing"}
walkdir = "2.3.1"

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.54.1"
version = "0.55.0"
[package.metadata.docs.rs]
all-features = true
@ -23,12 +23,12 @@ concurrent = [
once_cell = "1"
rayon = {version = "1.5.1", optional = true}
swc_atoms = {version = "0.2.0", path = "../swc_atoms"}
swc_common = {version = "0.14.3", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
tracing = "0.1"
unicode-xid = "0.2"
[dev-dependencies]
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.44.2"
version = "0.45.0"
[features]
debug = []
@ -14,7 +14,7 @@ debug = []
[dependencies]
num-bigint = {version = "0.2", features = ["serde"]}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_visit = {version = "0.2.3", path = "../swc_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_visit = {version = "0.3.0", path = "../swc_visit"}
tracing = "0.1"

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.92.0"
version = "0.93.0"
[package.metadata.docs.rs]
all-features = true
@ -33,14 +33,14 @@ react = ["swc_ecma_transforms/react"]
typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
[dependencies]
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen", optional = true}
swc_ecma_dep_graph = {version = "0.49.0", path = "../swc_ecma_dep_graph", optional = true}
swc_ecma_minifier = {version = "0.55.0", path = "../swc_ecma_minifier", optional = true}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser", optional = true, default-features = false}
swc_ecma_preset_env = {version = "0.71.0", path = "../swc_ecma_preset_env", optional = true}
swc_ecma_transforms = {version = "0.99.0", path = "../swc_ecma_transforms", optional = true}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils", optional = true}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit", optional = true}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen", optional = true}
swc_ecma_dep_graph = {version = "0.50.0", path = "../swc_ecma_dep_graph", optional = true}
swc_ecma_minifier = {version = "0.56.0", path = "../swc_ecma_minifier", optional = true}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser", optional = true, default-features = false}
swc_ecma_preset_env = {version = "0.72.0", path = "../swc_ecma_preset_env", optional = true}
swc_ecma_transforms = {version = "0.100.0", path = "../swc_ecma_transforms", optional = true}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils", optional = true}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit", optional = true}
[dev-dependencies]

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_estree_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.0"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
@ -16,4 +16,4 @@ scoped-tls = "1.0.0"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14", path = "../swc_common"}
swc_common = {version = "0.15.0", path = "../swc_common"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_estree_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.9.0"
version = "0.10.0"
[package.metadata.docs.rs]
all-features = true
@ -19,20 +19,20 @@ rayon = "1.5.0"
serde = {version = "1", features = ["derive"]}
serde_json = "1.0.62"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14", path = "../swc_common", features = ["concurrent", "sourcemap", "tty-emitter"]}
swc_ecma_ast = {version = "0.58", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44", path = "../swc_ecma_visit"}
swc_estree_ast = {version = "0.3.0", path = "../swc_estree_ast"}
swc_node_comments = {version = "0.1", path = "../swc_node_comments/"}
swc_common = {version = "0.15.0", path = "../swc_common", features = ["concurrent", "sourcemap", "tty-emitter"]}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
swc_estree_ast = {version = "0.4.0", path = "../swc_estree_ast"}
swc_node_comments = {version = "0.2.0", path = "../swc_node_comments/"}
[dev-dependencies]
pretty_assertions = "0.7.1"
swc = {version = "0.92.0", path = "../swc"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms = {version = "0.99.0", path = "../swc_ecma_transforms/"}
swc = {version = "0.93.0", path = "../swc"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms = {version = "0.100.0", path = "../swc_ecma_transforms/"}
swc_node_base = {version = "0.5", path = "../swc_node_base"}
testing = {version = "0.15.1", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}
walkdir = "2"

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_fast_graph"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -14,4 +14,4 @@ version = "0.1.0"
ahash = "0.7.6"
indexmap = "1.7.0"
petgraph = "0.5"
swc_common = {version = "0.14.6", path = "../swc_common"}
swc_common = {version = "0.15.0", path = "../swc_common"}

View File

@ -6,15 +6,15 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_graph_analyzer"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.1"
version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ahash = "0.7.6"
auto_impl = "0.5.0"
petgraph = "0.5.0"
swc_fast_graph = {version = "0.1", path = "../swc_fast_graph/"}
swc_fast_graph = {version = "0.2.0", path = "../swc_fast_graph/"}
tracing = "0.1.29"
[dev-dependencies]
testing = {version = "0.15.1", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,11 +6,11 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_node_comments"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ahash = "0.7.6"
dashmap = "4"
swc_common = {version = "0.14.6", path = "../swc_common"}
swc_common = {version = "0.15.0", path = "../swc_common"}

View File

@ -6,20 +6,20 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin"
repository = "https://github.com/swc-project/swc.git"
version = "0.16.0"
version = "0.17.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
abi_stable = "0.10.2"
anyhow = "1.0.41"
rplugin = {version = "0.2.1", path = "../rplugin"}
rplugin = {version = "0.3.0", path = "../rplugin"}
serde = {version = "1.0.126", features = ["derive"]}
serde_json = "1.0.64"
swc_atoms = {version = "0.2.7", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common", features = ["plugin-mode"]}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_plugin_ast = {version = "0.5.0", path = "../swc_ecma_plugin_ast"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_common = {version = "0.15.0", path = "../swc_common", features = ["plugin-mode"]}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_plugin_ast = {version = "0.6.0", path = "../swc_ecma_plugin_ast"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
swc_node_base = {version = "0.5.1", path = "../swc_node_base"}
swc_plugin_js_api = {version = "0.3.0", path = "../swc_plugin_js_api"}
swc_plugin_js_api = {version = "0.4.0", path = "../swc_plugin_js_api"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin_js_api"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.0"
version = "0.4.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -16,5 +16,5 @@ anyhow = "1.0.41"
serde = "1.0.126"
serde_json = "1"
swc_atoms = {version = "0.2.7", path = "../swc_atoms"}
swc_common = {version = "0.14.5", path = "../swc_common", features = ["plugin-base"]}
swc_ecma_plugin_ast = {version = "0.5.0", path = "../swc_ecma_plugin_ast"}
swc_common = {version = "0.15.0", path = "../swc_common", features = ["plugin-base"]}
swc_ecma_plugin_ast = {version = "0.6.0", path = "../swc_ecma_plugin_ast"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.0"
version = "0.21.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
@ -15,16 +15,16 @@ anyhow = "1.0.42"
libloading = "0.7.0"
once_cell = "1.8.0"
parking_lot = "0.7"
rplugin = {version = "0.2.1", path = "../rplugin"}
rplugin = {version = "0.3.0", path = "../rplugin"}
serde = {version = "1.0.126", features = ["derive"]}
serde_json = "1.0.64"
swc_atoms = "0.2.7"
swc_common = {version = "0.14.0", path = "../swc_common", features = ["plugin-rt"]}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_plugin_ast = {version = "0.5.0", path = "../swc_ecma_plugin_ast"}
swc_plugin_js_api = {version = "0.3.0", path = "../swc_plugin_js_api"}
swc_common = {version = "0.15.0", path = "../swc_common", features = ["plugin-rt"]}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_plugin_ast = {version = "0.6.0", path = "../swc_ecma_plugin_ast"}
swc_plugin_js_api = {version = "0.4.0", path = "../swc_plugin_js_api"}
[dev-dependencies]
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
testing = {version = "0.15.0", path = "../testing"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,16 +6,16 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.22.0"
version = "0.23.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.41"
swc_atoms = {version = "0.2.7", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.82.0", path = "../swc_ecma_codegen"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_plugin_js_api = {version = "0.3.0", path = "../swc_plugin_js_api"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.83.0", path = "../swc_ecma_codegen"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
swc_plugin_js_api = {version = "0.4.0", path = "../swc_plugin_js_api"}

View File

@ -6,18 +6,18 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_stylis"
repository = "https://github.com/swc-project/swc.git"
version = "0.40.0"
version = "0.41.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
swc_atoms = {version = "0.2.7", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_css_ast = {version = "0.39.0", path = "../swc_css_ast"}
swc_css_utils = {version = "0.36.0", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.38.0", path = "../swc_css_visit"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_css_ast = {version = "0.40.0", path = "../swc_css_ast"}
swc_css_utils = {version = "0.37.0", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.39.0", path = "../swc_css_visit"}
[dev-dependencies]
swc_css_codegen = {version = "0.41.0", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.43.0", path = "../swc_css_parser"}
testing = {version = "0.15.0", path = "../testing"}
swc_css_codegen = {version = "0.42.0", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.44.0", path = "../swc_css_parser"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_timer"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -14,4 +14,4 @@ version = "0.1.0"
tracing = "0.1"
[dev-dependencies]
testing = {version = "0.15.1", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -5,10 +5,10 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.8"
version = "0.3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
either = "1.5.3"
swc_visit_macros = {version = "0.2.3", path = "../swc_visit_macros"}
swc_visit_macros = {version = "0.3.0", path = "../swc_visit_macros"}

View File

@ -5,7 +5,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_visit_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.3"
version = "0.3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -5,7 +5,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_webpack_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.7.0"
version = "0.8.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -14,18 +14,18 @@ anyhow = "1.0.48"
rayon = "1.5.1"
serde_json = "1.0.72"
swc_atoms = {version = "0.2.9", path = "../swc_atoms"}
swc_common = {version = "0.14.6", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_transforms_base = {version = "0.46.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.54.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.1", path = "../swc_ecma_visit"}
swc_estree_ast = {version = "0.3.0", path = "../swc_estree_ast"}
swc_estree_compat = {version = "0.9.0", path = "../swc_estree_compat"}
swc_timer = {version = "0.1.0", path = "../swc_timer"}
swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.59.0", path = "../swc_ecma_ast"}
swc_ecma_transforms_base = {version = "0.47.0", path = "../swc_ecma_transforms_base"}
swc_ecma_utils = {version = "0.55.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.45.0", path = "../swc_ecma_visit"}
swc_estree_ast = {version = "0.4.0", path = "../swc_estree_ast"}
swc_estree_compat = {version = "0.10.0", path = "../swc_estree_compat"}
swc_timer = {version = "0.2.0", path = "../swc_timer"}
tracing = "0.1.29"
[dev-dependencies]
swc_ecma_parser = {version = "0.80.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_testing = {version = "0.47.0", path = "../swc_ecma_transforms_testing"}
swc_ecma_parser = {version = "0.81.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_testing = {version = "0.48.0", path = "../swc_ecma_transforms_testing"}
swc_node_base = {version = "0.5.1", path = "../swc_node_base"}
testing = {version = "0.15.2", path = "../testing"}
testing = {version = "0.16.0", path = "../testing"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.15.3"
version = "0.16.0"
[dependencies]
ansi_term = "0.12.1"
@ -15,7 +15,7 @@ once_cell = "1"
pretty_assertions = "0.7.2"
regex = "1"
serde_json = "1.0.71"
swc_common = {version = "0.14.0", path = "../swc_common", features = ["tty-emitter"]}
swc_common = {version = "0.15.0", path = "../swc_common", features = ["tty-emitter"]}
testing_macros = {version = "0.2.0", path = "../testing_macros"}
tracing = "0.1.28"
tracing-subscriber = {version = "0.2.24", features = ["env-filter"]}