mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
chore: Publish crates with swc_core
v0.105.0
This commit is contained in:
parent
c6cc9b6588
commit
f637f83eb8
@ -1,8 +0,0 @@
|
||||
---
|
||||
ast_node: major
|
||||
swc_atoms: major
|
||||
swc_common: minor
|
||||
swc_plugin_proxy: minor
|
||||
---
|
||||
|
||||
fix(swc_common): don't panic when ast byte not match
|
40
CHANGELOG.md
40
CHANGELOG.md
@ -1,4 +1,30 @@
|
||||
# Changelog
|
||||
## [unreleased]
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
|
||||
- **(cli)** Exclude non-files from get_files_list ([#9560](https://github.com/swc-project/swc/issues/9560)) ([85cc2bd](https://github.com/swc-project/swc/commit/85cc2bd79c3193cb0a8b54e4fce0efc1aa15b271))
|
||||
|
||||
|
||||
- **(es/minifier)** Avoid decl name when mangle with eval ([#9546](https://github.com/swc-project/swc/issues/9546)) ([e2242c4](https://github.com/swc-project/swc/commit/e2242c41c4d648a32119eb8141dd9990b2c8c468))
|
||||
|
||||
|
||||
- **(plugin)** Don't panic when ast byte not match ([#9562](https://github.com/swc-project/swc/issues/9562)) ([c36871a](https://github.com/swc-project/swc/commit/c36871a84826cc125c3c10a78ee2d7a435373154))
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
|
||||
|
||||
- **(es)** Update `wasmer` to `v4.3.7` ([#9557](https://github.com/swc-project/swc/issues/9557)) ([190d6f0](https://github.com/swc-project/swc/commit/190d6f06d9545e4206bdb53c0f1ba2d443a5a7ab))
|
||||
|
||||
### Testing
|
||||
|
||||
|
||||
|
||||
- **(es)** Add tests for arm64 windows ([#9547](https://github.com/swc-project/swc/issues/9547)) ([9dd8f6f](https://github.com/swc-project/swc/commit/9dd8f6facf29817902ddf55ec0388061585cbf7d))
|
||||
|
||||
## [1.7.25] - 2024-09-11
|
||||
|
||||
### Bug Fixes
|
||||
@ -1282,18 +1308,4 @@
|
||||
|
||||
- **(es/minifier)** Do not add vars if `eval` exists ([#8888](https://github.com/swc-project/swc/issues/8888)) ([be359fa](https://github.com/swc-project/swc/commit/be359fa75318d645f954feb90353b884dfa51e6e))
|
||||
|
||||
## [1.5.0] - 2024-04-24
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
|
||||
- **(es/minifier)** Abort seq inline on recursive usage ([#8887](https://github.com/swc-project/swc/issues/8887)) ([cd4548f](https://github.com/swc-project/swc/commit/cd4548fd8c32f67d0e8373f7a2c3cb625f43e6c4))
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
|
||||
- **(es/ast)** Support abstract auto-accessors ([#8736](https://github.com/swc-project/swc/issues/8736)) ([1155ac7](https://github.com/swc-project/swc/commit/1155ac79720512625568c45bfd3542ec340c0ebd))
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
166
Cargo.lock
generated
166
Cargo.lock
generated
@ -217,7 +217,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ast_node"
|
||||
version = "0.9.9"
|
||||
version = "0.10.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -327,7 +327,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_macros"
|
||||
version = "0.79.0"
|
||||
version = "0.80.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
@ -1123,7 +1123,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
||||
|
||||
[[package]]
|
||||
name = "dbg-swc"
|
||||
version = "0.105.0"
|
||||
version = "0.106.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 3.2.25",
|
||||
@ -2063,7 +2063,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "jsdoc"
|
||||
version = "0.119.0"
|
||||
version = "0.120.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap 5.5.3",
|
||||
@ -3865,7 +3865,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
||||
|
||||
[[package]]
|
||||
name = "swc"
|
||||
version = "0.287.0"
|
||||
version = "0.288.0"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -3952,7 +3952,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_atoms"
|
||||
version = "0.6.7"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"bytecheck",
|
||||
@ -3965,7 +3965,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_bundler"
|
||||
version = "0.239.0"
|
||||
version = "0.240.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"crc",
|
||||
@ -4020,7 +4020,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli_impl"
|
||||
version = "0.22.1"
|
||||
version = "0.23.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
@ -4043,7 +4043,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_common"
|
||||
version = "0.38.0"
|
||||
version = "0.39.0"
|
||||
dependencies = [
|
||||
"ahash 0.8.11",
|
||||
"anyhow",
|
||||
@ -4079,7 +4079,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_compiler_base"
|
||||
version = "0.21.0"
|
||||
version = "0.22.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.21.7",
|
||||
@ -4128,7 +4128,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.104.3"
|
||||
version = "0.105.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"binding_macros",
|
||||
@ -4183,7 +4183,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css"
|
||||
version = "0.163.0"
|
||||
version = "0.164.0"
|
||||
dependencies = [
|
||||
"swc_css_ast",
|
||||
"swc_css_codegen",
|
||||
@ -4198,7 +4198,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_ast"
|
||||
version = "0.145.0"
|
||||
version = "0.146.0"
|
||||
dependencies = [
|
||||
"is-macro",
|
||||
"rkyv",
|
||||
@ -4210,7 +4210,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_codegen"
|
||||
version = "0.156.0"
|
||||
version = "0.157.0"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"bitflags 2.6.0",
|
||||
@ -4238,7 +4238,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_compat"
|
||||
version = "0.32.0"
|
||||
version = "0.33.0"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"once_cell",
|
||||
@ -4256,7 +4256,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_lints"
|
||||
version = "0.65.0"
|
||||
version = "0.66.0"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"parking_lot",
|
||||
@ -4275,7 +4275,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_minifier"
|
||||
version = "0.121.0"
|
||||
version = "0.122.0"
|
||||
dependencies = [
|
||||
"codspeed-criterion-compat",
|
||||
"criterion",
|
||||
@ -4293,7 +4293,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_modules"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
dependencies = [
|
||||
"indexmap 2.5.0",
|
||||
"rustc-hash",
|
||||
@ -4311,7 +4311,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_parser"
|
||||
version = "0.155.0"
|
||||
version = "0.156.0"
|
||||
dependencies = [
|
||||
"codspeed-criterion-compat",
|
||||
"criterion",
|
||||
@ -4328,7 +4328,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_prefixer"
|
||||
version = "0.159.0"
|
||||
version = "0.160.0"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"preset_env_base",
|
||||
@ -4346,7 +4346,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_utils"
|
||||
version = "0.142.0"
|
||||
version = "0.143.0"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"serde",
|
||||
@ -4359,7 +4359,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_visit"
|
||||
version = "0.144.0"
|
||||
version = "0.145.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4370,7 +4370,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ast"
|
||||
version = "0.119.0"
|
||||
version = "0.120.0"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"bitflags 2.6.0",
|
||||
@ -4390,7 +4390,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_codegen"
|
||||
version = "0.156.1"
|
||||
version = "0.157.0"
|
||||
dependencies = [
|
||||
"base64 0.21.7",
|
||||
"codspeed-criterion-compat",
|
||||
@ -4425,7 +4425,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_bugfixes"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4442,7 +4442,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_common"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"swc_common",
|
||||
"swc_ecma_ast",
|
||||
@ -4453,7 +4453,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2015"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"indexmap 2.5.0",
|
||||
@ -4480,7 +4480,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2016"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4497,7 +4497,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2017"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4515,7 +4515,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2018"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4534,7 +4534,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2019"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4550,7 +4550,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2020"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -4568,7 +4568,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2021"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4582,7 +4582,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es2022"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4599,7 +4599,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_compat_es3"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"swc_common",
|
||||
"swc_ecma_ast",
|
||||
@ -4614,7 +4614,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ext_transforms"
|
||||
version = "0.121.0"
|
||||
version = "0.122.0"
|
||||
dependencies = [
|
||||
"phf",
|
||||
"swc_atoms",
|
||||
@ -4626,7 +4626,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_lints"
|
||||
version = "0.102.0"
|
||||
version = "0.103.0"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"dashmap 5.5.3",
|
||||
@ -4648,7 +4648,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_loader"
|
||||
version = "0.50.0"
|
||||
version = "0.51.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap 5.5.3",
|
||||
@ -4669,7 +4669,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_minifier"
|
||||
version = "0.206.1"
|
||||
version = "0.207.0"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -4713,7 +4713,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_parser"
|
||||
version = "0.150.0"
|
||||
version = "0.151.0"
|
||||
dependencies = [
|
||||
"codspeed-criterion-compat",
|
||||
"criterion",
|
||||
@ -4741,7 +4741,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_preset_env"
|
||||
version = "0.219.0"
|
||||
version = "0.220.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"codspeed-criterion-compat",
|
||||
@ -4770,7 +4770,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_quote"
|
||||
version = "0.66.0"
|
||||
version = "0.67.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4781,7 +4781,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_quote_macros"
|
||||
version = "0.61.0"
|
||||
version = "0.62.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"proc-macro2",
|
||||
@ -4796,7 +4796,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_testing"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"hex",
|
||||
@ -4807,7 +4807,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms"
|
||||
version = "0.241.0"
|
||||
version = "0.242.0"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"sourcemap",
|
||||
@ -4832,7 +4832,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_base"
|
||||
version = "0.147.0"
|
||||
version = "0.148.0"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"bitflags 2.6.0",
|
||||
@ -4860,7 +4860,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_classes"
|
||||
version = "0.136.0"
|
||||
version = "0.137.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -4872,7 +4872,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_compat"
|
||||
version = "0.173.0"
|
||||
version = "0.174.0"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"indexmap 2.5.0",
|
||||
@ -4921,7 +4921,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_module"
|
||||
version = "0.192.0"
|
||||
version = "0.193.0"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"anyhow",
|
||||
@ -4951,7 +4951,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_optimization"
|
||||
version = "0.210.0"
|
||||
version = "0.211.0"
|
||||
dependencies = [
|
||||
"dashmap 5.5.3",
|
||||
"indexmap 2.5.0",
|
||||
@ -4981,7 +4981,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_proposal"
|
||||
version = "0.181.0"
|
||||
version = "0.182.0"
|
||||
dependencies = [
|
||||
"either",
|
||||
"rustc-hash",
|
||||
@ -5006,7 +5006,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_react"
|
||||
version = "0.193.0"
|
||||
version = "0.194.0"
|
||||
dependencies = [
|
||||
"base64 0.21.7",
|
||||
"dashmap 5.5.3",
|
||||
@ -5034,7 +5034,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_testing"
|
||||
version = "0.150.0"
|
||||
version = "0.151.0"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
@ -5058,7 +5058,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
version = "0.200.0"
|
||||
version = "0.201.0"
|
||||
dependencies = [
|
||||
"codspeed-criterion-compat",
|
||||
"criterion",
|
||||
@ -5081,7 +5081,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_usage_analyzer"
|
||||
version = "0.31.0"
|
||||
version = "0.32.0"
|
||||
dependencies = [
|
||||
"indexmap 2.5.0",
|
||||
"rustc-hash",
|
||||
@ -5096,7 +5096,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_utils"
|
||||
version = "0.135.0"
|
||||
version = "0.136.0"
|
||||
dependencies = [
|
||||
"indexmap 2.5.0",
|
||||
"num_cpus",
|
||||
@ -5117,7 +5117,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_visit"
|
||||
version = "0.105.0"
|
||||
version = "0.106.0"
|
||||
dependencies = [
|
||||
"new_debug_unreachable",
|
||||
"num-bigint",
|
||||
@ -5131,7 +5131,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecmascript"
|
||||
version = "0.254.0"
|
||||
version = "0.255.0"
|
||||
dependencies = [
|
||||
"swc_ecma_ast",
|
||||
"swc_ecma_codegen",
|
||||
@ -5155,7 +5155,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_error_reporters"
|
||||
version = "0.22.0"
|
||||
version = "0.23.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"miette",
|
||||
@ -5166,7 +5166,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_estree_ast"
|
||||
version = "0.28.0"
|
||||
version = "0.29.0"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"serde",
|
||||
@ -5177,7 +5177,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_estree_compat"
|
||||
version = "0.213.0"
|
||||
version = "0.214.0"
|
||||
dependencies = [
|
||||
"ahash 0.8.11",
|
||||
"anyhow",
|
||||
@ -5203,7 +5203,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_fast_graph"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
dependencies = [
|
||||
"indexmap 2.5.0",
|
||||
"petgraph",
|
||||
@ -5213,7 +5213,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_fast_ts_strip"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"codspeed-criterion-compat",
|
||||
@ -5233,7 +5233,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_graph_analyzer"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"petgraph",
|
||||
@ -5245,7 +5245,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html"
|
||||
version = "0.151.0"
|
||||
version = "0.152.0"
|
||||
dependencies = [
|
||||
"swc_html_ast",
|
||||
"swc_html_codegen",
|
||||
@ -5256,7 +5256,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_ast"
|
||||
version = "0.38.0"
|
||||
version = "0.39.0"
|
||||
dependencies = [
|
||||
"is-macro",
|
||||
"rkyv",
|
||||
@ -5268,7 +5268,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_codegen"
|
||||
version = "0.47.0"
|
||||
version = "0.48.0"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"bitflags 2.6.0",
|
||||
@ -5295,7 +5295,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_minifier"
|
||||
version = "0.148.0"
|
||||
version = "0.149.0"
|
||||
dependencies = [
|
||||
"codspeed-criterion-compat",
|
||||
"criterion",
|
||||
@ -5326,7 +5326,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_parser"
|
||||
version = "0.44.0"
|
||||
version = "0.45.0"
|
||||
dependencies = [
|
||||
"codspeed-criterion-compat",
|
||||
"criterion",
|
||||
@ -5343,7 +5343,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_utils"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"serde",
|
||||
@ -5354,7 +5354,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_html_visit"
|
||||
version = "0.38.0"
|
||||
version = "0.39.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -5382,7 +5382,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_node_bundler"
|
||||
version = "0.77.0"
|
||||
version = "0.78.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dashmap 5.5.3",
|
||||
@ -5411,7 +5411,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_node_comments"
|
||||
version = "0.25.0"
|
||||
version = "0.26.0"
|
||||
dependencies = [
|
||||
"dashmap 5.5.3",
|
||||
"swc_atoms",
|
||||
@ -5448,7 +5448,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin_proxy"
|
||||
version = "0.48.0"
|
||||
version = "0.49.0"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"rkyv",
|
||||
@ -5460,7 +5460,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin_runner"
|
||||
version = "0.113.1"
|
||||
version = "0.114.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"codspeed-criterion-compat",
|
||||
@ -5498,7 +5498,7 @@ version = "0.24.1"
|
||||
|
||||
[[package]]
|
||||
name = "swc_timer"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
dependencies = [
|
||||
"testing",
|
||||
"tracing",
|
||||
@ -5526,7 +5526,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_typescript"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
@ -5551,7 +5551,7 @@ version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "swc_xml"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
dependencies = [
|
||||
"swc_xml_ast",
|
||||
"swc_xml_codegen",
|
||||
@ -5561,7 +5561,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_xml_ast"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
dependencies = [
|
||||
"is-macro",
|
||||
"serde",
|
||||
@ -5572,7 +5572,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_xml_codegen"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"bitflags 2.6.0",
|
||||
@ -5598,7 +5598,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_xml_parser"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
@ -5611,7 +5611,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_xml_visit"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"swc_atoms",
|
||||
@ -5751,7 +5751,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
||||
|
||||
[[package]]
|
||||
name = "testing"
|
||||
version = "0.40.0"
|
||||
version = "0.41.0"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"cargo_metadata",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "ast_node"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.9.9"
|
||||
version = "0.10.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "binding_macros"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.79.0"
|
||||
version = "0.80.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -33,11 +33,11 @@ binding_wasm = [
|
||||
|
||||
[dependencies]
|
||||
# Common deps for the SWC imports
|
||||
swc = { optional = true, version = "0.287.0", path = "../swc" }
|
||||
swc_common = { optional = true, version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { optional = true, version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.241.0", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_visit = { optional = true, version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc = { optional = true, version = "0.288.0", path = "../swc" }
|
||||
swc_common = { optional = true, version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { optional = true, version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { optional = true, version = "0.242.0", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_visit = { optional = true, version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
# Optional deps for the wasm binding macro
|
||||
anyhow = { workspace = true, optional = true }
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "dbg-swc"
|
||||
repository = { workspace = true }
|
||||
version = "0.105.0"
|
||||
version = "0.106.0"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
@ -26,18 +26,18 @@ url = { workspace = true }
|
||||
clap = { version = "3", features = ["derive"] }
|
||||
tracing-subscriber = { workspace = true, features = ["fmt", "env-filter"] }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", features = [
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", features = [
|
||||
"concurrent",
|
||||
"tty-emitter",
|
||||
], path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.206.0", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.207.0", path = "../swc_ecma_minifier", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.22.0", path = "../swc_error_reporters" }
|
||||
swc_timer = { version = "0.26.0", path = "../swc_timer" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.23.0", path = "../swc_error_reporters" }
|
||||
swc_timer = { version = "0.27.0", path = "../swc_timer" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "jsdoc"
|
||||
repository = { workspace = true }
|
||||
version = "0.119.0"
|
||||
version = "0.120.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -19,13 +19,13 @@ serde-impl = ["serde"]
|
||||
nom = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"], optional = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = { workspace = true }
|
||||
dashmap = { workspace = true }
|
||||
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -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.287.0"
|
||||
version = "0.288.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -67,28 +67,28 @@ sourcemap = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
url = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_cached = { version = "0.3.19", path = "../swc_cached" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"ahash",
|
||||
"sourcemap",
|
||||
"parking_lot",
|
||||
] }
|
||||
swc_compiler_base = { version = "0.21.0", path = "../swc_compiler_base" }
|
||||
swc_compiler_base = { version = "0.22.0", path = "../swc_compiler_base" }
|
||||
swc_config = { version = "0.1.13", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.121.0", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.102.0", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { version = "0.50.0", path = "../swc_ecma_loader", features = [
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_ext_transforms = { version = "0.122.0", path = "../swc_ecma_ext_transforms" }
|
||||
swc_ecma_lints = { version = "0.103.0", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { version = "0.51.0", path = "../swc_ecma_loader", features = [
|
||||
"cache",
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.206.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { version = "0.219.0", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.241.0", path = "../swc_ecma_transforms", features = [
|
||||
swc_ecma_minifier = { version = "0.207.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { version = "0.220.0", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_transforms = { version = "0.242.0", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"module",
|
||||
"optimization",
|
||||
@ -96,18 +96,18 @@ swc_ecma_transforms = { version = "0.241.0", path = "../swc_ecma_transforms", fe
|
||||
"react",
|
||||
"typescript",
|
||||
] }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.173.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.210.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.22.0", path = "../swc_error_reporters" }
|
||||
swc_node_comments = { version = "0.25.0", path = "../swc_node_comments" }
|
||||
swc_plugin_proxy = { version = "0.48.0", path = "../swc_plugin_proxy", optional = true }
|
||||
swc_plugin_runner = { version = "0.113.0", path = "../swc_plugin_runner", optional = true, default-features = false }
|
||||
swc_timer = { version = "0.26.0", path = "../swc_timer" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.174.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_optimization = { version = "0.211.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_error_reporters = { version = "0.23.0", path = "../swc_error_reporters" }
|
||||
swc_node_comments = { version = "0.26.0", path = "../swc_node_comments" }
|
||||
swc_plugin_proxy = { version = "0.49.0", path = "../swc_plugin_proxy", optional = true }
|
||||
swc_plugin_runner = { version = "0.114.0", path = "../swc_plugin_runner", optional = true, default-features = false }
|
||||
swc_timer = { version = "0.27.0", path = "../swc_timer" }
|
||||
swc_transform_common = { version = "0.1.1", path = "../swc_transform_common" }
|
||||
swc_typescript = { version = "0.6.0", path = "../swc_typescript" }
|
||||
swc_typescript = { version = "0.7.0", path = "../swc_typescript" }
|
||||
swc_visit = { version = "0.6.0", path = "../swc_visit" }
|
||||
|
||||
[dependencies.tokio]
|
||||
@ -133,15 +133,15 @@ rayon = { workspace = true }
|
||||
walkdir = { workspace = true }
|
||||
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast", features = [
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_ecma_lints = { version = "0.102.0", path = "../swc_ecma_lints", features = [
|
||||
swc_ecma_lints = { version = "0.103.0", path = "../swc_ecma_lints", features = [
|
||||
"non_critical_lints",
|
||||
] }
|
||||
swc_ecma_testing = { version = "0.27.0", path = "../swc_ecma_testing" }
|
||||
swc_ecma_testing = { version = "0.28.0", path = "../swc_ecma_testing" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[example]]
|
||||
name = "transform"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_atoms"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.6.7"
|
||||
version = "0.7.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
@ -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.239.0"
|
||||
version = "0.240.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -37,18 +37,18 @@ rayon = { workspace = true, optional = true }
|
||||
relative-path = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.50.0", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.210.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.26.0", path = "../swc_fast_graph/" }
|
||||
swc_graph_analyzer = { version = "0.27.0", path = "../swc_graph_analyzer/" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.51.0", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.211.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.27.0", path = "../swc_fast_graph/" }
|
||||
swc_graph_analyzer = { version = "0.28.0", path = "../swc_graph_analyzer/" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex = { workspace = true }
|
||||
@ -59,15 +59,15 @@ sha1 = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
url = { workspace = true }
|
||||
|
||||
swc_ecma_loader = { version = "0.50.0", path = "../swc_ecma_loader", features = [
|
||||
swc_ecma_loader = { version = "0.51.0", path = "../swc_ecma_loader", features = [
|
||||
"node",
|
||||
"cache",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.206.0", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_minifier = { version = "0.207.0", path = "../swc_ecma_minifier", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_transforms_proposal = { version = "0.181.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.193.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_typescript = { version = "0.200.0", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_transforms_proposal = { version = "0.182.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.194.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_typescript = { version = "0.201.0", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", 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.22.1"
|
||||
version = "0.23.0"
|
||||
|
||||
[[bin]]
|
||||
name = "swc"
|
||||
@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
|
||||
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
||||
walkdir = { workspace = true }
|
||||
|
||||
swc_core = { version = "0.104.0", features = [
|
||||
swc_core = { version = "0.105.0", features = [
|
||||
"trace_macro",
|
||||
"common_concurrent",
|
||||
"base_concurrent",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_common"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.38.0"
|
||||
version = "0.39.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -58,11 +58,11 @@ tracing = { workspace = true }
|
||||
unicode-width = { workspace = true }
|
||||
url = { workspace = true }
|
||||
|
||||
ast_node = { version = "0.9.8", path = "../ast_node" }
|
||||
ast_node = { version = "0.10.0", path = "../ast_node" }
|
||||
better_scoped_tls = { version = "0.1.1", path = "../better_scoped_tls" }
|
||||
from_variant = { version = "0.1.8", path = "../from_variant" }
|
||||
swc_allocator = { version = "0.1.7", path = "../swc_allocator", default-features = false }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_eq_ignore_macros = { version = "0.1.3", path = "../swc_eq_ignore_macros" }
|
||||
swc_visit = { version = "0.6.0", path = "../swc_visit" }
|
||||
|
||||
|
@ -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.21.0"
|
||||
version = "0.22.0"
|
||||
|
||||
[features]
|
||||
node = ["napi", "napi-derive"]
|
||||
@ -23,17 +23,17 @@ serde_json = { workspace = true }
|
||||
sourcemap = { workspace = true }
|
||||
swc_allocator = { version = "0.1.7", path = "../swc_allocator", default-features = false }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_config = { version = "0.1.13", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.206.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.26.0", path = "../swc_timer" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_minifier = { version = "0.207.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.27.0", path = "../swc_timer" }
|
||||
|
||||
[dependencies.napi-derive]
|
||||
default-features = false
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_core"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.104.3"
|
||||
version = "0.105.0"
|
||||
[package.metadata.docs.rs]
|
||||
features = [
|
||||
"allocator_node",
|
||||
@ -338,57 +338,57 @@ __visit = ["__ecma", "swc_ecma_visit"]
|
||||
once_cell = { workspace = true, optional = true }
|
||||
|
||||
# swc_* dependencies
|
||||
binding_macros = { optional = true, version = "0.79.0", path = "../binding_macros" }
|
||||
swc = { optional = true, version = "0.287.0", path = "../swc" }
|
||||
swc_atoms = { optional = true, version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_bundler = { optional = true, version = "0.239.0", path = "../swc_bundler" }
|
||||
binding_macros = { optional = true, version = "0.80.0", path = "../binding_macros" }
|
||||
swc = { optional = true, version = "0.288.0", path = "../swc" }
|
||||
swc_atoms = { optional = true, version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_bundler = { optional = true, version = "0.240.0", path = "../swc_bundler" }
|
||||
swc_cached = { optional = true, version = "0.3.19", path = "../swc_cached" }
|
||||
swc_common = { optional = true, version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { optional = true, version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { optional = true, version = "0.156.0", path = "../swc_css_codegen" }
|
||||
swc_css_compat = { optional = true, version = "0.32.0", path = "../swc_css_compat" }
|
||||
swc_css_minifier = { optional = true, version = "0.121.0", path = "../swc_css_minifier" }
|
||||
swc_css_modules = { optional = true, version = "0.34.0", path = "../swc_css_modules" }
|
||||
swc_css_parser = { optional = true, version = "0.155.0", path = "../swc_css_parser" }
|
||||
swc_css_prefixer = { optional = true, version = "0.159.0", path = "../swc_css_prefixer" }
|
||||
swc_css_utils = { optional = true, version = "0.142.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { optional = true, version = "0.144.0", path = "../swc_css_visit" }
|
||||
swc_ecma_ast = { optional = true, version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { optional = true, version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_lints = { optional = true, version = "0.102.0", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { optional = true, version = "0.50.0", path = "../swc_ecma_loader" }
|
||||
swc_ecma_minifier = { optional = true, version = "0.206.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { optional = true, version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.219.0", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_quote_macros = { optional = true, version = "0.61.0", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.173.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.192.0", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.210.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.181.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.193.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.200.0", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.31.0", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { optional = true, version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_common = { optional = true, version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { optional = true, version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { optional = true, version = "0.157.0", path = "../swc_css_codegen" }
|
||||
swc_css_compat = { optional = true, version = "0.33.0", path = "../swc_css_compat" }
|
||||
swc_css_minifier = { optional = true, version = "0.122.0", path = "../swc_css_minifier" }
|
||||
swc_css_modules = { optional = true, version = "0.35.0", path = "../swc_css_modules" }
|
||||
swc_css_parser = { optional = true, version = "0.156.0", path = "../swc_css_parser" }
|
||||
swc_css_prefixer = { optional = true, version = "0.160.0", path = "../swc_css_prefixer" }
|
||||
swc_css_utils = { optional = true, version = "0.143.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { optional = true, version = "0.145.0", path = "../swc_css_visit" }
|
||||
swc_ecma_ast = { optional = true, version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { optional = true, version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_lints = { optional = true, version = "0.103.0", path = "../swc_ecma_lints" }
|
||||
swc_ecma_loader = { optional = true, version = "0.51.0", path = "../swc_ecma_loader" }
|
||||
swc_ecma_minifier = { optional = true, version = "0.207.0", path = "../swc_ecma_minifier" }
|
||||
swc_ecma_parser = { optional = true, version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_preset_env = { optional = true, version = "0.220.0", path = "../swc_ecma_preset_env" }
|
||||
swc_ecma_quote_macros = { optional = true, version = "0.62.0", path = "../swc_ecma_quote_macros" }
|
||||
swc_ecma_transforms_base = { optional = true, version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { optional = true, version = "0.174.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { optional = true, version = "0.193.0", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_optimization = { optional = true, version = "0.211.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_transforms_proposal = { optional = true, version = "0.182.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { optional = true, version = "0.194.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { optional = true, version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { optional = true, version = "0.201.0", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_usage_analyzer = { optional = true, version = "0.32.0", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { optional = true, version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { optional = true, version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" }
|
||||
swc_node_bundler = { optional = true, version = "0.77.0", path = "../swc_node_bundler" }
|
||||
swc_node_bundler = { optional = true, version = "0.78.0", 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.16", path = "../swc_plugin_macro" }
|
||||
swc_plugin_proxy = { optional = true, version = "0.48.0", path = "../swc_plugin_proxy" }
|
||||
swc_plugin_proxy = { optional = true, version = "0.49.0", path = "../swc_plugin_proxy" }
|
||||
swc_trace_macro = { optional = true, version = "0.1.3", path = "../swc_trace_macro" }
|
||||
swc_transform_common = { optional = true, version = "0.1.0", path = "../swc_transform_common" }
|
||||
swc_typescript = { optional = true, version = "0.6.0", path = "../swc_typescript" }
|
||||
testing = { optional = true, version = "0.40.0", path = "../testing" }
|
||||
swc_typescript = { optional = true, version = "0.7.0", path = "../swc_typescript" }
|
||||
testing = { optional = true, version = "0.41.0", path = "../testing" }
|
||||
# TODO: eventually swc_plugin_runner needs to remove default features
|
||||
swc_allocator = { version = "0.1.2", path = "../swc_allocator", default-features = false }
|
||||
swc_plugin_runner = { optional = true, version = "0.113.0", path = "../swc_plugin_runner", default-features = false }
|
||||
swc_plugin_runner = { optional = true, version = "0.114.0", path = "../swc_plugin_runner", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
vergen = { workspace = true, features = ["cargo"] }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = { workspace = true }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.163.0"
|
||||
version = "0.164.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -22,12 +22,12 @@ modules = ["swc_css_modules"]
|
||||
prefixer = ["swc_css_prefixer"]
|
||||
|
||||
[dependencies]
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { version = "0.156.0", path = "../swc_css_codegen" }
|
||||
swc_css_compat = { version = "0.32.0", path = "../swc_css_compat", optional = true }
|
||||
swc_css_minifier = { version = "0.121.0", path = "../swc_css_minifier", optional = true }
|
||||
swc_css_modules = { version = "0.34.0", path = "../swc_css_modules", optional = true }
|
||||
swc_css_parser = { version = "0.155.0", path = "../swc_css_parser" }
|
||||
swc_css_prefixer = { version = "0.159.0", path = "../swc_css_prefixer", optional = true }
|
||||
swc_css_utils = { version = "0.142.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.144.0", path = "../swc_css_visit" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { version = "0.157.0", path = "../swc_css_codegen" }
|
||||
swc_css_compat = { version = "0.33.0", path = "../swc_css_compat", optional = true }
|
||||
swc_css_minifier = { version = "0.122.0", path = "../swc_css_minifier", optional = true }
|
||||
swc_css_modules = { version = "0.35.0", path = "../swc_css_modules", optional = true }
|
||||
swc_css_parser = { version = "0.156.0", path = "../swc_css_parser" }
|
||||
swc_css_prefixer = { version = "0.160.0", path = "../swc_css_prefixer", optional = true }
|
||||
swc_css_utils = { version = "0.143.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.145.0", path = "../swc_css_visit" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_ast"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.145.0"
|
||||
version = "0.146.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -22,7 +22,7 @@ is-macro = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"], optional = true }
|
||||
string_enum = { version = "0.4.4", path = "../string_enum/" }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
|
||||
rkyv = { workspace = true, features = ["validation"], optional = true }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_codegen"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.156.0"
|
||||
version = "0.157.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -18,16 +18,16 @@ bitflags = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_css_codegen_macros = { version = "0.2.4", path = "../swc_css_codegen_macros" }
|
||||
swc_css_utils = { version = "0.142.0", path = "../swc_css_utils" }
|
||||
swc_css_utils = { version = "0.143.0", path = "../swc_css_utils" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_css_parser = { version = "0.155.0", path = "../swc_css_parser" }
|
||||
swc_css_visit = { version = "0.144.0", path = "../swc_css_visit" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_css_parser = { version = "0.156.0", path = "../swc_css_parser" }
|
||||
swc_css_visit = { version = "0.145.0", path = "../swc_css_visit" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_compat"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.32.0"
|
||||
version = "0.33.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -18,13 +18,13 @@ once_cell = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_css_utils = { version = "0.142.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.144.0", path = "../swc_css_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_css_utils = { version = "0.143.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.145.0", path = "../swc_css_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_css_codegen = { version = "0.156.0", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.155.0", path = "../swc_css_parser" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_css_codegen = { version = "0.157.0", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.156.0", path = "../swc_css_parser" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_lints"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.65.0"
|
||||
version = "0.66.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -19,14 +19,14 @@ rayon = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_cached = { version = "0.3.19", path = "../swc_cached" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_css_visit = { version = "0.144.0", path = "../swc_css_visit" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_css_visit = { version = "0.145.0", path = "../swc_css_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_css_parser = { version = "0.155.0", path = "../swc_css_parser" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_css_parser = { version = "0.156.0", path = "../swc_css_parser" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_minifier"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.121.0"
|
||||
version = "0.122.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,20 +15,20 @@ bench = false
|
||||
[dependencies]
|
||||
serde = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_css_utils = { version = "0.142.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.144.0", path = "../swc_css_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_css_utils = { version = "0.143.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.145.0", path = "../swc_css_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
|
||||
swc_css_codegen = { version = "0.156.0", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.155.0", path = "../swc_css_parser" }
|
||||
swc_css_codegen = { version = "0.157.0", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.156.0", path = "../swc_css_parser" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_modules"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -18,16 +18,16 @@ bench = false
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { version = "0.156.0", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.155.0", path = "../swc_css_parser" }
|
||||
swc_css_visit = { version = "0.144.0", path = "../swc_css_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_css_codegen = { version = "0.157.0", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.156.0", path = "../swc_css_parser" }
|
||||
swc_css_visit = { version = "0.145.0", path = "../swc_css_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
indexmap = { workspace = true, features = ["serde"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_css_compat = { version = "0.32.0", path = "../swc_css_compat" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_css_compat = { version = "0.33.0", path = "../swc_css_compat" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_parser"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.155.0"
|
||||
version = "0.156.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -19,21 +19,21 @@ debug = []
|
||||
lexical = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
|
||||
[dev-dependencies]
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast", features = [
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_css_visit = { version = "0.144.0", path = "../swc_css_visit" }
|
||||
swc_css_visit = { version = "0.145.0", path = "../swc_css_visit" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_prefixer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.159.0"
|
||||
version = "0.160.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -18,13 +18,13 @@ serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
preset_env_base = { version = "0.5.0", path = "../preset_env_base" }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_css_utils = { version = "0.142.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.144.0", path = "../swc_css_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_css_utils = { version = "0.143.0", path = "../swc_css_utils/" }
|
||||
swc_css_visit = { version = "0.145.0", path = "../swc_css_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_css_codegen = { version = "0.156.0", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.155.0", path = "../swc_css_parser" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_css_codegen = { version = "0.157.0", path = "../swc_css_codegen" }
|
||||
swc_css_parser = { version = "0.156.0", path = "../swc_css_parser" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_utils"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.142.0"
|
||||
version = "0.143.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -17,7 +17,7 @@ once_cell = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_css_visit = { version = "0.144.0", path = "../swc_css_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_css_visit = { version = "0.145.0", path = "../swc_css_visit" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_visit"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.144.0"
|
||||
version = "0.145.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -22,7 +22,7 @@ path = []
|
||||
[dependencies]
|
||||
serde = { workspace = true, optional = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast" }
|
||||
swc_visit = { version = "0.6.0", path = "../swc_visit" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_ast"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.119.0"
|
||||
version = "0.120.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -40,8 +40,8 @@ rkyv = { workspace = true, features = ["validation"], optional = true }
|
||||
scoped-tls = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"], optional = true }
|
||||
string_enum = { version = "0.4.4", path = "../string_enum" }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
unicode-id-start = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_codegen"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.156.1"
|
||||
version = "0.157.0"
|
||||
|
||||
[features]
|
||||
# This does not enable serde for ast nodes.
|
||||
@ -25,9 +25,9 @@ sourcemap = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_allocator = { version = "0.1.8", path = "../swc_allocator", default-features = false }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen_macros = { version = "0.7.6", path = "../swc_ecma_codegen_macros" }
|
||||
|
||||
[dev-dependencies]
|
||||
@ -37,13 +37,13 @@ criterion = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_allocator = { version = "0.1.7", path = "../swc_allocator" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.27.0", path = "../swc_ecma_testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.28.0", path = "../swc_ecma_testing" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -7,20 +7,20 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_bugfixes"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2015 = { version = "0.14.0", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2015 = { version = "0.15.0", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,13 +7,13 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_common"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", 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_es2015"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -20,21 +20,21 @@ rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_derive = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
|
||||
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.13", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.12.0", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.136.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.13.0", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.137.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,22 +7,22 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2016"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", 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.14.0"
|
||||
version = "0.15.0"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -16,15 +16,15 @@ version = "0.14.0"
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", 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.14.0"
|
||||
version = "0.15.0"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -16,16 +16,16 @@ version = "0.14.0"
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.12.0", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.13.0", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", 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.14.0"
|
||||
version = "0.15.0"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -16,14 +16,14 @@ version = "0.14.0"
|
||||
tracing = { workspace = true }
|
||||
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -7,23 +7,23 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_compat_es2020"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2022 = { version = "0.14.0", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_es2022 = { version = "0.15.0", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", 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.14.0"
|
||||
version = "0.15.0"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -15,10 +15,10 @@ version = "0.14.0"
|
||||
[dependencies]
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", 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.14.0"
|
||||
version = "0.15.0"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -16,13 +16,13 @@ version = "0.14.0"
|
||||
tracing = { workspace = true }
|
||||
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.12.0", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.136.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_common = { version = "0.13.0", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.137.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", 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_es3"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -15,13 +15,13 @@ version = "0.14.0"
|
||||
[dependencies]
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_ext_transforms"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.121.0"
|
||||
version = "0.122.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -14,8 +14,8 @@ bench = false
|
||||
[dependencies]
|
||||
phf = { workspace = true, features = ["macros"] }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.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.102.0"
|
||||
version = "0.103.0"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -20,22 +20,22 @@ rayon = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_config = { version = "0.1.13", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast", features = [
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast", features = [
|
||||
"serde",
|
||||
] }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[features]
|
||||
non_critical_lints = []
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_loader"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.50.0"
|
||||
version = "0.51.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -36,9 +36,9 @@ serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true, optional = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_cached = { version = "0.3.19", optional = true, path = "../swc_cached" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
|
||||
[dev-dependencies]
|
||||
lazy_static = { workspace = true }
|
||||
|
@ -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.206.1"
|
||||
version = "0.207.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -53,22 +53,22 @@ tracing = { workspace = true }
|
||||
|
||||
|
||||
swc_allocator = { version = "0.1.7", path = "../swc_allocator", default-features = false }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.13", path = "../swc_config", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast", features = [
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast", features = [
|
||||
"serde",
|
||||
] }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.210.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_usage_analyzer = { version = "0.31.0", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.26.0", path = "../swc_timer" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_optimization = { version = "0.211.0", path = "../swc_ecma_transforms_optimization" }
|
||||
swc_ecma_usage_analyzer = { version = "0.32.0", path = "../swc_ecma_usage_analyzer" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.27.0", path = "../swc_timer" }
|
||||
|
||||
[dev-dependencies]
|
||||
ansi_term = { workspace = true }
|
||||
@ -79,9 +79,9 @@ walkdir = { workspace = true }
|
||||
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
swc_allocator = { version = "0.1.7", path = "../swc_allocator" }
|
||||
swc_ecma_testing = { version = "0.27.0", path = "../swc_ecma_testing" }
|
||||
swc_ecma_testing = { version = "0.28.0", path = "../swc_ecma_testing" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_parser"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.150.0"
|
||||
version = "0.151.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -36,10 +36,10 @@ typed-arena = { workspace = true }
|
||||
|
||||
new_debug_unreachable = { workspace = true }
|
||||
phf = { workspace = true, features = ["macros"] }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit", optional = true }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit", optional = true }
|
||||
|
||||
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies]
|
||||
stacker = { version = "0.1.15", optional = true }
|
||||
@ -51,12 +51,12 @@ serde_json = { workspace = true }
|
||||
walkdir = { workspace = true }
|
||||
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast", features = [
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[example]]
|
||||
name = "lexer"
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_preset_env"
|
||||
repository = { workspace = true }
|
||||
version = "0.219.0"
|
||||
version = "0.220.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -29,24 +29,24 @@ st-map = { workspace = true }
|
||||
preset_env_base = { version = "0.5.0", path = "../preset_env_base" }
|
||||
rustc-hash = { workspace = true }
|
||||
string_enum = { version = "0.4.4", path = "../string_enum" }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { version = "0.241.0", path = "../swc_ecma_transforms", features = [
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms = { version = "0.242.0", path = "../swc_ecma_transforms", features = [
|
||||
"compat",
|
||||
"proposal",
|
||||
] }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
pretty_assertions = { workspace = true }
|
||||
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -6,16 +6,16 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_quote"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.66.0"
|
||||
version = "0.67.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_quote_macros = { version = "0.61.0", path = "../swc_ecma_quote_macros" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_quote_macros = { version = "0.62.0", path = "../swc_ecma_quote_macros" }
|
||||
|
||||
[dev-dependencies]
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_quote_macros"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.61.0"
|
||||
version = "0.62.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -18,8 +18,8 @@ proc-macro2 = { workspace = true }
|
||||
quote = { workspace = true }
|
||||
syn = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_macros_common = { version = "0.3.11", path = "../swc_macros_common" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_testing"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -17,4 +17,4 @@ hex = { workspace = true }
|
||||
sha2 = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.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.241.0"
|
||||
version = "0.242.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -31,25 +31,25 @@ react = ["swc_ecma_transforms_react"]
|
||||
typescript = ["swc_ecma_transforms_typescript"]
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.173.0", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.192.0", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.210.0", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.181.0", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.193.0", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.200.0", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_compat = { version = "0.174.0", path = "../swc_ecma_transforms_compat", optional = true }
|
||||
swc_ecma_transforms_module = { version = "0.193.0", path = "../swc_ecma_transforms_module", optional = true }
|
||||
swc_ecma_transforms_optimization = { version = "0.211.0", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||
swc_ecma_transforms_proposal = { version = "0.182.0", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||
swc_ecma_transforms_react = { version = "0.194.0", path = "../swc_ecma_transforms_react", optional = true }
|
||||
swc_ecma_transforms_typescript = { version = "0.201.0", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = { workspace = true }
|
||||
sourcemap = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.41.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.147.0"
|
||||
version = "0.148.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -28,22 +28,22 @@ serde = { workspace = true, features = ["derive"] }
|
||||
smallvec = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
rayon = { workspace = true }
|
||||
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -6,15 +6,15 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_classes"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.136.0"
|
||||
version = "0.137.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.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.173.0"
|
||||
version = "0.174.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -29,31 +29,31 @@ serde = { workspace = true, features = ["derive"] }
|
||||
smallvec = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.13", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_bugfixes = { version = "0.14.0", path = "../swc_ecma_compat_bugfixes" }
|
||||
swc_ecma_compat_common = { version = "0.12.0", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_compat_es2015 = { version = "0.14.0", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_compat_es2016 = { version = "0.14.0", path = "../swc_ecma_compat_es2016" }
|
||||
swc_ecma_compat_es2017 = { version = "0.14.0", path = "../swc_ecma_compat_es2017" }
|
||||
swc_ecma_compat_es2018 = { version = "0.14.0", path = "../swc_ecma_compat_es2018" }
|
||||
swc_ecma_compat_es2019 = { version = "0.14.0", path = "../swc_ecma_compat_es2019" }
|
||||
swc_ecma_compat_es2020 = { version = "0.14.0", path = "../swc_ecma_compat_es2020" }
|
||||
swc_ecma_compat_es2021 = { version = "0.14.0", path = "../swc_ecma_compat_es2021" }
|
||||
swc_ecma_compat_es2022 = { version = "0.14.0", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_compat_es3 = { version = "0.14.0", path = "../swc_ecma_compat_es3" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.136.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_compat_bugfixes = { version = "0.15.0", path = "../swc_ecma_compat_bugfixes" }
|
||||
swc_ecma_compat_common = { version = "0.13.0", path = "../swc_ecma_compat_common" }
|
||||
swc_ecma_compat_es2015 = { version = "0.15.0", path = "../swc_ecma_compat_es2015" }
|
||||
swc_ecma_compat_es2016 = { version = "0.15.0", path = "../swc_ecma_compat_es2016" }
|
||||
swc_ecma_compat_es2017 = { version = "0.15.0", path = "../swc_ecma_compat_es2017" }
|
||||
swc_ecma_compat_es2018 = { version = "0.15.0", path = "../swc_ecma_compat_es2018" }
|
||||
swc_ecma_compat_es2019 = { version = "0.15.0", path = "../swc_ecma_compat_es2019" }
|
||||
swc_ecma_compat_es2020 = { version = "0.15.0", path = "../swc_ecma_compat_es2020" }
|
||||
swc_ecma_compat_es2021 = { version = "0.15.0", path = "../swc_ecma_compat_es2021" }
|
||||
swc_ecma_compat_es2022 = { version = "0.15.0", path = "../swc_ecma_compat_es2022" }
|
||||
swc_ecma_compat_es3 = { version = "0.15.0", path = "../swc_ecma_compat_es3" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.137.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.41.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.192.0"
|
||||
version = "0.193.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -24,27 +24,27 @@ regex = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_cached = { version = "0.3.19", path = "../swc_cached" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.50.0", path = "../swc_ecma_loader", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.51.0", path = "../swc_ecma_loader", features = [
|
||||
"node",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
indexmap = { workspace = true, features = ["serde"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_ecma_loader = { version = "0.50.0", path = "../swc_ecma_loader", features = [
|
||||
swc_ecma_loader = { version = "0.51.0", path = "../swc_ecma_loader", features = [
|
||||
"node",
|
||||
"tsc",
|
||||
] }
|
||||
swc_ecma_transforms_compat = { version = "0.173.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.200.0", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.40.0", path = "../testing/" }
|
||||
swc_ecma_transforms_compat = { version = "0.174.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.201.0", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.41.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.210.0"
|
||||
version = "0.211.0"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
@ -31,21 +31,21 @@ rustc-hash = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.26.0", path = "../swc_fast_graph" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_fast_graph = { version = "0.27.0", path = "../swc_fast_graph" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_transforms_compat = { version = "0.173.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.192.0", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.181.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.193.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.200.0", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_transforms_compat = { version = "0.174.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_module = { version = "0.193.0", path = "../swc_ecma_transforms_module" }
|
||||
swc_ecma_transforms_proposal = { version = "0.182.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_react = { version = "0.194.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
swc_ecma_transforms_typescript = { version = "0.201.0", path = "../swc_ecma_transforms_typescript" }
|
||||
testing = { version = "0.41.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.181.0"
|
||||
version = "0.182.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -22,21 +22,21 @@ rustc-hash = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
smallvec = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.50.0", path = "../swc_ecma_loader", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.136.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_loader = { version = "0.51.0", path = "../swc_ecma_loader", optional = true }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_classes = { version = "0.137.0", path = "../swc_ecma_transforms_classes" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.173.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.174.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.41.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.193.0"
|
||||
version = "0.194.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -28,18 +28,18 @@ sha1 = { workspace = true }
|
||||
|
||||
string_enum = { version = "0.4.4", path = "../string_enum" }
|
||||
swc_allocator = { version = "0.1.7", path = "../swc_allocator", default-features = false }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_config = { version = "0.1.13", path = "../swc_config" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen/" }
|
||||
swc_ecma_transforms_compat = { version = "0.173.0", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen/" }
|
||||
swc_ecma_transforms_compat = { version = "0.174.0", path = "../swc_ecma_transforms_compat/" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.41.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.150.0"
|
||||
version = "0.151.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -22,14 +22,14 @@ sha2 = { workspace = true }
|
||||
sourcemap = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.27.0", path = "../swc_ecma_testing" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_testing = { version = "0.28.0", path = "../swc_ecma_testing" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
testing = { version = "0.41.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.200.0"
|
||||
version = "0.201.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -16,24 +16,24 @@ bench = false
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
|
||||
ryu-js = { workspace = true }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.193.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_react = { version = "0.194.0", path = "../swc_ecma_transforms_react" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.173.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.181.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.150.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_compat = { version = "0.174.0", path = "../swc_ecma_transforms_compat" }
|
||||
swc_ecma_transforms_proposal = { version = "0.182.0", path = "../swc_ecma_transforms_proposal" }
|
||||
swc_ecma_transforms_testing = { version = "0.151.0", path = "../swc_ecma_transforms_testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_usage_analyzer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.31.0"
|
||||
version = "0.32.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -27,9 +27,9 @@ indexmap = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.26.0", path = "../swc_timer" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_timer = { version = "0.27.0", path = "../swc_timer" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_utils"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.135.0"
|
||||
version = "0.136.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -29,14 +29,14 @@ ryu-js = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
unicode-id = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies]
|
||||
stacker = { version = "0.1.15", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_visit"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.105.0"
|
||||
version = "0.106.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -26,7 +26,7 @@ num-bigint = { workspace = true, features = ["serde"] }
|
||||
serde = { workspace = true, optional = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_visit = { version = "0.6.0", path = "../swc_visit" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecmascript"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.254.0"
|
||||
version = "0.255.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -38,14 +38,14 @@ react = ["swc_ecma_transforms/react"]
|
||||
typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
|
||||
|
||||
[dependencies]
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen", optional = true }
|
||||
swc_ecma_minifier = { version = "0.206.0", path = "../swc_ecma_minifier", optional = true }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser", optional = true, default-features = false }
|
||||
swc_ecma_preset_env = { version = "0.219.0", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_quote = { version = "0.66.0", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_transforms = { version = "0.241.0", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit", optional = true }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen", optional = true }
|
||||
swc_ecma_minifier = { version = "0.207.0", path = "../swc_ecma_minifier", optional = true }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser", optional = true, default-features = false }
|
||||
swc_ecma_preset_env = { version = "0.220.0", path = "../swc_ecma_preset_env", optional = true }
|
||||
swc_ecma_quote = { version = "0.67.0", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_transforms = { version = "0.242.0", path = "../swc_ecma_transforms", optional = true }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils", optional = true }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_error_reporters"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.22.0"
|
||||
version = "0.23.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -17,6 +17,6 @@ miette = { workspace = true, features = ["fancy-no-syscall"] }
|
||||
once_cell = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
license = { workspace = true }
|
||||
name = "swc_estree_ast"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.28.0"
|
||||
version = "0.29.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -26,5 +26,5 @@ serde = { workspace = true, features = ["derive"], optional = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
better_scoped_tls = { version = "0.1.1", path = "../better_scoped_tls" }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
|
@ -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.213.0"
|
||||
version = "0.214.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -24,28 +24,28 @@ copyless = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
"tty-emitter",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_estree_ast = { version = "0.28.0", path = "../swc_estree_ast" }
|
||||
swc_node_comments = { version = "0.25.0", path = "../swc_node_comments/" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_estree_ast = { version = "0.29.0", path = "../swc_estree_ast" }
|
||||
swc_node_comments = { version = "0.26.0", path = "../swc_node_comments/" }
|
||||
|
||||
[dev-dependencies]
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
pretty_assertions = { workspace = true }
|
||||
|
||||
swc = { version = "0.287.0", path = "../swc" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.241.0", path = "../swc_ecma_transforms/" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc = { version = "0.288.0", path = "../swc" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.242.0", path = "../swc_ecma_transforms/" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
walkdir = { workspace = true }
|
||||
|
||||
[[bench]]
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_fast_graph"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -16,4 +16,4 @@ indexmap = { workspace = true }
|
||||
petgraph = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_fast_ts_strip"
|
||||
repository = { workspace = true }
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
|
||||
|
||||
[dependencies]
|
||||
@ -17,20 +17,20 @@ wasm-bindgen = { workspace = true, optional = true }
|
||||
|
||||
swc_allocator = { version = "0.1.7", path = "../swc_allocator", default-features = false }
|
||||
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_typescript = { version = "0.200.0", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_typescript = { version = "0.201.0", path = "../swc_ecma_transforms_typescript" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_graph_analyzer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -14,9 +14,9 @@ bench = false
|
||||
[dependencies]
|
||||
auto_impl = { workspace = true }
|
||||
petgraph = { workspace = true }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common/" }
|
||||
swc_fast_graph = { version = "0.26.0", path = "../swc_fast_graph/" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common/" }
|
||||
swc_fast_graph = { version = "0.27.0", path = "../swc_fast_graph/" }
|
||||
tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
license = { workspace = true }
|
||||
name = "swc_html"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.151.0"
|
||||
version = "0.152.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -22,8 +22,8 @@ bench = false
|
||||
minifier = ["swc_html_minifier"]
|
||||
|
||||
[dependencies]
|
||||
swc_html_ast = { version = "0.38.0", path = "../swc_html_ast" }
|
||||
swc_html_codegen = { version = "0.47.0", path = "../swc_html_codegen" }
|
||||
swc_html_minifier = { version = "0.148.0", path = "../swc_html_minifier", optional = true, default-features = false }
|
||||
swc_html_parser = { version = "0.44.0", path = "../swc_html_parser" }
|
||||
swc_html_visit = { version = "0.38.0", path = "../swc_html_visit" }
|
||||
swc_html_ast = { version = "0.39.0", path = "../swc_html_ast" }
|
||||
swc_html_codegen = { version = "0.48.0", path = "../swc_html_codegen" }
|
||||
swc_html_minifier = { version = "0.149.0", path = "../swc_html_minifier", optional = true, default-features = false }
|
||||
swc_html_parser = { version = "0.45.0", path = "../swc_html_parser" }
|
||||
swc_html_visit = { version = "0.39.0", path = "../swc_html_visit" }
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
license = { workspace = true }
|
||||
name = "swc_html_ast"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.38.0"
|
||||
version = "0.39.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -25,5 +25,5 @@ rkyv = { workspace = true, features = ["validation"], optional = true }
|
||||
serde = { workspace = true, features = ["derive"], optional = true }
|
||||
|
||||
string_enum = { version = "0.4.4", path = "../string_enum/" }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = { workspace = true }
|
||||
name = "swc_html_codegen"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.47.0"
|
||||
version = "0.48.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -20,16 +20,16 @@ auto_impl = { workspace = true }
|
||||
bitflags = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_html_ast = { version = "0.38.0", path = "../swc_html_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_html_ast = { version = "0.39.0", path = "../swc_html_ast" }
|
||||
swc_html_codegen_macros = { version = "0.2.4", path = "../swc_html_codegen_macros" }
|
||||
swc_html_utils = { version = "0.23.0", path = "../swc_html_utils" }
|
||||
swc_html_utils = { version = "0.24.0", path = "../swc_html_utils" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_html_parser = { version = "0.44.0", path = "../swc_html_parser" }
|
||||
swc_html_visit = { version = "0.38.0", path = "../swc_html_visit" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_html_parser = { version = "0.45.0", path = "../swc_html_parser" }
|
||||
swc_html_visit = { version = "0.39.0", path = "../swc_html_visit" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
|
||||
license = { workspace = true }
|
||||
name = "swc_html_minifier"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.148.0"
|
||||
version = "0.149.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -25,35 +25,35 @@ once_cell = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_cached = { version = "0.3.19", path = "../swc_cached" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast", optional = true }
|
||||
swc_css_codegen = { version = "0.156.0", path = "../swc_css_codegen", optional = true }
|
||||
swc_css_minifier = { version = "0.121.0", path = "../swc_css_minifier", optional = true }
|
||||
swc_css_parser = { version = "0.155.0", path = "../swc_css_parser", optional = true }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast", optional = true }
|
||||
swc_css_codegen = { version = "0.157.0", path = "../swc_css_codegen", optional = true }
|
||||
swc_css_minifier = { version = "0.122.0", path = "../swc_css_minifier", optional = true }
|
||||
swc_css_parser = { version = "0.156.0", path = "../swc_css_parser", optional = true }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_ecma_minifier = { version = "0.206.0", path = "../swc_ecma_minifier", features = [
|
||||
swc_ecma_minifier = { version = "0.207.0", path = "../swc_ecma_minifier", features = [
|
||||
"extra-serde",
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.147.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_html_ast = { version = "0.38.0", path = "../swc_html_ast" }
|
||||
swc_html_codegen = { version = "0.47.0", path = "../swc_html_codegen" }
|
||||
swc_html_parser = { version = "0.44.0", path = "../swc_html_parser" }
|
||||
swc_html_utils = { version = "0.23.0", path = "../swc_html_utils" }
|
||||
swc_html_visit = { version = "0.38.0", path = "../swc_html_visit" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.148.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_html_ast = { version = "0.39.0", path = "../swc_html_ast" }
|
||||
swc_html_codegen = { version = "0.48.0", path = "../swc_html_codegen" }
|
||||
swc_html_parser = { version = "0.45.0", path = "../swc_html_parser" }
|
||||
swc_html_utils = { version = "0.24.0", path = "../swc_html_utils" }
|
||||
swc_html_visit = { version = "0.39.0", path = "../swc_html_visit" }
|
||||
|
||||
[dev-dependencies]
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
||||
license = { workspace = true }
|
||||
name = "swc_html_parser"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.44.0"
|
||||
version = "0.45.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -19,10 +19,10 @@ bench = false
|
||||
debug = []
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_html_ast = { version = "0.38.0", path = "../swc_html_ast" }
|
||||
swc_html_utils = { version = "0.23.0", path = "../swc_html_utils" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_html_ast = { version = "0.39.0", path = "../swc_html_ast" }
|
||||
swc_html_utils = { version = "0.24.0", path = "../swc_html_utils" }
|
||||
|
||||
[dev-dependencies]
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
@ -30,12 +30,12 @@ criterion = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_html_ast = { version = "0.38.0", path = "../swc_html_ast", features = [
|
||||
swc_html_ast = { version = "0.39.0", path = "../swc_html_ast", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_html_visit = { version = "0.38.0", path = "../swc_html_visit" }
|
||||
swc_html_visit = { version = "0.39.0", path = "../swc_html_visit" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
|
||||
license = { workspace = true }
|
||||
name = "swc_html_utils"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -20,5 +20,5 @@ once_cell = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
license = { workspace = true }
|
||||
name = "swc_html_visit"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.38.0"
|
||||
version = "0.39.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -25,7 +25,7 @@ path = []
|
||||
[dependencies]
|
||||
serde = { workspace = true, optional = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_html_ast = { version = "0.38.0", path = "../swc_html_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_html_ast = { version = "0.39.0", path = "../swc_html_ast" }
|
||||
swc_visit = { version = "0.6.0", path = "../swc_visit" }
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_node_bundler"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.77.0"
|
||||
version = "0.78.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -29,24 +29,24 @@ serde_json = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
string_enum = { version = "0.4.4", path = "../string_enum" }
|
||||
swc = { version = "0.287.0", path = "../swc" }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_bundler = { version = "0.239.0", path = "../swc_bundler", features = [
|
||||
swc = { version = "0.288.0", path = "../swc" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_bundler = { version = "0.240.0", path = "../swc_bundler", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.50.0", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.241.0", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_utils = { version = "0.135.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_loader = { version = "0.51.0", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms = { version = "0.242.0", path = "../swc_ecma_transforms" }
|
||||
swc_ecma_utils = { version = "0.136.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = { workspace = true }
|
||||
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
license = { workspace = true }
|
||||
name = "swc_node_comments"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.25.0"
|
||||
version = "0.26.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -17,5 +17,5 @@ bench = false
|
||||
[dependencies]
|
||||
dashmap = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin_proxy"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.48.0"
|
||||
version = "0.49.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -26,6 +26,6 @@ rkyv = { workspace = true, features = ["validation"], optional = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
better_scoped_tls = { version = "0.1.1", path = "../better_scoped_tls" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin_runner"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.113.1"
|
||||
version = "0.114.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -63,12 +63,12 @@ virtual-fs = { workspace = true }
|
||||
wasmer = { workspace = true }
|
||||
wasmer-wasix = { workspace = true }
|
||||
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"concurrent",
|
||||
] }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast", optional = true }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast", optional = true }
|
||||
swc_plugin_proxy = { version = "0.48.0", path = "../swc_plugin_proxy" }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast", optional = true }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast", optional = true }
|
||||
swc_plugin_proxy = { version = "0.49.0", path = "../swc_plugin_proxy" }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
wasmer-cache = { version = "4.3.7", optional = true }
|
||||
@ -78,19 +78,19 @@ wasmer-compiler-cranelift = { version = "4.3.7", default-features = false }
|
||||
codspeed-criterion-compat = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = '../swc_atoms' }
|
||||
swc_css_ast = { version = "0.145.0", path = "../swc_css_ast", features = [
|
||||
swc_atoms = { version = "0.7.0", path = '../swc_atoms' }
|
||||
swc_css_ast = { version = "0.146.0", path = "../swc_css_ast", features = [
|
||||
"rkyv-impl",
|
||||
] }
|
||||
swc_css_parser = { version = "0.155.0", path = "../swc_css_parser" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast", features = [
|
||||
swc_css_parser = { version = "0.156.0", path = "../swc_css_parser" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast", features = [
|
||||
"rkyv-impl",
|
||||
] }
|
||||
swc_ecma_loader = { version = "0.50.0", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_visit = { version = "0.105.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_loader = { version = "0.51.0", path = "../swc_ecma_loader" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_visit = { version = "0.106.0", path = "../swc_ecma_visit" }
|
||||
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
tokio = { workspace = true, features = ["rt"] }
|
||||
|
||||
[[bench]]
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_timer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,4 +15,4 @@ bench = false
|
||||
tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -6,17 +6,17 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_typescript"
|
||||
repository = { workspace = true }
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.7", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.119.0", path = "../swc_ecma_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.120.0", path = "../swc_ecma_ast" }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_codegen = { version = "0.156.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.150.0", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_ecma_codegen = { version = "0.157.0", path = "../swc_ecma_codegen" }
|
||||
swc_ecma_parser = { version = "0.151.0", path = "../swc_ecma_parser" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
license = { workspace = true }
|
||||
name = "swc_xml"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -19,7 +19,7 @@ version = "0.18.0"
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
swc_xml_ast = { version = "0.17.0", path = "../swc_xml_ast" }
|
||||
swc_xml_codegen = { version = "0.18.0", path = "../swc_xml_codegen" }
|
||||
swc_xml_parser = { version = "0.18.0", path = "../swc_xml_parser" }
|
||||
swc_xml_visit = { version = "0.17.0", path = "../swc_xml_visit" }
|
||||
swc_xml_ast = { version = "0.18.0", path = "../swc_xml_ast" }
|
||||
swc_xml_codegen = { version = "0.19.0", path = "../swc_xml_codegen" }
|
||||
swc_xml_parser = { version = "0.19.0", path = "../swc_xml_parser" }
|
||||
swc_xml_visit = { version = "0.18.0", path = "../swc_xml_visit" }
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
license = { workspace = true }
|
||||
name = "swc_xml_ast"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -22,5 +22,5 @@ is-macro = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"], optional = true }
|
||||
|
||||
string_enum = { version = "0.4.4", path = "../string_enum/" }
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = { workspace = true }
|
||||
name = "swc_xml_codegen"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -20,15 +20,15 @@ auto_impl = { workspace = true }
|
||||
bitflags = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_xml_ast = { version = "0.17.0", path = "../swc_xml_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_xml_ast = { version = "0.18.0", path = "../swc_xml_ast" }
|
||||
swc_xml_codegen_macros = { version = "0.1.4", path = "../swc_xml_codegen_macros" }
|
||||
|
||||
[dev-dependencies]
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"sourcemap",
|
||||
] }
|
||||
swc_xml_parser = { version = "0.18.0", path = "../swc_xml_parser" }
|
||||
swc_xml_visit = { version = "0.17.0", path = "../swc_xml_visit" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_xml_parser = { version = "0.19.0", path = "../swc_xml_parser" }
|
||||
swc_xml_visit = { version = "0.18.0", path = "../swc_xml_visit" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
||||
license = { workspace = true }
|
||||
name = "swc_xml_parser"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -19,16 +19,16 @@ bench = false
|
||||
debug = []
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_xml_ast = { version = "0.17.0", path = "../swc_xml_ast" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_xml_ast = { version = "0.18.0", path = "../swc_xml_ast" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
swc_xml_ast = { version = "0.17.0", path = "../swc_xml_ast", features = [
|
||||
swc_xml_ast = { version = "0.18.0", path = "../swc_xml_ast", features = [
|
||||
"serde-impl",
|
||||
] }
|
||||
swc_xml_visit = { version = "0.17.0", path = "../swc_xml_visit" }
|
||||
testing = { version = "0.40.0", path = "../testing" }
|
||||
swc_xml_visit = { version = "0.18.0", path = "../swc_xml_visit" }
|
||||
testing = { version = "0.41.0", path = "../testing" }
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
license = { workspace = true }
|
||||
name = "swc_xml_visit"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -25,7 +25,7 @@ path = []
|
||||
[dependencies]
|
||||
serde = { workspace = true, optional = true }
|
||||
|
||||
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.38.0", path = "../swc_common" }
|
||||
swc_atoms = { version = "0.7.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.39.0", path = "../swc_common" }
|
||||
swc_visit = { version = "0.6.0", path = "../swc_visit" }
|
||||
swc_xml_ast = { version = "0.17.0", path = "../swc_xml_ast" }
|
||||
swc_xml_ast = { version = "0.18.0", path = "../swc_xml_ast" }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "testing"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.40.0"
|
||||
version = "0.41.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -23,8 +23,8 @@ serde_json = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
||||
|
||||
swc_common = { version = "0.38.0", path = "../swc_common", features = [
|
||||
swc_common = { version = "0.39.0", path = "../swc_common", features = [
|
||||
"tty-emitter",
|
||||
] }
|
||||
swc_error_reporters = { version = "0.22.0", path = "../swc_error_reporters" }
|
||||
swc_error_reporters = { version = "0.23.0", path = "../swc_error_reporters" }
|
||||
testing_macros = { version = "0.2.12", path = "../testing_macros" }
|
||||
|
Loading…
Reference in New Issue
Block a user