mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
chore: Publish crates
This commit is contained in:
parent
7985e02fc8
commit
c566b73bfb
77
CHANGELOG.md
77
CHANGELOG.md
@ -5,6 +5,12 @@
|
||||
|
||||
|
||||
|
||||
- **(css/modules)** Allow out-of-order class names for `composes` ([#8218](https://github.com/swc-project/swc/issues/8218)) ([aeb9caf](https://github.com/swc-project/swc/commit/aeb9cafd11c56d9dce41372211d90a3edb4d1848))
|
||||
|
||||
|
||||
- **(css/modules)** Fix handling of `:global()` selector ([#8219](https://github.com/swc-project/swc/issues/8219)) ([02cd7c2](https://github.com/swc-project/swc/commit/02cd7c2608758476545aadf62e01f2d74ed486f2))
|
||||
|
||||
|
||||
- **(es/codegen)** Check for trailing comments while emitting an arrow ([#8257](https://github.com/swc-project/swc/issues/8257)) ([0faa2c4](https://github.com/swc-project/swc/commit/0faa2c4a013abf71b5689279b454f86586d21c93))
|
||||
|
||||
|
||||
@ -26,6 +32,9 @@
|
||||
- **(es/minifier)** Make `Finalizer` inline literals ([#8285](https://github.com/swc-project/swc/issues/8285)) ([73fec94](https://github.com/swc-project/swc/commit/73fec945b5b64845308ab03bea639b53e4ff021e))
|
||||
|
||||
|
||||
- **(es/minifier)** Remove hack for built-in class names ([#8293](https://github.com/swc-project/swc/issues/8293)) ([7985e02](https://github.com/swc-project/swc/commit/7985e02fc8cf519572650ad026dba649af48d7a5))
|
||||
|
||||
|
||||
- **(es/parser)** Consider ASI while parsing TypeScript type aliases ([#8263](https://github.com/swc-project/swc/issues/8263)) ([e589126](https://github.com/swc-project/swc/commit/e58912622d86f2b03f90dd7d0782e5740822dca6))
|
||||
|
||||
|
||||
@ -38,55 +47,14 @@
|
||||
|
||||
|
||||
|
||||
- **(es/codegen)** Respect `ascii_only: false` for `StrLit` ([#8217](https://github.com/swc-project/swc/issues/8217)) ([1a26be2](https://github.com/swc-project/swc/commit/1a26be2a271437894b1cda86c4707014e684b5ba))
|
||||
|
||||
|
||||
- **(es/minifier)** Swap bin expr to save paren ([#8277](https://github.com/swc-project/swc/issues/8277)) ([65c3d0e](https://github.com/swc-project/swc/commit/65c3d0e3f4ec4b447e6d36f31eb40bdafdf65db7))
|
||||
|
||||
|
||||
- **(es/minifier)** Support `format.inline_script` ([#8252](https://github.com/swc-project/swc/issues/8252)) ([f059270](https://github.com/swc-project/swc/commit/f059270348a7ee26ee8ed2d185ba71d166f43e14))
|
||||
|
||||
### Performance
|
||||
|
||||
|
||||
|
||||
- **(css/parser)** Use `AtomStoreCell` ([#8247](https://github.com/swc-project/swc/issues/8247)) ([302954e](https://github.com/swc-project/swc/commit/302954e4e54b7190c88667534c2dd6105f744f90))
|
||||
|
||||
|
||||
- **(es/minifier)** Improve `format.inline_script` ([#8292](https://github.com/swc-project/swc/issues/8292)) ([7d1836d](https://github.com/swc-project/swc/commit/7d1836de3fd96786351f5ae30c2b0e7bbda2fa55))
|
||||
|
||||
### Refactor
|
||||
|
||||
|
||||
|
||||
- **(swc_node_base)** Rename to `swc_malloc` ([#8272](https://github.com/swc-project/swc/issues/8272)) ([9a0572b](https://github.com/swc-project/swc/commit/9a0572b9680e824ff904d7563167faa84aab47b5))
|
||||
|
||||
|
||||
- Remove `swc_ecma_dep_graph` ([#8290](https://github.com/swc-project/swc/issues/8290)) ([7bbe5e6](https://github.com/swc-project/swc/commit/7bbe5e67d9a4316f47158bf717f8dfa86236b41b))
|
||||
|
||||
### Build
|
||||
|
||||
|
||||
|
||||
- **(common)** Remove dependency on `string-cache` ([#8291](https://github.com/swc-project/swc/issues/8291)) ([66a4d37](https://github.com/swc-project/swc/commit/66a4d370314d45b5d4a0117401002ac43dbcba0a))
|
||||
|
||||
|
||||
- **(es)** Remove duplicate `phf` dependency ([#8294](https://github.com/swc-project/swc/issues/8294)) ([25ac679](https://github.com/swc-project/swc/commit/25ac679bd3906c09212134859df9c75f38018822))
|
||||
|
||||
## [1.3.97] - 2023-11-09
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
|
||||
- **(css/modules)** Allow out-of-order class names for `composes` ([#8218](https://github.com/swc-project/swc/issues/8218)) ([aeb9caf](https://github.com/swc-project/swc/commit/aeb9cafd11c56d9dce41372211d90a3edb4d1848))
|
||||
|
||||
|
||||
- **(css/modules)** Fix handling of `:global()` selector ([#8219](https://github.com/swc-project/swc/issues/8219)) ([02cd7c2](https://github.com/swc-project/swc/commit/02cd7c2608758476545aadf62e01f2d74ed486f2))
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
|
||||
- **(es/codegen)** Respect `ascii_only: false` for `StrLit` ([#8217](https://github.com/swc-project/swc/issues/8217)) ([1a26be2](https://github.com/swc-project/swc/commit/1a26be2a271437894b1cda86c4707014e684b5ba))
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
|
||||
@ -109,6 +77,9 @@
|
||||
- **(css/parser)** Use `AtomStore` ([#8238](https://github.com/swc-project/swc/issues/8238)) ([a3c03b3](https://github.com/swc-project/swc/commit/a3c03b30fb3aa19cb590addbf47b0583d1b05dad))
|
||||
|
||||
|
||||
- **(css/parser)** Use `AtomStoreCell` ([#8247](https://github.com/swc-project/swc/issues/8247)) ([302954e](https://github.com/swc-project/swc/commit/302954e4e54b7190c88667534c2dd6105f744f90))
|
||||
|
||||
|
||||
- **(es)** Delete useless partition and extend in comments ([#8214](https://github.com/swc-project/swc/issues/8214)) ([67e2c4a](https://github.com/swc-project/swc/commit/67e2c4a4fd17436732099422c25d1c0d82f815dd))
|
||||
|
||||
|
||||
@ -118,6 +89,9 @@
|
||||
- **(es/minifier)** Remove needless operations for char freq analysis ([#8222](https://github.com/swc-project/swc/issues/8222)) ([b745ed7](https://github.com/swc-project/swc/commit/b745ed7ac8a87582d43fb2f975f53ad96ed3477b))
|
||||
|
||||
|
||||
- **(es/minifier)** Improve `format.inline_script` ([#8292](https://github.com/swc-project/swc/issues/8292)) ([7d1836d](https://github.com/swc-project/swc/commit/7d1836de3fd96786351f5ae30c2b0e7bbda2fa55))
|
||||
|
||||
|
||||
- **(es/parser)** Remove needless `strcmp` ops ([#8223](https://github.com/swc-project/swc/issues/8223)) ([3833cf4](https://github.com/swc-project/swc/commit/3833cf4e55a27982c930c18c901a9b06e60f92fc))
|
||||
|
||||
|
||||
@ -135,6 +109,12 @@
|
||||
|
||||
- **(atoms)** Improve APIs ([#8249](https://github.com/swc-project/swc/issues/8249)) ([9a4bad4](https://github.com/swc-project/swc/commit/9a4bad4e9ec67a09761398eae5e6bb37e6d0d94f))
|
||||
|
||||
|
||||
- **(swc_node_base)** Rename to `swc_malloc` ([#8272](https://github.com/swc-project/swc/issues/8272)) ([9a0572b](https://github.com/swc-project/swc/commit/9a0572b9680e824ff904d7563167faa84aab47b5))
|
||||
|
||||
|
||||
- Remove `swc_ecma_dep_graph` ([#8290](https://github.com/swc-project/swc/issues/8290)) ([7bbe5e6](https://github.com/swc-project/swc/commit/7bbe5e67d9a4316f47158bf717f8dfa86236b41b))
|
||||
|
||||
### Build
|
||||
|
||||
|
||||
@ -142,6 +122,12 @@
|
||||
- **(cargo)** Update rustc to `nightly-2023-11-04` ([#8221](https://github.com/swc-project/swc/issues/8221)) ([14ea705](https://github.com/swc-project/swc/commit/14ea705f272968cba65399271a62e56a9943dc72))
|
||||
|
||||
|
||||
- **(common)** Remove dependency on `string-cache` ([#8291](https://github.com/swc-project/swc/issues/8291)) ([66a4d37](https://github.com/swc-project/swc/commit/66a4d370314d45b5d4a0117401002ac43dbcba0a))
|
||||
|
||||
|
||||
- **(es)** Remove duplicate `phf` dependency ([#8294](https://github.com/swc-project/swc/issues/8294)) ([25ac679](https://github.com/swc-project/swc/commit/25ac679bd3906c09212134859df9c75f38018822))
|
||||
|
||||
|
||||
- **(preset-env/base)** Upgrade `browserslist-rs` to `v0.13.0` ([#8229](https://github.com/swc-project/swc/issues/8229)) ([f9f305c](https://github.com/swc-project/swc/commit/f9f305cc5faa79dd13bfa5763c6250b23a2a91e3))
|
||||
|
||||
## [1.3.96] - 2023-11-03
|
||||
@ -1688,9 +1674,6 @@
|
||||
|
||||
- **(es/testing)** Ensure that we call `fold_program` ([#7222](https://github.com/swc-project/swc/issues/7222)) ([e241201](https://github.com/swc-project/swc/commit/e241201bf76c3ae111d815dac7dbcc169d12dc25))
|
||||
|
||||
|
||||
- **(es/typescript)** Fix computation of enum bits ([#7219](https://github.com/swc-project/swc/issues/7219)) ([29bf176](https://github.com/swc-project/swc/commit/29bf1760befc5acf56841f4c369016e296184bdb))
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
|
62
Cargo.lock
generated
62
Cargo.lock
generated
@ -284,7 +284,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_macros"
|
||||
version = "0.60.62"
|
||||
version = "0.60.63"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
@ -3820,7 +3820,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli_impl"
|
||||
version = "0.4.62"
|
||||
version = "0.4.63"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atty",
|
||||
@ -3877,7 +3877,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_compiler_base"
|
||||
version = "0.3.57"
|
||||
version = "0.3.58"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.13.1",
|
||||
@ -3920,7 +3920,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.86.62"
|
||||
version = "0.86.63"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"binding_macros",
|
||||
@ -4211,7 +4211,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_bugfixes"
|
||||
version = "0.1.36"
|
||||
version = "0.1.37"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4239,7 +4239,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2015"
|
||||
version = "0.1.36"
|
||||
version = "0.1.37"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"indexmap 1.9.3",
|
||||
@ -4265,7 +4265,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2016"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4282,7 +4282,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2017"
|
||||
version = "0.1.35"
|
||||
version = "0.1.36"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4300,7 +4300,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2018"
|
||||
version = "0.1.35"
|
||||
version = "0.1.36"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4319,7 +4319,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2019"
|
||||
version = "0.1.35"
|
||||
version = "0.1.36"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4335,7 +4335,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2020"
|
||||
version = "0.1.33"
|
||||
version = "0.1.34"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4353,7 +4353,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2021"
|
||||
version = "0.1.33"
|
||||
version = "0.1.34"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4367,7 +4367,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2022"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4384,7 +4384,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es3"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
dependencies = [
|
||||
"swc_common",
|
||||
"swc_ecma_ast",
|
||||
@ -4411,7 +4411,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_lints"
|
||||
version = "0.89.34"
|
||||
version = "0.89.35"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"dashmap",
|
||||
@ -4453,7 +4453,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_minifier"
|
||||
version = "0.189.51"
|
||||
version = "0.189.52"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -4588,7 +4588,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms"
|
||||
version = "0.226.43"
|
||||
version = "0.226.44"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"sourcemap",
|
||||
@ -4613,7 +4613,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_base"
|
||||
version = "0.134.35"
|
||||
version = "0.134.36"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"bitflags 2.3.2",
|
||||
@ -4640,7 +4640,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_classes"
|
||||
version = "0.123.36"
|
||||
version = "0.123.37"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4652,7 +4652,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_compat"
|
||||
version = "0.160.41"
|
||||
version = "0.160.42"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"indexmap 1.9.3",
|
||||
@ -4702,7 +4702,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_module"
|
||||
version = "0.177.43"
|
||||
version = "0.177.44"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"anyhow",
|
||||
@ -4731,7 +4731,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_optimization"
|
||||
version = "0.195.43"
|
||||
version = "0.195.44"
|
||||
dependencies = [
|
||||
"dashmap",
|
||||
"indexmap 1.9.3",
|
||||
@ -4761,7 +4761,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_proposal"
|
||||
version = "0.168.43"
|
||||
version = "0.168.44"
|
||||
dependencies = [
|
||||
"either",
|
||||
"rustc-hash",
|
||||
@ -4785,7 +4785,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_react"
|
||||
version = "0.180.44"
|
||||
version = "0.180.45"
|
||||
dependencies = [
|
||||
"base64 0.13.1",
|
||||
"dashmap",
|
||||
@ -4813,7 +4813,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_testing"
|
||||
version = "0.137.37"
|
||||
version = "0.137.38"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -4837,7 +4837,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
version = "0.185.41"
|
||||
version = "0.185.42"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"ryu-js",
|
||||
@ -4906,7 +4906,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecmascript"
|
||||
version = "0.236.58"
|
||||
version = "0.236.59"
|
||||
dependencies = [
|
||||
"swc_ecma_ast",
|
||||
"swc_ecma_codegen",
|
||||
@ -4953,7 +4953,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_estree_compat"
|
||||
version = "0.194.60"
|
||||
version = "0.194.61"
|
||||
dependencies = [
|
||||
"ahash 0.8.5",
|
||||
"anyhow",
|
||||
@ -5001,7 +5001,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html"
|
||||
version = "0.134.57"
|
||||
version = "0.134.58"
|
||||
dependencies = [
|
||||
"swc_html_ast",
|
||||
"swc_html_codegen",
|
||||
@ -5052,7 +5052,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_minifier"
|
||||
version = "0.131.57"
|
||||
version = "0.131.58"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"once_cell",
|
||||
@ -5138,7 +5138,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_node_bundler"
|
||||
version = "0.58.62"
|
||||
version = "0.58.63"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap",
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "binding_macros"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.60.62"
|
||||
version = "0.60.63"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -36,7 +36,7 @@ binding_wasm = [
|
||||
swc = { optional = true, version = "0.269.56", path = "../swc" }
|
||||
swc_common = { optional = true, version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.226.43", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.226.44", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
||||
# Optional deps for the wasm binding macro
|
||||
|
@ -32,11 +32,11 @@ swc_common = { version = "0.33.9", features = [
|
||||
], path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_minifier = { version = "0.189.52", path = "../swc_ecma_minifier", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" }
|
||||
swc_timer = { version = "0.21.11", path = "../swc_timer" }
|
||||
|
@ -73,21 +73,21 @@ swc_common = { version = "0.33.9", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
"parking_lot",
|
||||
] }
|
||||
swc_compiler_base = { version = "0.3.57", path = "../swc_compiler_base" }
|
||||
swc_compiler_base = { version = "0.3.58", path = "../swc_compiler_base" }
|
||||
swc_config = { version = "0.1.7", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.110.30", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.89.34", path = "../swc_ecma_lints" }
|
||||
swc_ecma_lints = { version = "0.89.35", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features = [
|
||||
"cache",
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_minifier = { version = "0.189.52", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { version = "0.203.44", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_transforms = { version = "0.226.44", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"module",
|
||||
"optimization",
|
||||
@ -95,9 +95,9 @@ swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms", f
|
||||
"react",
|
||||
"typescript",
|
||||
] }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.43", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.42", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.44", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" }
|
||||
@ -127,7 +127,7 @@ rayon = "1.7.0"
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_ecma_lints = { version = "0.89.34", path = "../swc_ecma_lints", features = [
|
||||
swc_ecma_lints = { version = "0.89.35", path = "../swc_ecma_lints", features = [
|
||||
"non_critical_lints",
|
||||
] }
|
||||
swc_ecma_testing = { version = "0.22.11", path = "../swc_ecma_testing" }
|
||||
|
@ -43,8 +43,8 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_a
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.43", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.44", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.21.9", path = "../swc_fast_graph/" }
|
||||
@ -63,11 +63,11 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
"cache",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_minifier = { version = "0.189.52", path = "../swc_ecma_minifier", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.43", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.180.44", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_typescript = { version = "0.185.41", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.44", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.180.45", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_typescript = { version = "0.185.42", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_cli_impl"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.4.62"
|
||||
version = "0.4.63"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
@ -32,7 +32,7 @@ tracing-futures = "0.2.5"
|
||||
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
||||
walkdir = "2"
|
||||
|
||||
swc_core = { version = "0.86.62", features = [
|
||||
swc_core = { version = "0.86.63", features = [
|
||||
"trace_macro",
|
||||
"common_concurrent",
|
||||
"base_concurrent",
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_compiler_base"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.3.57"
|
||||
version = "0.3.58"
|
||||
|
||||
[features]
|
||||
node = ["napi", "napi-derive"]
|
||||
@ -25,7 +25,7 @@ swc_common = { version = "0.33.9", path = "../swc_common", features = [
|
||||
swc_config = { version = "0.1.7", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_minifier = { version = "0.189.52", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.21.11", path = "../swc_timer" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_core"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.86.62"
|
||||
version = "0.86.63"
|
||||
[package.metadata.docs.rs]
|
||||
features = [
|
||||
"allocator_node",
|
||||
@ -324,7 +324,7 @@ __visit = ["__ecma", "swc_ecma_visit"]
|
||||
once_cell = { optional = true, version = "1.18.0" }
|
||||
|
||||
# swc_* dependencies
|
||||
binding_macros = { optional = true, version = "0.60.62", path = "../binding_macros" }
|
||||
binding_macros = { optional = true, version = "0.60.63", path = "../binding_macros" }
|
||||
swc = { optional = true, version = "0.269.56", path = "../swc" }
|
||||
swc_atoms = { optional = true, version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_bundler = { optional = true, version = "0.222.50", path = "../swc_bundler" }
|
||||
@ -342,23 +342,23 @@ swc_css_visit = { optional = true, version = "0.139.10", path
|
||||
swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { optional = true, version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { optional = true, version = "0.45.10", path = "../swc_ecma_loader" }
|
||||
swc_ecma_minifier = { optional = true, version = "0.189.51", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_minifier = { optional = true, version = "0.189.52", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { optional = true, version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.203.44", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_quote_macros = { optional = true, version = "0.52.23", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.177.43", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.195.43", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.168.43", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.180.44", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.185.41", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.160.42", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.177.44", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.195.44", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.168.44", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.180.45", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.185.42", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.20.30", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" }
|
||||
swc_node_bundler = { optional = true, version = "0.58.62", path = "../swc_node_bundler" }
|
||||
swc_node_bundler = { optional = true, version = "0.58.63", path = "../swc_node_bundler" }
|
||||
swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" }
|
||||
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
|
||||
swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" }
|
||||
|
@ -7,15 +7,15 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_bugfixes"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.36"
|
||||
version = "0.1.37"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2015 = { version = "0.1.36", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_compat_es2015 = { version = "0.1.37", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
@ -23,4 +23,4 @@ tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2015"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.36"
|
||||
version = "0.1.37"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -26,8 +26,8 @@ swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.7", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.36", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.37", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -36,4 +36,4 @@ tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2016"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -16,7 +16,7 @@ version = "0.1.34"
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -25,4 +25,4 @@ tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2017"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.35"
|
||||
version = "0.1.36"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -19,7 +19,7 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -27,4 +27,4 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2018"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.35"
|
||||
version = "0.1.36"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -20,7 +20,7 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -28,4 +28,4 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2019"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.35"
|
||||
version = "0.1.36"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -19,11 +19,11 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2020"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.33"
|
||||
version = "0.1.34"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -17,8 +17,8 @@ serde = { version = "1.0.188", features = ["derive"] }
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2022 = { version = "0.1.34", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_compat_es2022 = { version = "0.1.35", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
@ -26,4 +26,4 @@ tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2021"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.33"
|
||||
version = "0.1.34"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -18,7 +18,7 @@ tracing = "0.1.37"
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2022"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -20,8 +20,8 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.36", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.37", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es3"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.1.34"
|
||||
version = "0.1.35"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -17,11 +17,11 @@ tracing = "0.1.37"
|
||||
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -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.89.34"
|
||||
version = "0.89.35"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -34,7 +34,7 @@ swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
testing = { version = "0.35.11", 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.189.51"
|
||||
version = "0.189.52"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -59,8 +59,8 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast", features = [
|
||||
] }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.43", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.44", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_usage_analyzer = { version = "0.20.30", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
@ -32,7 +32,7 @@ string_enum = { version = "0.4.1", path = "../string_enum" }
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_transforms = { version = "0.226.44", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"proposal",
|
||||
] }
|
||||
|
@ -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.226.43"
|
||||
version = "0.226.44"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -34,13 +34,13 @@ typescript = ["swc_ecma_transforms_typescript"]
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.177.43", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.43", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.43", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.180.44", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.185.41", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.42", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.177.44", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.195.44", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.44", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.180.45", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.185.42", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
||||
@ -51,5 +51,5 @@ tempfile = "3"
|
||||
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", 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.134.35"
|
||||
version = "0.134.36"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
@ -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.123.36"
|
||||
version = "0.123.37"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,6 +15,6 @@ bench = false
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", 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.160.41"
|
||||
version = "0.160.42"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -33,19 +33,19 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.7", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_bugfixes = { version = "0.1.36", path = "../swc_ecma_compat_bugfixes" }
|
||||
swc_ecma_compat_bugfixes = { version = "0.1.37", path = "../swc_ecma_compat_bugfixes" }
|
||||
swc_ecma_compat_common = { version = "0.1.26", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_compat_es2015 = { version = "0.1.36", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_compat_es2016 = { version = "0.1.34", path = "../swc_ecma_compat_es2016" }
|
||||
swc_ecma_compat_es2017 = { version = "0.1.35", path = "../swc_ecma_compat_es2017" }
|
||||
swc_ecma_compat_es2018 = { version = "0.1.35", path = "../swc_ecma_compat_es2018" }
|
||||
swc_ecma_compat_es2019 = { version = "0.1.35", path = "../swc_ecma_compat_es2019" }
|
||||
swc_ecma_compat_es2020 = { version = "0.1.33", path = "../swc_ecma_compat_es2020" }
|
||||
swc_ecma_compat_es2021 = { version = "0.1.33", path = "../swc_ecma_compat_es2021" }
|
||||
swc_ecma_compat_es2022 = { version = "0.1.34", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_compat_es3 = { version = "0.1.34", path = "../swc_ecma_compat_es3" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.36", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_compat_es2015 = { version = "0.1.37", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_compat_es2016 = { version = "0.1.35", path = "../swc_ecma_compat_es2016" }
|
||||
swc_ecma_compat_es2017 = { version = "0.1.36", path = "../swc_ecma_compat_es2017" }
|
||||
swc_ecma_compat_es2018 = { version = "0.1.36", path = "../swc_ecma_compat_es2018" }
|
||||
swc_ecma_compat_es2019 = { version = "0.1.36", path = "../swc_ecma_compat_es2019" }
|
||||
swc_ecma_compat_es2020 = { version = "0.1.34", path = "../swc_ecma_compat_es2020" }
|
||||
swc_ecma_compat_es2021 = { version = "0.1.34", path = "../swc_ecma_compat_es2021" }
|
||||
swc_ecma_compat_es2022 = { version = "0.1.35", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_compat_es3 = { version = "0.1.35", path = "../swc_ecma_compat_es3" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.37", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -55,5 +55,5 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
serde_json = "1.0.66"
|
||||
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", 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.177.43"
|
||||
version = "0.177.44"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -32,7 +32,7 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
||||
@ -44,6 +44,6 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.42", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", 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.195.43"
|
||||
version = "0.195.44"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -35,17 +35,17 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.21.9", path = "../swc_fast_graph" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.177.43", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.43", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.180.44", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.185.41", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.42", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.177.44", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.44", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.180.45", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.185.42", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.35.11", 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.168.43"
|
||||
version = "0.168.44"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,8 +26,8 @@ swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.36", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.123.37", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
@ -36,6 +36,6 @@ swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit"
|
||||
serde_json = "1.0.66"
|
||||
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.42", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", 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.180.44"
|
||||
version = "0.180.45"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -32,14 +32,14 @@ swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.7", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen/" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_module = { version = "0.177.43", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.42", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_module = { version = "0.177.44", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", 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.137.37"
|
||||
version = "0.137.38"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -29,7 +29,7 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.22.11", path = "../swc_ecma_testing" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
testing = { version = "0.35.11", 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.185.41"
|
||||
version = "0.185.42"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -19,8 +19,8 @@ ryu-js = "1.0.0"
|
||||
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.33.9", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.180.44", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.180.45", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
|
||||
@ -29,9 +29,9 @@ criterion = "0.5"
|
||||
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.41", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.43", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.37", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.160.42", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.168.44", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.137.38", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecmascript"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.236.58"
|
||||
version = "0.236.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -40,11 +40,11 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
|
||||
[dependencies]
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen", optional = true }
|
||||
swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier", optional = true }
|
||||
swc_ecma_minifier = { version = "0.189.52", path = "../swc_ecma_minifier", optional = true }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser", optional = true, default-features = false }
|
||||
swc_ecma_preset_env = { version = "0.203.44", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_quote = { version = "0.57.23", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_transforms = { version = "0.226.44", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit", optional = true }
|
||||
|
||||
|
@ -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.194.60"
|
||||
version = "0.194.61"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -43,7 +43,7 @@ pretty_assertions = "1.3"
|
||||
swc = { version = "0.269.56", path = "../swc" }
|
||||
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms/" }
|
||||
swc_ecma_transforms = { version = "0.226.44", path = "../swc_ecma_transforms/" }
|
||||
testing = { version = "0.35.11", path = "../testing" }
|
||||
walkdir = "2"
|
||||
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_html"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.134.57"
|
||||
version = "0.134.58"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
|
||||
[dependencies]
|
||||
swc_html_ast = {version = "0.33.9", path = "../swc_html_ast"}
|
||||
swc_html_codegen = {version = "0.42.13", path = "../swc_html_codegen"}
|
||||
swc_html_minifier = {version = "0.131.57", path = "../swc_html_minifier", optional = true}
|
||||
swc_html_minifier = {version = "0.131.58", path = "../swc_html_minifier", optional = true}
|
||||
swc_html_parser = {version = "0.39.13", path = "../swc_html_parser"}
|
||||
swc_html_visit = {version = "0.33.9", path = "../swc_html_visit"}
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_html_minifier"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.131.57"
|
||||
version = "0.131.58"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -31,11 +31,11 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.189.51", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_minifier = { version = "0.189.52", path = "../swc_ecma_minifier", features = [
|
||||
"extra-serde",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.134.35", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_base = { version = "0.134.36", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_html_ast = { version = "0.33.9", path = "../swc_html_ast" }
|
||||
swc_html_codegen = { version = "0.42.13", path = "../swc_html_codegen" }
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_node_bundler"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.58.62"
|
||||
version = "0.58.63"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -41,7 +41,7 @@ swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.146.27", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.141.23", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.226.43", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_transforms = { version = "0.226.44", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_utils = { version = "0.124.29", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
|
Loading…
Reference in New Issue
Block a user