chore: Publish crates

This commit is contained in:
SWC Bot 2023-10-13 02:52:46 +00:00
parent 5d7822786e
commit a1d7ea7899
41 changed files with 251 additions and 321 deletions

View File

@ -1,40 +1,6 @@
# Changelog
## [unreleased]
### Miscellaneous Tasks
- **(ci)** Fix CI action ([#8107](https://github.com/swc-project/swc/issues/8107)) ([fe0bf57](https://github.com/swc-project/swc/commit/fe0bf5746fb40ec66719858f149a4e5c45f10749))
- **(xtask)** Bump version correctly ([11f31da](https://github.com/swc-project/swc/commit/11f31da3862399d1998fd788f597a9dcdeaf6858))
### Refactor
- **(es/preset-env)** Rename parameter to avoid confusion ([#8106](https://github.com/swc-project/swc/issues/8106)) ([95eb147](https://github.com/swc-project/swc/commit/95eb147742ea1aa207845807a306847afc859702))
## [1.3.93-nightly-20231012.1] - 2023-10-12
### Bug Fixes
- **(es/minifier)** Don't inline functions if `keep_fnames` is enabled ([#8093](https://github.com/swc-project/swc/issues/8093)) ([94bb42e](https://github.com/swc-project/swc/commit/94bb42e29418a8697ba0ab41dad2ffe63f1c32c7))
### Miscellaneous Tasks
- **(ci)** Use `--tag` of `npm publish` ([5779a7e](https://github.com/swc-project/swc/commit/5779a7e26ce4bc0bd8e5a3be38228fdc960eb2b2))
- **(xtask)** Typo ([372f78c](https://github.com/swc-project/swc/commit/372f78ce12d7b5e54ea71de642658aead7c2ead7))
## [1.3.93-nightly.20231011.1] - 2023-10-11
### Bug Fixes
@ -57,6 +23,9 @@
- **(es/helpers)** Override mistake in `_interop_require_wildcard` ([#8076](https://github.com/swc-project/swc/issues/8076)) ([1346528](https://github.com/swc-project/swc/commit/1346528477bd8c587f0ee0d5fa6969f397739ddb))
- **(es/minifier)** Don't inline functions if `keep_fnames` is enabled ([#8093](https://github.com/swc-project/swc/issues/8093)) ([94bb42e](https://github.com/swc-project/swc/commit/94bb42e29418a8697ba0ab41dad2ffe63f1c32c7))
- **(es/parser)** Fix parsing of `await using` ([#8101](https://github.com/swc-project/swc/issues/8101)) ([e1043fa](https://github.com/swc-project/swc/commit/e1043fae77ca9e33b2d65ce6edc9559917a895ec))
@ -75,6 +44,12 @@
- **(ci)** Remove unused concurrency tests ([#8100](https://github.com/swc-project/swc/issues/8100)) ([226b17f](https://github.com/swc-project/swc/commit/226b17fa868f8d9580c7ed61dd32f5db1c838982))
- **(ci)** Use `--tag` of `npm publish` ([5779a7e](https://github.com/swc-project/swc/commit/5779a7e26ce4bc0bd8e5a3be38228fdc960eb2b2))
- **(ci)** Fix CI action ([#8107](https://github.com/swc-project/swc/issues/8107)) ([fe0bf57](https://github.com/swc-project/swc/commit/fe0bf5746fb40ec66719858f149a4e5c45f10749))
- **(es/minifier)** Fix script for extracting test cases from next.js app ([#8092](https://github.com/swc-project/swc/issues/8092)) ([a2d0779](https://github.com/swc-project/swc/commit/a2d077958f071752dbc347fbf414622e0146e1fd))
@ -99,10 +74,10 @@
- **(xtask)** Inherit stderr ([b8c5787](https://github.com/swc-project/swc/commit/b8c57870fa55840d8f7045b1b1f31bd0095bc6c1))
- Use `cargo xtask` ([#8068](https://github.com/swc-project/swc/issues/8068)) ([6420aef](https://github.com/swc-project/swc/commit/6420aefca5bd22af3a75b7ad34741509ed35377a))
- **(xtask)** Typo ([372f78c](https://github.com/swc-project/swc/commit/372f78ce12d7b5e54ea71de642658aead7c2ead7))
- Restore versions ([ff65a5c](https://github.com/swc-project/swc/commit/ff65a5cd20defda0ae9c58f07103e2369cedf3b3))
- **(xtask)** Bump version correctly ([11f31da](https://github.com/swc-project/swc/commit/11f31da3862399d1998fd788f597a9dcdeaf6858))
### Refactor
@ -111,11 +86,17 @@
- **(atoms)** Remove usage of `js_word!` to drop `string-cache` ([#7976](https://github.com/swc-project/swc/issues/7976)) ([84cec87](https://github.com/swc-project/swc/commit/84cec8766db77062cc984c777dd716358ee8fd6e))
- **(es/compat)** Split `swc_ecma_transforms_compat` ([#8110](https://github.com/swc-project/swc/issues/8110)) ([affb6fb](https://github.com/swc-project/swc/commit/affb6fb5e3e363f1eb4d42d4501a4a806c4060f7))
- **(es/module)** Reimplement some functions of module/typescript ([#8063](https://github.com/swc-project/swc/issues/8063)) ([3e5b062](https://github.com/swc-project/swc/commit/3e5b062cd2792703371bbbfeaf1be309e8280abd))
- **(es/parser)** Introduce `TokenKind` along with `Token` ([#8071](https://github.com/swc-project/swc/issues/8071)) ([9b9bc51](https://github.com/swc-project/swc/commit/9b9bc51c28fee51de9eeedf6d49fbe115d6052e6))
- **(es/preset-env)** Rename parameter to avoid confusion ([#8106](https://github.com/swc-project/swc/issues/8106)) ([95eb147](https://github.com/swc-project/swc/commit/95eb147742ea1aa207845807a306847afc859702))
## [1.3.92] - 2023-10-05
### Bug Fixes
@ -145,27 +126,6 @@
- **(ci)** Fix publish action for minifier ([77b8591](https://github.com/swc-project/swc/commit/77b8591d86dee33c92277b4b2d301d8cb253c16b))
- Fix CI condition ([9c9c03b](https://github.com/swc-project/swc/commit/9c9c03b76b7de8df754437e3ee2d4ab5d079b96d))
- Fix CI ([0c8d8a3](https://github.com/swc-project/swc/commit/0c8d8a3f4ab24c41d209bf2fdd37703e0205f0c0))
- Configure `nissuer` ([#8053](https://github.com/swc-project/swc/issues/8053)) ([2a508bc](https://github.com/swc-project/swc/commit/2a508bcb9a7fb4d3323b4e08c0702b1191f95b96))
- Configure issue validator ([a555823](https://github.com/swc-project/swc/commit/a5558236b715e49dbbb7842edfb24baa7a3f0760))
- Mark reproduction link required ([c6e0a18](https://github.com/swc-project/swc/commit/c6e0a18292001cb46722b533213acdf374311edc))
- Update nissuer.yml ([#8060](https://github.com/swc-project/swc/issues/8060)) ([a2f1010](https://github.com/swc-project/swc/commit/a2f1010b4e312d972d901705da971b887b1b254a))
- Add `evanw.github.io` to the allowed repro hosts ([c26ee63](https://github.com/swc-project/swc/commit/c26ee63839df040644082ed6ff88bd2571c3af44))
### Refactor
@ -219,12 +179,6 @@
- **(ci)** Remove wrong `if`s ([dec68c3](https://github.com/swc-project/swc/commit/dec68c32126e38066feb813fce4635e7d40a8429))
- Fix yarn lockfile ([7f91274](https://github.com/swc-project/swc/commit/7f9127420867cba856faa4ede8ef62ec3146e382))
- Fix yarn lockfile ([c062536](https://github.com/swc-project/swc/commit/c0625361a1ad7537ca53a157fbdc8599fbbe2a44))
### Refactor
@ -449,9 +403,6 @@
- **(deps)** Update `memchr` ([#7891](https://github.com/swc-project/swc/issues/7891)) ([01cbd6e](https://github.com/swc-project/swc/commit/01cbd6edbd37c95ece7ca20ad2f6c85d6c1b6e35))
- Use `textarea` for `swc-info` ([eed2903](https://github.com/swc-project/swc/commit/eed290319e4a8128948ce07e76d11a01d2096a8b))
### Performance
@ -475,12 +426,6 @@
- **(es/module)** Don't resolve as `node_modules` from `TscResolver` ([#7866](https://github.com/swc-project/swc/issues/7866)) ([11ebae1](https://github.com/swc-project/swc/commit/11ebae1bdd2fbd05d908fa560b81b830dddb3c56))
### Miscellaneous Tasks
- Remove unused files ([e47f1c2](https://github.com/swc-project/swc/commit/e47f1c2bf7e1dc9fedf5a364884a40a5e7735973))
## [1.3.79] - 2023-08-25
### Bug Fixes
@ -1411,12 +1356,6 @@
- **(testing)** Fix path normalization on windows for testing diffs ([#7299](https://github.com/swc-project/swc/issues/7299)) ([3422923](https://github.com/swc-project/swc/commit/3422923cb004111f8c57501bb8b222905cf6bd09))
### Miscellaneous Tasks
- Update issue template to prevent useless issues ([#7303](https://github.com/swc-project/swc/issues/7303)) ([9816ba2](https://github.com/swc-project/swc/commit/9816ba27958af07399383fc995c49dc1ed3e3554))
### Testing
@ -1932,15 +1871,9 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
- **(bindings/node)** Fix `visitBindingIdentifier` ([#7000](https://github.com/swc-project/swc/issues/7000)) ([30cff01](https://github.com/swc-project/swc/commit/30cff016563d8925ef2b150a669ac4b6de968b82))
- **(es)** Allow any kind of input source maps if it's enabled ([#7002](https://github.com/swc-project/swc/issues/7002)) ([da5367b](https://github.com/swc-project/swc/commit/da5367b3fbac2cf4ab7d7f4562d58be3cff0edf8))
- **(es/minifier)** Don't skip expressions with side effects from seq inliner ([#7007](https://github.com/swc-project/swc/issues/7007)) ([cfeb088](https://github.com/swc-project/swc/commit/cfeb088c37bdc2a5df79f10d2b93ce84cb12542b))
- **(es/minifier)** Don't create invalid property names ([#7010](https://github.com/swc-project/swc/issues/7010)) ([bb2486c](https://github.com/swc-project/swc/commit/bb2486c4592214c19ee6a1aa747dda5e58a1b07d))
@ -1959,9 +1892,6 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
- **(es/minifier)** Optimize calls to `Boolean`/`Number`/`String`/`Symbol` ([#7006](https://github.com/swc-project/swc/issues/7006)) ([06cbb90](https://github.com/swc-project/swc/commit/06cbb9002da2bdc04440b6ace28432839f42ccdf))
- **(es/parser)** Add an option to disallow ambiguous jsx ([#6913](https://github.com/swc-project/swc/issues/6913)) ([a6471f3](https://github.com/swc-project/swc/commit/a6471f34c0786bd0e80b3b4c5356929ebb0a8483))
- **(es/transforms)** Add an option to drop unused imports ([#6962](https://github.com/swc-project/swc/issues/6962)) ([67d0a89](https://github.com/swc-project/swc/commit/67d0a89ae65d0efb07a43040b962735b5cc25ea8))

78
Cargo.lock generated
View File

@ -283,7 +283,7 @@ dependencies = [
[[package]]
name = "binding_macros"
version = "0.59.6"
version = "0.59.7"
dependencies = [
"anyhow",
"console_error_panic_hook",
@ -1055,7 +1055,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.88.12"
version = "0.88.13"
dependencies = [
"anyhow",
"clap 3.2.25",
@ -3668,7 +3668,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.268.6"
version = "0.268.7"
dependencies = [
"ansi_term",
"anyhow",
@ -3739,7 +3739,7 @@ dependencies = [
[[package]]
name = "swc_bundler"
version = "0.221.6"
version = "0.221.7"
dependencies = [
"anyhow",
"crc",
@ -3794,7 +3794,7 @@ dependencies = [
[[package]]
name = "swc_cli_impl"
version = "0.3.6"
version = "0.3.7"
dependencies = [
"anyhow",
"atty",
@ -3852,7 +3852,7 @@ dependencies = [
[[package]]
name = "swc_compiler_base"
version = "0.2.6"
version = "0.2.7"
dependencies = [
"anyhow",
"base64 0.13.1",
@ -3895,7 +3895,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.85.6"
version = "0.85.7"
dependencies = [
"anyhow",
"binding_macros",
@ -4185,7 +4185,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_bugfixes"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"swc_atoms",
"swc_common",
@ -4202,7 +4202,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_common"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"swc_common",
"swc_ecma_ast",
@ -4213,7 +4213,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2015"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"arrayvec",
"indexmap 1.9.3",
@ -4239,7 +4239,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2016"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"swc_atoms",
"swc_common",
@ -4256,7 +4256,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2017"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"serde",
"swc_atoms",
@ -4274,7 +4274,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2018"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"serde",
"swc_atoms",
@ -4293,7 +4293,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2019"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"swc_atoms",
"swc_common",
@ -4309,7 +4309,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2020"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"serde",
"swc_atoms",
@ -4326,7 +4326,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2021"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"swc_atoms",
"swc_common",
@ -4340,7 +4340,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2022"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"swc_atoms",
"swc_common",
@ -4357,7 +4357,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es3"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"swc_common",
"swc_ecma_ast",
@ -4385,7 +4385,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ext_transforms"
version = "0.110.2"
version = "0.110.3"
dependencies = [
"phf",
"swc_atoms",
@ -4397,7 +4397,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.89.2"
version = "0.89.3"
dependencies = [
"auto_impl",
"dashmap",
@ -4439,7 +4439,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.188.6"
version = "0.188.7"
dependencies = [
"ansi_term",
"anyhow",
@ -4506,7 +4506,7 @@ dependencies = [
[[package]]
name = "swc_ecma_preset_env"
version = "0.202.6"
version = "0.202.7"
dependencies = [
"anyhow",
"criterion",
@ -4572,7 +4572,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms"
version = "0.225.5"
version = "0.225.6"
dependencies = [
"pretty_assertions",
"sourcemap",
@ -4597,7 +4597,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.134.2"
version = "0.134.3"
dependencies = [
"better_scoped_tls",
"bitflags 2.3.2",
@ -4624,7 +4624,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_classes"
version = "0.123.2"
version = "0.123.3"
dependencies = [
"swc_atoms",
"swc_common",
@ -4636,7 +4636,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.160.3"
version = "0.160.4"
dependencies = [
"arrayvec",
"indexmap 1.9.3",
@ -4686,7 +4686,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.177.3"
version = "0.177.4"
dependencies = [
"Inflector",
"anyhow",
@ -4715,7 +4715,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.194.5"
version = "0.194.6"
dependencies = [
"dashmap",
"indexmap 1.9.3",
@ -4745,7 +4745,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.168.5"
version = "0.168.6"
dependencies = [
"either",
"rustc-hash",
@ -4769,7 +4769,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_react"
version = "0.180.3"
version = "0.180.4"
dependencies = [
"base64 0.13.1",
"dashmap",
@ -4797,7 +4797,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_testing"
version = "0.137.2"
version = "0.137.3"
dependencies = [
"ansi_term",
"anyhow",
@ -4821,7 +4821,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.184.5"
version = "0.184.6"
dependencies = [
"criterion",
"ryu-js",
@ -4843,7 +4843,7 @@ dependencies = [
[[package]]
name = "swc_ecma_usage_analyzer"
version = "0.20.2"
version = "0.20.3"
dependencies = [
"indexmap 1.9.3",
"rustc-hash",
@ -4858,7 +4858,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.124.2"
version = "0.124.3"
dependencies = [
"indexmap 1.9.3",
"num_cpus",
@ -4890,7 +4890,7 @@ dependencies = [
[[package]]
name = "swc_ecmascript"
version = "0.235.7"
version = "0.235.8"
dependencies = [
"swc_ecma_ast",
"swc_ecma_codegen",
@ -4938,7 +4938,7 @@ dependencies = [
[[package]]
name = "swc_estree_compat"
version = "0.193.6"
version = "0.193.7"
dependencies = [
"ahash 0.8.3",
"anyhow",
@ -4986,7 +4986,7 @@ dependencies = [
[[package]]
name = "swc_html"
version = "0.133.5"
version = "0.133.6"
dependencies = [
"swc_html_ast",
"swc_html_codegen",
@ -5037,7 +5037,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.130.5"
version = "0.130.6"
dependencies = [
"criterion",
"once_cell",
@ -5123,7 +5123,7 @@ dependencies = [
[[package]]
name = "swc_node_bundler"
version = "0.57.6"
version = "0.57.7"
dependencies = [
"anyhow",
"dashmap",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.59.6"
version = "0.59.7"
[lib]
bench = false
@ -33,10 +33,10 @@ binding_wasm = [
[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.268.6", path = "../swc" }
swc = { optional = true, version = "0.268.7", path = "../swc" }
swc_common = { optional = true, version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.225.5", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.225.6", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.0", path = "../swc_ecma_visit" }
# Optional deps for the wasm binding macro

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.88.12"
version = "0.88.13"
[[bin]]
bench = false
@ -32,11 +32,11 @@ swc_common = { version = "0.33.0", features = [
], path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.188.7", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.0", path = "../swc_error_reporters" }
swc_timer = { version = "0.21.0", path = "../swc_timer" }

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.268.6"
version = "0.268.7"
[lib]
bench = false
@ -73,21 +73,21 @@ swc_common = { version = "0.33.0", path = "../swc_common", features = [
"sourcemap",
"parking_lot",
] }
swc_compiler_base = { version = "0.2.6", path = "../swc_compiler_base" }
swc_compiler_base = { version = "0.2.7", path = "../swc_compiler_base" }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.110.2", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.89.2", path = "../swc_ecma_lints" }
swc_ecma_ext_transforms = { version = "0.110.3", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.89.3", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.45.0", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "0.188.7", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.202.6", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.225.5", path = "../swc_ecma_transforms", features = [
swc_ecma_preset_env = { version = "0.202.7", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.225.6", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
@ -95,10 +95,10 @@ swc_ecma_transforms = { version = "0.225.5", path = "../swc_ecma_transforms", fe
"react",
"typescript",
] }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.3", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.194.5", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.4", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.194.6", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.0", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.20.0", path = "../swc_node_comments" }
@ -127,7 +127,7 @@ rayon = "1.7.0"
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "0.89.2", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "0.89.3", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "0.22.0", path = "../swc_ecma_testing" }

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.221.6"
version = "0.221.7"
[package.metadata.docs.rs]
all-features = true
@ -43,9 +43,9 @@ swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_as
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.45.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.194.5", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.194.6", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.21.0", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "0.22.0", path = "../swc_graph_analyzer/" }
@ -63,11 +63,11 @@ swc_ecma_loader = { version = "0.45.0", path = "../swc_ecma_loader", features =
"node",
"cache",
] }
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.188.7", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.168.5", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.3", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.184.5", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_proposal = { version = "0.168.6", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.4", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.184.6", path = "../swc_ecma_transforms_typescript" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.35.0", path = "../testing" }

View File

@ -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.3.6"
version = "0.3.7"
[features]
default = []
@ -32,7 +32,7 @@ tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2"
swc_core = { version = "0.85.6", features = [
swc_core = { version = "0.85.7", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",

View File

@ -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.2.6"
version = "0.2.7"
[features]
node = ["napi", "napi-derive"]
@ -25,7 +25,7 @@ swc_common = { version = "0.33.0", path = "../swc_common", features = [
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "0.188.7", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_timer = { version = "0.21.0", path = "../swc_timer" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.85.6"
version = "0.85.7"
[package.metadata.docs.rs]
features = [
"allocator_node",
@ -324,10 +324,10 @@ __visit = ["__ecma", "swc_ecma_visit"]
once_cell = { optional = true, version = "1.18.0" }
# swc_* dependencies
binding_macros = { optional = true, version = "0.59.6", path = "../binding_macros" }
swc = { optional = true, version = "0.268.6", path = "../swc" }
binding_macros = { optional = true, version = "0.59.7", path = "../binding_macros" }
swc = { optional = true, version = "0.268.7", path = "../swc" }
swc_atoms = { optional = true, version = "0.6.0", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.221.6", path = "../swc_bundler" }
swc_bundler = { optional = true, version = "0.221.7", path = "../swc_bundler" }
swc_cached = { optional = true, version = "0.3.17", path = "../swc_cached" }
swc_common = { optional = true, version = "0.33.0", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.140.0", path = "../swc_css_ast" }
@ -342,23 +342,23 @@ swc_css_visit = { optional = true, version = "0.139.0", path
swc_ecma_ast = { optional = true, version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_loader = { optional = true, version = "0.45.0", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "0.188.6", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { optional = true, version = "0.188.7", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.202.6", path = "../swc_ecma_preset_env" }
swc_ecma_preset_env = { optional = true, version = "0.202.7", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.52.1", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.160.3", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "0.177.3", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.194.5", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.168.5", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.180.3", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.184.5", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "0.20.2", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { optional = true, version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.160.4", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "0.177.4", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.194.6", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.168.6", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.180.4", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.137.3", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.184.6", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "0.20.3", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.96.0", path = "../swc_ecma_visit" }
swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" }
swc_node_bundler = { optional = true, version = "0.57.6", path = "../swc_node_bundler" }
swc_node_bundler = { optional = true, version = "0.57.7", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" }
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" }

View File

@ -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.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_compat_es2015 = { version = "0.1.0", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_compat_es2015 = { version = "0.1.1", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
tracing = "0.1.37"
[dev-dependencies]
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }

View File

@ -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.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2015"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -25,15 +25,15 @@ swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "0.1.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.2", path = "../swc_ecma_transforms_classes" }
swc_ecma_compat_common = { version = "0.1.1", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.3", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
tracing = "0.1.37"
[dev-dependencies]
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2016"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -16,13 +16,13 @@ version = "0.1.0"
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
tracing = "0.1.37"
[dev-dependencies]
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2017"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,12 +19,12 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
[dev-dependencies]
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2018"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,13 +19,13 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "0.1.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_compat_common = { version = "0.1.1", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
[dev-dependencies]
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2019"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,11 +19,11 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
[dev-dependencies]
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2020"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -17,12 +17,12 @@ serde = { version = "1.0.188", features = ["derive"] }
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
tracing = "0.1.37"
[dev-dependencies]
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2021"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -18,7 +18,7 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2022"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,10 +19,10 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "0.1.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.2", path = "../swc_ecma_transforms_classes" }
swc_ecma_compat_common = { version = "0.1.1", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.3", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es3"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -17,11 +17,11 @@ tracing = "0.1.37"
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
[dev-dependencies]
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }

View File

@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/"
edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ext_transforms"
version = "0.110.2"
version = "0.110.3"
[lib]
bench = false
@ -16,5 +16,5 @@ phf = { version = "0.10", features = ["macros"] }
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.89.2"
version = "0.89.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
@ -28,13 +28,13 @@ swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast", features = [
"serde",
] }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
[dev-dependencies]
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
testing = { version = "0.35.0", path = "../testing" }
[features]

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.188.6"
version = "0.188.7"
[package.metadata.docs.rs]
all-features = true
@ -59,10 +59,10 @@ swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast", features = [
] }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.194.5", path = "../swc_ecma_transforms_optimization" }
swc_ecma_usage_analyzer = { version = "0.20.2", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.194.6", path = "../swc_ecma_transforms_optimization" }
swc_ecma_usage_analyzer = { version = "0.20.3", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_timer = { version = "0.21.0", path = "../swc_timer" }

View File

@ -7,7 +7,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_ecma_preset_env"
version = "0.202.6"
version = "0.202.7"
[lib]
bench = false
@ -32,11 +32,11 @@ string_enum = { version = "0.4.1", path = "../string_enum" }
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { version = "0.225.5", path = "../swc_ecma_transforms", features = [
swc_ecma_transforms = { version = "0.225.6", path = "../swc_ecma_transforms", features = [
"compat",
"proposal",
] }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
[dev-dependencies]

View File

@ -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.225.5"
version = "0.225.6"
[package.metadata.docs.rs]
all-features = true
@ -34,14 +34,14 @@ typescript = ["swc_ecma_transforms_typescript"]
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.3", path = "../swc_ecma_transforms_compat", optional = true }
swc_ecma_transforms_module = { version = "0.177.3", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_optimization = { version = "0.194.5", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "0.168.5", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "0.180.3", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_typescript = { version = "0.184.5", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.4", path = "../swc_ecma_transforms_compat", optional = true }
swc_ecma_transforms_module = { version = "0.177.4", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_optimization = { version = "0.194.6", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "0.168.6", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "0.180.4", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_typescript = { version = "0.184.6", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
[dev-dependencies]
@ -51,5 +51,5 @@ tempfile = "3"
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.134.2"
version = "0.134.3"
[lib]
bench = false
@ -32,7 +32,7 @@ swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
[dev-dependencies]

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_classes"
repository = "https://github.com/swc-project/swc.git"
version = "0.123.2"
version = "0.123.3"
[lib]
bench = false
@ -15,6 +15,6 @@ bench = false
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.160.3"
version = "0.160.4"
[lib]
bench = false
@ -33,21 +33,21 @@ swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_compat_bugfixes = { version = "0.1.0", path = "../swc_ecma_compat_bugfixes" }
swc_ecma_compat_common = { version = "0.1.0", path = "../swc_ecma_compat_common" }
swc_ecma_compat_es2015 = { version = "0.1.0", path = "../swc_ecma_compat_es2015" }
swc_ecma_compat_es2016 = { version = "0.1.0", path = "../swc_ecma_compat_es2016" }
swc_ecma_compat_es2017 = { version = "0.1.0", path = "../swc_ecma_compat_es2017" }
swc_ecma_compat_es2018 = { version = "0.1.0", path = "../swc_ecma_compat_es2018" }
swc_ecma_compat_es2019 = { version = "0.1.0", path = "../swc_ecma_compat_es2019" }
swc_ecma_compat_es2020 = { version = "0.1.0", path = "../swc_ecma_compat_es2020" }
swc_ecma_compat_es2021 = { version = "0.1.0", path = "../swc_ecma_compat_es2021" }
swc_ecma_compat_es2022 = { version = "0.1.0", path = "../swc_ecma_compat_es2022" }
swc_ecma_compat_es3 = { version = "0.1.0", path = "../swc_ecma_compat_es3" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.2", path = "../swc_ecma_transforms_classes" }
swc_ecma_compat_bugfixes = { version = "0.1.1", path = "../swc_ecma_compat_bugfixes" }
swc_ecma_compat_common = { version = "0.1.1", path = "../swc_ecma_compat_common" }
swc_ecma_compat_es2015 = { version = "0.1.1", path = "../swc_ecma_compat_es2015" }
swc_ecma_compat_es2016 = { version = "0.1.1", path = "../swc_ecma_compat_es2016" }
swc_ecma_compat_es2017 = { version = "0.1.1", path = "../swc_ecma_compat_es2017" }
swc_ecma_compat_es2018 = { version = "0.1.1", path = "../swc_ecma_compat_es2018" }
swc_ecma_compat_es2019 = { version = "0.1.1", path = "../swc_ecma_compat_es2019" }
swc_ecma_compat_es2020 = { version = "0.1.1", path = "../swc_ecma_compat_es2020" }
swc_ecma_compat_es2021 = { version = "0.1.1", path = "../swc_ecma_compat_es2021" }
swc_ecma_compat_es2022 = { version = "0.1.1", path = "../swc_ecma_compat_es2022" }
swc_ecma_compat_es3 = { version = "0.1.1", path = "../swc_ecma_compat_es3" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.3", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
@ -55,5 +55,5 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
serde_json = "1.0.66"
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_module"
repository = "https://github.com/swc-project/swc.git"
version = "0.177.3"
version = "0.177.4"
[lib]
bench = false
@ -32,8 +32,8 @@ swc_ecma_loader = { version = "0.45.0", path = "../swc_ecma_loader", features =
"node",
] }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
[dev-dependencies]
@ -44,6 +44,6 @@ swc_ecma_loader = { version = "0.45.0", path = "../swc_ecma_loader", features =
"node",
"tsc",
] }
swc_ecma_transforms_compat = { version = "0.160.3", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_compat = { version = "0.160.4", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.0", path = "../testing/" }

View File

@ -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.194.5"
version = "0.194.6"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
@ -35,17 +35,17 @@ swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.21.0", path = "../swc_fast_graph" }
[dev-dependencies]
swc_ecma_transforms_compat = { version = "0.160.3", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { version = "0.177.3", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_proposal = { version = "0.168.5", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.3", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.184.5", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_compat = { version = "0.160.4", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { version = "0.177.4", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_proposal = { version = "0.168.6", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.4", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.184.6", path = "../swc_ecma_transforms_typescript" }
testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_proposal"
repository = "https://github.com/swc-project/swc.git"
version = "0.168.5"
version = "0.168.6"
[lib]
bench = false
@ -26,16 +26,16 @@ swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_loader = { version = "0.45.0", path = "../swc_ecma_loader", optional = true }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.2", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.123.3", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
[dev-dependencies]
serde_json = "1.0.66"
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.160.3", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_compat = { version = "0.160.4", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_react"
repository = "https://github.com/swc-project/swc.git"
version = "0.180.3"
version = "0.180.4"
[lib]
bench = false
@ -32,14 +32,14 @@ swc_common = { version = "0.33.0", path = "../swc_common" }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
[dev-dependencies]
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen/" }
swc_ecma_transforms_compat = { version = "0.160.3", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_module = { version = "0.177.3", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_compat = { version = "0.160.4", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_module = { version = "0.177.4", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.0", path = "../testing" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.137.2"
version = "0.137.3"
[lib]
bench = false
@ -29,7 +29,7 @@ swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.22.0", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
testing = { version = "0.35.0", path = "../testing" }

View File

@ -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.184.5"
version = "0.184.6"
[lib]
bench = false
@ -19,9 +19,9 @@ ryu-js = "0.2.2"
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_react = { version = "0.180.3", path = "../swc_ecma_transforms_react" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_react = { version = "0.180.4", path = "../swc_ecma_transforms_react" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
[dev-dependencies]
@ -29,9 +29,9 @@ criterion = "0.5"
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.160.3", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "0.168.5", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_testing = { version = "0.137.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_compat = { version = "0.160.4", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "0.168.6", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_testing = { version = "0.137.3", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.0", path = "../testing" }
[[bench]]

View File

@ -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.20.2"
version = "0.20.3"
[package.metadata.docs.rs]
all-features = true
@ -29,6 +29,6 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_timer = { version = "0.21.0", path = "../swc_timer" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.124.2"
version = "0.124.3"
[package.metadata.docs.rs]
all-features = true

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.235.7"
version = "0.235.8"
[package.metadata.docs.rs]
all-features = true
@ -42,12 +42,12 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen", optional = true }
swc_ecma_dep_graph = { version = "0.113.1", path = "../swc_ecma_dep_graph", optional = true }
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier", optional = true }
swc_ecma_minifier = { version = "0.188.7", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "0.202.6", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_preset_env = { version = "0.202.7", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_quote = { version = "0.57.1", path = "../swc_ecma_quote", optional = true }
swc_ecma_transforms = { version = "0.225.5", path = "../swc_ecma_transforms", optional = true }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils", optional = true }
swc_ecma_transforms = { version = "0.225.6", path = "../swc_ecma_transforms", optional = true }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils", optional = true }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit", optional = true }
[dev-dependencies]

View File

@ -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.193.6"
version = "0.193.7"
[package.metadata.docs.rs]
all-features = true
@ -31,7 +31,7 @@ swc_common = { version = "0.33.0", path = "../swc_common", features = [
] }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_estree_ast = { version = "0.23.0", path = "../swc_estree_ast" }
swc_node_comments = { version = "0.20.0", path = "../swc_node_comments/" }
@ -40,10 +40,10 @@ swc_node_comments = { version = "0.20.0", path = "../swc_node_comments/" }
criterion = "0.5"
pretty_assertions = "1.3"
swc = { version = "0.268.6", path = "../swc" }
swc = { version = "0.268.7", path = "../swc" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.225.5", path = "../swc_ecma_transforms/" }
swc_ecma_transforms = { version = "0.225.6", path = "../swc_ecma_transforms/" }
testing = { version = "0.35.0", path = "../testing" }
walkdir = "2"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html"
repository = "https://github.com/swc-project/swc.git"
version = "0.133.5"
version = "0.133.6"
[package.metadata.docs.rs]
all-features = true
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.33.0", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.42.0", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.130.5", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.130.6", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.39.0", path = "../swc_html_parser"}
swc_html_visit = {version = "0.33.0", path = "../swc_html_visit"}

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_html_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.130.5"
version = "0.130.6"
[lib]
bench = false
@ -31,11 +31,11 @@ swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen", features = [
"serde-impl",
] }
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.188.7", path = "../swc_ecma_minifier", features = [
"extra-serde",
] }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.2", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.3", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_html_ast = { version = "0.33.0", path = "../swc_html_ast" }
swc_html_codegen = { version = "0.42.0", path = "../swc_html_codegen" }

View File

@ -7,7 +7,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_node_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.57.6"
version = "0.57.7"
[lib]
bench = false
@ -29,9 +29,9 @@ serde_json = "1"
tracing = "0.1.37"
string_enum = { version = "0.4.1", path = "../string_enum" }
swc = { version = "0.268.6", path = "../swc" }
swc = { version = "0.268.7", path = "../swc" }
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_bundler = { version = "0.221.6", path = "../swc_bundler", features = [
swc_bundler = { version = "0.221.7", path = "../swc_bundler", features = [
"concurrent",
] }
swc_common = { version = "0.33.0", path = "../swc_common", features = [
@ -41,8 +41,8 @@ swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.45.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.225.5", path = "../swc_ecma_transforms" }
swc_ecma_utils = { version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_transforms = { version = "0.225.6", path = "../swc_ecma_transforms" }
swc_ecma_utils = { version = "0.124.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }