mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 20:36:17 +03:00
chore: Publish crates
This commit is contained in:
parent
8cf3ddda6c
commit
7d23492b16
@ -22,6 +22,12 @@
|
||||
|
||||
- **(plugin)** Align deps for the plugin (#4384) ([46e88a3](https://github.com/swc-project/swc/commit/46e88a303fd62378139c112839006364bcc8726c))
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
|
||||
- **(es/minifier)** Improve handling of switches (#4260) ([8cf3ddd](https://github.com/swc-project/swc/commit/8cf3ddda6cd41d9dd0eddab9bd6e869753e1f0f8))
|
||||
|
||||
### Miscellaneous Tasks
|
||||
- **general**: Fix wasm publish script ([234e380](https://github.com/swc-project/swc/commit/234e38058071f1d91e899ba7d16f37f3e3a69334))- **general**: Fix CI ([11012d0](https://github.com/swc-project/swc/commit/11012d07e56895369f016eb7e6c7cc9261398250))- **general**: Fix CI, really ([000e31b](https://github.com/swc-project/swc/commit/000e31b3cdd44430e6fc9957bb496577294ac218))
|
||||
|
||||
|
46
Cargo.lock
generated
46
Cargo.lock
generated
@ -2838,7 +2838,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc"
|
||||
version = "0.169.0"
|
||||
version = "0.170.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"ansi_term",
|
||||
@ -2900,7 +2900,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_bundler"
|
||||
version = "0.137.1"
|
||||
version = "0.138.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -2958,7 +2958,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli"
|
||||
version = "0.43.0"
|
||||
version = "0.44.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atty",
|
||||
@ -3213,7 +3213,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ext_transforms"
|
||||
version = "0.67.0"
|
||||
version = "0.68.0"
|
||||
dependencies = [
|
||||
"phf",
|
||||
"swc_atoms",
|
||||
@ -3225,7 +3225,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_lints"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"auto_impl",
|
||||
@ -3268,7 +3268,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_minifier"
|
||||
version = "0.104.14"
|
||||
version = "0.105.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"ansi_term",
|
||||
@ -3330,7 +3330,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_preset_env"
|
||||
version = "0.120.0"
|
||||
version = "0.121.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -3358,7 +3358,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_quote"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -3386,7 +3386,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms"
|
||||
version = "0.145.0"
|
||||
version = "0.146.0"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"sourcemap",
|
||||
@ -3411,7 +3411,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_base"
|
||||
version = "0.78.0"
|
||||
version = "0.79.0"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"criterion",
|
||||
@ -3434,7 +3434,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_classes"
|
||||
version = "0.66.0"
|
||||
version = "0.67.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -3446,7 +3446,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_compat"
|
||||
version = "0.92.0"
|
||||
version = "0.93.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrayvec",
|
||||
@ -3486,7 +3486,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_module"
|
||||
version = "0.105.1"
|
||||
version = "0.106.0"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"ahash",
|
||||
@ -3511,7 +3511,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_optimization"
|
||||
version = "0.115.0"
|
||||
version = "0.116.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"dashmap",
|
||||
@ -3539,7 +3539,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_proposal"
|
||||
version = "0.100.0"
|
||||
version = "0.101.0"
|
||||
dependencies = [
|
||||
"either",
|
||||
"serde",
|
||||
@ -3562,7 +3562,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_react"
|
||||
version = "0.107.0"
|
||||
version = "0.108.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"base64 0.13.0",
|
||||
@ -3590,7 +3590,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_testing"
|
||||
version = "0.80.0"
|
||||
version = "0.81.0"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -3611,7 +3611,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
version = "0.110.0"
|
||||
version = "0.111.0"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"serde",
|
||||
@ -3632,7 +3632,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_utils"
|
||||
version = "0.81.0"
|
||||
version = "0.82.0"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"once_cell",
|
||||
@ -3659,7 +3659,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecmascript"
|
||||
version = "0.147.0"
|
||||
version = "0.148.0"
|
||||
dependencies = [
|
||||
"swc_ecma_ast",
|
||||
"swc_ecma_codegen",
|
||||
@ -3703,7 +3703,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_estree_compat"
|
||||
version = "0.89.0"
|
||||
version = "0.90.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -3879,7 +3879,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin"
|
||||
version = "0.48.3"
|
||||
version = "0.49.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -3975,7 +3975,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_webpack_ast"
|
||||
version = "0.87.0"
|
||||
version = "0.88.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"rayon",
|
||||
|
@ -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.169.0"
|
||||
version = "0.170.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -55,17 +55,17 @@ swc_common = { version = "0.17.23", path = "../swc_common", features = [
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.105.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.67.0", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.34.0", path = "../swc_ecma_lints" }
|
||||
swc_ecma_ext_transforms = { version = "0.68.0", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.35.0", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { version = "0.29.0", path = "../swc_ecma_loader", features = [
|
||||
"cache",
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.104.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_minifier = { version = "0.105.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { version = "0.120.0", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.145.0", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_preset_env = { version = "0.121.0", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.146.0", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"module",
|
||||
"optimization",
|
||||
@ -73,12 +73,12 @@ swc_ecma_transforms = { version = "0.145.0", path = "../swc_ecma_transforms", fe
|
||||
"react",
|
||||
"typescript",
|
||||
] }
|
||||
swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.92.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.115.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.93.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.116.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" }
|
||||
swc_ecmascript = { version = "0.147.0", path = "../swc_ecmascript" }
|
||||
swc_ecmascript = { version = "0.148.0", path = "../swc_ecmascript" }
|
||||
swc_error_reporters = { version = "0.1.0", path = "../swc_error_reporters" }
|
||||
swc_node_comments = { version = "0.4.0", path = "../swc_node_comments" }
|
||||
swc_plugin_proxy = { version = "0.2.1", path = "../swc_plugin_proxy", optional = true }
|
||||
@ -103,7 +103,7 @@ version = "2.0.0"
|
||||
ansi_term = "0.12"
|
||||
criterion = "0.3"
|
||||
rayon = "1.5.1"
|
||||
swc_ecma_lints = { version = "0.34.0", path = "../swc_ecma_lints", features = [
|
||||
swc_ecma_lints = { version = "0.35.0", path = "../swc_ecma_lints", features = [
|
||||
"non_critical_lints",
|
||||
] }
|
||||
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
|
||||
|
@ -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.137.1"
|
||||
version = "0.138.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -43,9 +43,9 @@ swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.105.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.29.0", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.115.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.116.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.5.0", path = "../swc_fast_graph/" }
|
||||
swc_graph_analyzer = { version = "0.6.0", path = "../swc_graph_analyzer/" }
|
||||
@ -61,10 +61,10 @@ swc_ecma_loader = { version = "0.29.0", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
"cache",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.104.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_transforms_proposal = { version = "0.100.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.107.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_typescript = { version = "0.110.0", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_minifier = { version = "0.105.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_transforms_proposal = { version = "0.101.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.108.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_typescript = { version = "0.111.0", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
|
||||
tempfile = "3.1.0"
|
||||
testing = { version = "0.19.0", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_cli"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.43.0"
|
||||
version = "0.44.0"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
@ -31,7 +31,7 @@ rayon = "1"
|
||||
relative-path = "1.6.1"
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
serde_json = {version = "1", features = ["unbounded_depth"]}
|
||||
swc = {version = "0.169.0", path = "../swc"}
|
||||
swc = {version = "0.170.0", path = "../swc"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_plugin_runner = {version = "0.53.1", path = "../swc_plugin_runner", default-features = false, optional = true}
|
||||
swc_trace_macro = {version = "0.1.0", path = "../swc_trace_macro"}
|
||||
|
@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_ext_transforms"
|
||||
version = "0.67.0"
|
||||
version = "0.68.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,5 +15,5 @@ phf = {version = "0.10", features = ["macros"]}
|
||||
swc_atoms = {version = "0.2", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_lints"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -25,13 +25,13 @@ swc_common = { version = "0.17.23", path = "../swc_common", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.105.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" }
|
||||
testing = { version = "0.19.0", path = "../testing" }
|
||||
|
||||
[features]
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_minifier"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.104.14"
|
||||
version = "0.105.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -39,9 +39,9 @@ swc_common = { version = "0.17.23", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.105.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.115.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.116.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.5.0", path = "../swc_timer" }
|
||||
tracing = "0.1.32"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_preset_env"
|
||||
version = "0.120.0"
|
||||
version = "0.121.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,11 +26,11 @@ string_enum = {version = "0.3.1", path = "../string_enum"}
|
||||
swc_atoms = {version = "0.2", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_transforms = {version = "0.145.0", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_transforms = {version = "0.146.0", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"proposal",
|
||||
]}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_quote"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -16,7 +16,7 @@ swc_atoms = {version = "0.2.9", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_quote_macros = {version = "0.12.0", path = "../swc_ecma_quote_macros"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
|
||||
[dev-dependencies]
|
||||
testing = {version = "0.19.0", path = "../testing"}
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.145.0"
|
||||
version = "0.146.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -30,14 +30,14 @@ typescript = ["swc_ecma_transforms_typescript"]
|
||||
swc_atoms = {version = "0.2.0", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat", optional = true}
|
||||
swc_ecma_transforms_module = {version = "0.105.0", path = "../swc_ecma_transforms_module", optional = true}
|
||||
swc_ecma_transforms_optimization = {version = "0.115.0", path = "../swc_ecma_transforms_optimization", optional = true}
|
||||
swc_ecma_transforms_proposal = {version = "0.100.0", path = "../swc_ecma_transforms_proposal", optional = true}
|
||||
swc_ecma_transforms_react = {version = "0.107.0", path = "../swc_ecma_transforms_react", optional = true}
|
||||
swc_ecma_transforms_typescript = {version = "0.110.0", path = "../swc_ecma_transforms_typescript", optional = true}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat", optional = true}
|
||||
swc_ecma_transforms_module = {version = "0.106.0", path = "../swc_ecma_transforms_module", optional = true}
|
||||
swc_ecma_transforms_optimization = {version = "0.116.0", path = "../swc_ecma_transforms_optimization", optional = true}
|
||||
swc_ecma_transforms_proposal = {version = "0.101.0", path = "../swc_ecma_transforms_proposal", optional = true}
|
||||
swc_ecma_transforms_react = {version = "0.108.0", path = "../swc_ecma_transforms_react", optional = true}
|
||||
swc_ecma_transforms_typescript = {version = "0.111.0", path = "../swc_ecma_transforms_typescript", optional = true}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
|
||||
[dev-dependencies]
|
||||
@ -45,6 +45,6 @@ pretty_assertions = "1.1"
|
||||
sourcemap = "6"
|
||||
swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen"}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"}
|
||||
swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"}
|
||||
tempfile = "3"
|
||||
testing = {version = "0.19.0", path = "../testing"}
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_base"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.78.0"
|
||||
version = "0.79.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,7 +26,7 @@ swc_atoms = {version = "0.2", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
tracing = "0.1.32"
|
||||
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_classes"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.66.0"
|
||||
version = "0.67.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,6 +15,6 @@ bench = false
|
||||
swc_atoms = {version = "0.2.6", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_compat"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.92.0"
|
||||
version = "0.93.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -32,10 +32,10 @@ smallvec = "1.8.0"
|
||||
swc_atoms = { version = "0.2.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.17.23", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.66.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.67.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.3.0", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.0", path = "../swc_trace_macro" }
|
||||
tracing = "0.1.32"
|
||||
@ -43,5 +43,5 @@ tracing = "0.1.32"
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.66"
|
||||
swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.80.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.81.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.19.0", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_module"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.105.1"
|
||||
version = "0.106.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -27,12 +27,12 @@ swc_ecma_loader = {version = "0.29.0", path = "../swc_ecma_loader", features = [
|
||||
"node",
|
||||
]}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat"}
|
||||
swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"}
|
||||
swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat"}
|
||||
swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"}
|
||||
testing = {version = "0.19.0", path = "../testing/"}
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_optimization"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.115.0"
|
||||
version = "0.116.0"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -34,17 +34,17 @@ swc_atoms = { version = "0.2", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.17.23", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.3.0", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" }
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_transforms_compat = { version = "0.92.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.105.0", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.100.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.107.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.80.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.110.0", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_transforms_compat = { version = "0.93.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.106.0", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.101.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.108.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.81.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.111.0", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.19.0", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_proposal"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.100.0"
|
||||
version = "0.101.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -24,15 +24,15 @@ swc_atoms = {version = "0.2", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_loader = {version = "0.29.0", path = "../swc_ecma_loader", optional = true}
|
||||
swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_classes = {version = "0.66.0", path = "../swc_ecma_transforms_classes"}
|
||||
swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_classes = {version = "0.67.0", path = "../swc_ecma_transforms_classes"}
|
||||
swc_ecma_transforms_macros = {version = "0.3.0", path = "../swc_ecma_transforms_macros"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.66"
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat"}
|
||||
swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"}
|
||||
swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat"}
|
||||
swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"}
|
||||
testing = {version = "0.19.0", path = "../testing"}
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_react"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.107.0"
|
||||
version = "0.108.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,14 +26,14 @@ swc_atoms = {version = "0.2", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_macros = {version = "0.3.0", path = "../swc_ecma_transforms_macros"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen/"}
|
||||
swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat/"}
|
||||
swc_ecma_transforms_module = {version = "0.105.0", path = "../swc_ecma_transforms_module"}
|
||||
swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"}
|
||||
swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat/"}
|
||||
swc_ecma_transforms_module = {version = "0.106.0", path = "../swc_ecma_transforms_module"}
|
||||
swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"}
|
||||
testing = {version = "0.19.0", path = "../testing"}
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_testing"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.80.0"
|
||||
version = "0.81.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -22,8 +22,8 @@ swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen"}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
tempfile = "3.1.0"
|
||||
testing = {version = "0.19.0", path = "../testing"}
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.110.0"
|
||||
version = "0.111.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -17,18 +17,18 @@ serde = {version = "1.0.118", features = ["derive"]}
|
||||
swc_atoms = {version = "0.2", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_react = {version = "0.107.0", path = "../swc_ecma_transforms_react"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_transforms_react = {version = "0.108.0", path = "../swc_ecma_transforms_react"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen"}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat"}
|
||||
swc_ecma_transforms_proposal = {version = "0.100.0", path = "../swc_ecma_transforms_proposal"}
|
||||
swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"}
|
||||
swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat"}
|
||||
swc_ecma_transforms_proposal = {version = "0.101.0", path = "../swc_ecma_transforms_proposal"}
|
||||
swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"}
|
||||
testing = {version = "0.19.0", path = "../testing"}
|
||||
|
||||
[[bench]]
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_utils"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.81.0"
|
||||
version = "0.82.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecmascript"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.147.0"
|
||||
version = "0.148.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -39,11 +39,11 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen", optional = true}
|
||||
swc_ecma_dep_graph = {version = "0.74.0", path = "../swc_ecma_dep_graph", optional = true}
|
||||
swc_ecma_minifier = {version = "0.104.0", path = "../swc_ecma_minifier", optional = true}
|
||||
swc_ecma_minifier = {version = "0.105.0", path = "../swc_ecma_minifier", optional = true}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser", optional = true, default-features = false}
|
||||
swc_ecma_preset_env = {version = "0.120.0", path = "../swc_ecma_preset_env", optional = true}
|
||||
swc_ecma_transforms = {version = "0.145.0", path = "../swc_ecma_transforms", optional = true}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils", optional = true}
|
||||
swc_ecma_preset_env = {version = "0.121.0", path = "../swc_ecma_preset_env", optional = true}
|
||||
swc_ecma_transforms = {version = "0.146.0", path = "../swc_ecma_transforms", optional = true}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils", optional = true}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit", optional = true}
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_estree_compat"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.89.0"
|
||||
version = "0.90.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -30,7 +30,7 @@ swc_common = { version = "0.17.23", path = "../swc_common", features = [
|
||||
]}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
swc_estree_ast = {version = "0.7.0", path = "../swc_estree_ast"}
|
||||
swc_node_comments = {version = "0.4.0", path = "../swc_node_comments/"}
|
||||
@ -38,10 +38,10 @@ swc_node_comments = {version = "0.4.0", path = "../swc_node_comments/"}
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
pretty_assertions = "1.1"
|
||||
swc = {version = "0.169.0", path = "../swc"}
|
||||
swc = {version = "0.170.0", path = "../swc"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms = {version = "0.145.0", path = "../swc_ecma_transforms/"}
|
||||
swc_ecma_transforms = {version = "0.146.0", path = "../swc_ecma_transforms/"}
|
||||
testing = {version = "0.19.0", path = "../testing"}
|
||||
walkdir = "2"
|
||||
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.48.3"
|
||||
version = "0.49.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -26,9 +26,9 @@ swc_common = { version = "0.17.23", path = "../swc_common", features = [
|
||||
swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast", features = [
|
||||
"rkyv-impl",
|
||||
] }
|
||||
swc_ecma_quote = { version = "0.13.0", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_quote = { version = "0.14.0", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" }
|
||||
swc_plugin_proxy = { version = "0.2.1", path = "../swc_plugin_proxy", features = [
|
||||
"plugin-mode",
|
||||
] }
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_webpack_ast"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.87.0"
|
||||
version = "0.88.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -20,15 +20,15 @@ swc_atoms = {version = "0.2.9", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.23", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
|
||||
swc_estree_ast = {version = "0.7.0", path = "../swc_estree_ast"}
|
||||
swc_estree_compat = {version = "0.89.0", path = "../swc_estree_compat"}
|
||||
swc_estree_compat = {version = "0.90.0", path = "../swc_estree_compat"}
|
||||
swc_timer = {version = "0.5.0", path = "../swc_timer"}
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"}
|
||||
swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"}
|
||||
swc_node_base = {version = "0.5.1", path = "../swc_node_base"}
|
||||
testing = {version = "0.19.0", path = "../testing"}
|
||||
|
Loading…
Reference in New Issue
Block a user