mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
chore: Publish crates with swc_core
v4.0.0
Some checks are pending
CI / Cargo fmt (push) Waiting to run
CI / Cargo clippy (push) Waiting to run
CI / Check license of dependencies (push) Waiting to run
CI / Check (macos-latest) (push) Waiting to run
CI / Check (ubuntu-latest) (push) Waiting to run
CI / Check (windows-latest) (push) Waiting to run
CI / Test wasm (binding_core_wasm) (push) Waiting to run
CI / Test wasm (binding_minifier_wasm) (push) Waiting to run
CI / Test wasm (binding_typescript_wasm) (push) Waiting to run
CI / List crates (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (push) Blocked by required conditions
CI / Test node bindings - ${{ matrix.os }} (macos-latest) (push) Waiting to run
CI / Test node bindings - ${{ matrix.os }} (windows-latest) (push) Waiting to run
CI / Test with @swc/cli (push) Waiting to run
CI / Miri (better_scoped_tls) (push) Waiting to run
CI / Miri (string_enum) (push) Waiting to run
CI / Miri (swc) (push) Waiting to run
CI / Miri (swc_bundler) (push) Waiting to run
CI / Done (push) Blocked by required conditions
Benchmark / Bench everything (push) Waiting to run
Publish crates (auto) / Publish cargo crates (push) Waiting to run
Some checks are pending
CI / Cargo fmt (push) Waiting to run
CI / Cargo clippy (push) Waiting to run
CI / Check license of dependencies (push) Waiting to run
CI / Check (macos-latest) (push) Waiting to run
CI / Check (ubuntu-latest) (push) Waiting to run
CI / Check (windows-latest) (push) Waiting to run
CI / Test wasm (binding_core_wasm) (push) Waiting to run
CI / Test wasm (binding_minifier_wasm) (push) Waiting to run
CI / Test wasm (binding_typescript_wasm) (push) Waiting to run
CI / List crates (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (push) Blocked by required conditions
CI / Test node bindings - ${{ matrix.os }} (macos-latest) (push) Waiting to run
CI / Test node bindings - ${{ matrix.os }} (windows-latest) (push) Waiting to run
CI / Test with @swc/cli (push) Waiting to run
CI / Miri (better_scoped_tls) (push) Waiting to run
CI / Miri (string_enum) (push) Waiting to run
CI / Miri (swc) (push) Waiting to run
CI / Miri (swc_bundler) (push) Waiting to run
CI / Done (push) Blocked by required conditions
Benchmark / Bench everything (push) Waiting to run
Publish crates (auto) / Publish cargo crates (push) Waiting to run
This commit is contained in:
parent
97298c4e36
commit
b48bdee4df
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
swc_common: major
|
|
||||||
---
|
|
||||||
|
|
||||||
perf(common): Make `new_source_file` lazy
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
swc: patch
|
|
||||||
swc_core: patch
|
|
||||||
---
|
|
||||||
|
|
||||||
feat(es/plugin): Introduce `manual-tokio-runtmie` to `swc` crate
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
swc_ecma_ast: major
|
|
||||||
---
|
|
||||||
|
|
||||||
feat(es): Add `es2023` and `es2024` to `EsVersion`
|
|
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,4 +1,21 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
## [unreleased]
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **(es)** Add `es2023` and `es2024` to `EsVersion` ([#9700](https://github.com/swc-project/swc/issues/9700)) ([5a6f0e6](https://github.com/swc-project/swc/commit/5a6f0e644ebd515c9de69f8efa0e2b5c79944a1d))
|
||||||
|
|
||||||
|
|
||||||
|
- **(es/plugin)** Introduce `manual-tokio-runtmie` to `swc` crate ([#9701](https://github.com/swc-project/swc/issues/9701)) ([97298c4](https://github.com/swc-project/swc/commit/97298c4e36318674f82343b9cde2d938265ea3d8))
|
||||||
|
|
||||||
|
### Performance
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **(common)** Make character analysis lazy ([#9696](https://github.com/swc-project/swc/issues/9696)) ([1c3eaf6](https://github.com/swc-project/swc/commit/1c3eaf684a40a22b09779db39cf68986e69147f1))
|
||||||
|
|
||||||
## [1.7.42] - 2024-10-31
|
## [1.7.42] - 2024-10-31
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
160
Cargo.lock
generated
160
Cargo.lock
generated
@ -321,7 +321,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binding_macros"
|
name = "binding_macros"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"console_error_panic_hook",
|
"console_error_panic_hook",
|
||||||
@ -1117,7 +1117,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dbg-swc"
|
name = "dbg-swc"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.25",
|
"clap 3.2.25",
|
||||||
@ -2057,7 +2057,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jsdoc"
|
name = "jsdoc"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"dashmap 5.5.3",
|
"dashmap 5.5.3",
|
||||||
@ -3850,7 +3850,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc"
|
name = "swc"
|
||||||
version = "3.0.2"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@ -3952,7 +3952,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_bundler"
|
name = "swc_bundler"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"crc",
|
"crc",
|
||||||
@ -4007,7 +4007,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_cli_impl"
|
name = "swc_cli_impl"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
@ -4030,7 +4030,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_common"
|
name = "swc_common"
|
||||||
version = "2.0.1"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash 0.8.11",
|
"ahash 0.8.11",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@ -4066,7 +4066,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_compiler_base"
|
name = "swc_compiler_base"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64 0.21.7",
|
"base64 0.21.7",
|
||||||
@ -4115,7 +4115,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_core"
|
name = "swc_core"
|
||||||
version = "3.0.2"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"binding_macros",
|
"binding_macros",
|
||||||
@ -4170,7 +4170,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css"
|
name = "swc_css"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_css_ast",
|
"swc_css_ast",
|
||||||
"swc_css_codegen",
|
"swc_css_codegen",
|
||||||
@ -4185,7 +4185,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_ast"
|
name = "swc_css_ast"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"is-macro",
|
"is-macro",
|
||||||
"rkyv",
|
"rkyv",
|
||||||
@ -4197,7 +4197,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_codegen"
|
name = "swc_css_codegen"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"auto_impl",
|
"auto_impl",
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
@ -4225,7 +4225,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_compat"
|
name = "swc_css_compat"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
@ -4243,7 +4243,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_lints"
|
name = "swc_css_lints"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"auto_impl",
|
"auto_impl",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
@ -4262,7 +4262,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_minifier"
|
name = "swc_css_minifier"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
"criterion",
|
"criterion",
|
||||||
@ -4280,7 +4280,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_modules"
|
name = "swc_css_modules"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.5.0",
|
"indexmap 2.5.0",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
@ -4298,7 +4298,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_parser"
|
name = "swc_css_parser"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
"criterion",
|
"criterion",
|
||||||
@ -4315,7 +4315,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_prefixer"
|
name = "swc_css_prefixer"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"preset_env_base",
|
"preset_env_base",
|
||||||
@ -4333,7 +4333,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_utils"
|
name = "swc_css_utils"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"serde",
|
"serde",
|
||||||
@ -4346,7 +4346,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_visit"
|
name = "swc_css_visit"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
@ -4357,7 +4357,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_ast"
|
name = "swc_ecma_ast"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
@ -4378,7 +4378,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_codegen"
|
name = "swc_ecma_codegen"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.7",
|
"base64 0.21.7",
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
@ -4414,7 +4414,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_bugfixes"
|
name = "swc_ecma_compat_bugfixes"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
"swc_common",
|
"swc_common",
|
||||||
@ -4431,7 +4431,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_common"
|
name = "swc_ecma_compat_common"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_common",
|
"swc_common",
|
||||||
"swc_ecma_ast",
|
"swc_ecma_ast",
|
||||||
@ -4442,7 +4442,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_es2015"
|
name = "swc_ecma_compat_es2015"
|
||||||
version = "3.0.1"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"indexmap 2.5.0",
|
"indexmap 2.5.0",
|
||||||
@ -4469,7 +4469,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_es2016"
|
name = "swc_ecma_compat_es2016"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
"swc_common",
|
"swc_common",
|
||||||
@ -4486,7 +4486,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_es2017"
|
name = "swc_ecma_compat_es2017"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
@ -4504,7 +4504,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_es2018"
|
name = "swc_ecma_compat_es2018"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
@ -4523,7 +4523,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_es2019"
|
name = "swc_ecma_compat_es2019"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
"swc_common",
|
"swc_common",
|
||||||
@ -4539,7 +4539,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_es2020"
|
name = "swc_ecma_compat_es2020"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
@ -4557,7 +4557,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_es2021"
|
name = "swc_ecma_compat_es2021"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
"swc_common",
|
"swc_common",
|
||||||
@ -4571,7 +4571,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_es2022"
|
name = "swc_ecma_compat_es2022"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
"swc_common",
|
"swc_common",
|
||||||
@ -4588,7 +4588,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_compat_es3"
|
name = "swc_ecma_compat_es3"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_common",
|
"swc_common",
|
||||||
"swc_ecma_ast",
|
"swc_ecma_ast",
|
||||||
@ -4603,7 +4603,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_ext_transforms"
|
name = "swc_ecma_ext_transforms"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf",
|
"phf",
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
@ -4615,7 +4615,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_lints"
|
name = "swc_ecma_lints"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"auto_impl",
|
"auto_impl",
|
||||||
"dashmap 5.5.3",
|
"dashmap 5.5.3",
|
||||||
@ -4637,7 +4637,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_loader"
|
name = "swc_ecma_loader"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"dashmap 5.5.3",
|
"dashmap 5.5.3",
|
||||||
@ -4658,7 +4658,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_minifier"
|
name = "swc_ecma_minifier"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@ -4702,7 +4702,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_parser"
|
name = "swc_ecma_parser"
|
||||||
version = "3.0.1"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
"criterion",
|
"criterion",
|
||||||
@ -4730,7 +4730,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_preset_env"
|
name = "swc_ecma_preset_env"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
@ -4759,7 +4759,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_quote"
|
name = "swc_ecma_quote"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
"swc_common",
|
"swc_common",
|
||||||
@ -4770,7 +4770,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_quote_macros"
|
name = "swc_ecma_quote_macros"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
@ -4785,7 +4785,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_testing"
|
name = "swc_ecma_testing"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"hex",
|
"hex",
|
||||||
@ -4796,7 +4796,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms"
|
name = "swc_ecma_transforms"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pretty_assertions",
|
"pretty_assertions",
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
@ -4821,7 +4821,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms_base"
|
name = "swc_ecma_transforms_base"
|
||||||
version = "3.0.1"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"better_scoped_tls",
|
"better_scoped_tls",
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
@ -4849,7 +4849,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms_classes"
|
name = "swc_ecma_transforms_classes"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
"swc_common",
|
"swc_common",
|
||||||
@ -4861,7 +4861,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms_compat"
|
name = "swc_ecma_transforms_compat"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"indexmap 2.5.0",
|
"indexmap 2.5.0",
|
||||||
@ -4910,7 +4910,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms_module"
|
name = "swc_ecma_transforms_module"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Inflector",
|
"Inflector",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@ -4940,7 +4940,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms_optimization"
|
name = "swc_ecma_transforms_optimization"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dashmap 5.5.3",
|
"dashmap 5.5.3",
|
||||||
"indexmap 2.5.0",
|
"indexmap 2.5.0",
|
||||||
@ -4970,7 +4970,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms_proposal"
|
name = "swc_ecma_transforms_proposal"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
@ -4995,7 +4995,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms_react"
|
name = "swc_ecma_transforms_react"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.7",
|
"base64 0.21.7",
|
||||||
"dashmap 5.5.3",
|
"dashmap 5.5.3",
|
||||||
@ -5023,7 +5023,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms_testing"
|
name = "swc_ecma_transforms_testing"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@ -5047,7 +5047,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_transforms_typescript"
|
name = "swc_ecma_transforms_typescript"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
"criterion",
|
"criterion",
|
||||||
@ -5070,7 +5070,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_usage_analyzer"
|
name = "swc_ecma_usage_analyzer"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.5.0",
|
"indexmap 2.5.0",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
@ -5085,7 +5085,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_utils"
|
name = "swc_ecma_utils"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.5.0",
|
"indexmap 2.5.0",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
@ -5106,7 +5106,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_visit"
|
name = "swc_ecma_visit"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"new_debug_unreachable",
|
"new_debug_unreachable",
|
||||||
"num-bigint",
|
"num-bigint",
|
||||||
@ -5120,7 +5120,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecmascript"
|
name = "swc_ecmascript"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_ecma_ast",
|
"swc_ecma_ast",
|
||||||
"swc_ecma_codegen",
|
"swc_ecma_codegen",
|
||||||
@ -5144,7 +5144,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_error_reporters"
|
name = "swc_error_reporters"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"miette",
|
"miette",
|
||||||
@ -5155,7 +5155,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_estree_ast"
|
name = "swc_estree_ast"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"better_scoped_tls",
|
"better_scoped_tls",
|
||||||
"serde",
|
"serde",
|
||||||
@ -5166,7 +5166,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_estree_compat"
|
name = "swc_estree_compat"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash 0.8.11",
|
"ahash 0.8.11",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@ -5192,7 +5192,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_fast_graph"
|
name = "swc_fast_graph"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.5.0",
|
"indexmap 2.5.0",
|
||||||
"petgraph",
|
"petgraph",
|
||||||
@ -5202,7 +5202,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_fast_ts_strip"
|
name = "swc_fast_ts_strip"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
@ -5222,7 +5222,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_graph_analyzer"
|
name = "swc_graph_analyzer"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"auto_impl",
|
"auto_impl",
|
||||||
"petgraph",
|
"petgraph",
|
||||||
@ -5234,7 +5234,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_html"
|
name = "swc_html"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_html_ast",
|
"swc_html_ast",
|
||||||
"swc_html_codegen",
|
"swc_html_codegen",
|
||||||
@ -5245,7 +5245,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_html_ast"
|
name = "swc_html_ast"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"is-macro",
|
"is-macro",
|
||||||
"rkyv",
|
"rkyv",
|
||||||
@ -5257,7 +5257,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_html_codegen"
|
name = "swc_html_codegen"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"auto_impl",
|
"auto_impl",
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
@ -5284,7 +5284,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_html_minifier"
|
name = "swc_html_minifier"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
"criterion",
|
"criterion",
|
||||||
@ -5315,7 +5315,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_html_parser"
|
name = "swc_html_parser"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
"criterion",
|
"criterion",
|
||||||
@ -5332,7 +5332,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_html_utils"
|
name = "swc_html_utils"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"serde",
|
"serde",
|
||||||
@ -5343,7 +5343,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_html_visit"
|
name = "swc_html_visit"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
@ -5371,7 +5371,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_node_bundler"
|
name = "swc_node_bundler"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"dashmap 5.5.3",
|
"dashmap 5.5.3",
|
||||||
@ -5400,7 +5400,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_node_comments"
|
name = "swc_node_comments"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dashmap 5.5.3",
|
"dashmap 5.5.3",
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
@ -5437,7 +5437,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_plugin_proxy"
|
name = "swc_plugin_proxy"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"better_scoped_tls",
|
"better_scoped_tls",
|
||||||
"rkyv",
|
"rkyv",
|
||||||
@ -5449,7 +5449,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_plugin_runner"
|
name = "swc_plugin_runner"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"codspeed-criterion-compat",
|
"codspeed-criterion-compat",
|
||||||
@ -5515,7 +5515,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_typescript"
|
name = "swc_typescript"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
"swc_common",
|
"swc_common",
|
||||||
@ -5540,7 +5540,7 @@ version = "0.1.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_xml"
|
name = "swc_xml"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_xml_ast",
|
"swc_xml_ast",
|
||||||
"swc_xml_codegen",
|
"swc_xml_codegen",
|
||||||
@ -5550,7 +5550,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_xml_ast"
|
name = "swc_xml_ast"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"is-macro",
|
"is-macro",
|
||||||
"serde",
|
"serde",
|
||||||
@ -5561,7 +5561,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_xml_codegen"
|
name = "swc_xml_codegen"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"auto_impl",
|
"auto_impl",
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
@ -5587,7 +5587,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_xml_parser"
|
name = "swc_xml_parser"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
@ -5600,7 +5600,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_xml_visit"
|
name = "swc_xml_visit"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
@ -5740,7 +5740,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "testing"
|
name = "testing"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"cargo_metadata",
|
"cargo_metadata",
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "binding_macros"
|
name = "binding_macros"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -33,11 +33,11 @@ binding_wasm = [
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Common deps for the SWC imports
|
# Common deps for the SWC imports
|
||||||
swc = { optional = true, version = "3.0.2", path = "../swc" }
|
swc = { optional = true, version = "4.0.0", path = "../swc" }
|
||||||
swc_common = { optional = true, version = "2.0.1", path = "../swc_common" }
|
swc_common = { optional = true, version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { optional = true, version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { optional = true, version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms = { optional = true, version = "3.0.0", path = "../swc_ecma_transforms" }
|
swc_ecma_transforms = { optional = true, version = "4.0.0", path = "../swc_ecma_transforms" }
|
||||||
swc_ecma_visit = { optional = true, version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { optional = true, version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
# Optional deps for the wasm binding macro
|
# Optional deps for the wasm binding macro
|
||||||
anyhow = { workspace = true, optional = true }
|
anyhow = { workspace = true, optional = true }
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "dbg-swc"
|
name = "dbg-swc"
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
bench = false
|
bench = false
|
||||||
@ -27,17 +27,17 @@ clap = { version = "3", features = ["derive"] }
|
|||||||
tracing-subscriber = { workspace = true, features = ["fmt", "env-filter"] }
|
tracing-subscriber = { workspace = true, features = ["fmt", "env-filter"] }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", features = [
|
swc_common = { version = "3.0.0", features = [
|
||||||
"concurrent",
|
"concurrent",
|
||||||
"tty-emitter",
|
"tty-emitter",
|
||||||
], path = "../swc_common" }
|
], path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_minifier = { version = "3.0.0", path = "../swc_ecma_minifier", features = [
|
swc_ecma_minifier = { version = "4.0.0", path = "../swc_ecma_minifier", features = [
|
||||||
"concurrent",
|
"concurrent",
|
||||||
] }
|
] }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_error_reporters = { version = "3.0.0", path = "../swc_error_reporters" }
|
swc_error_reporters = { version = "4.0.0", path = "../swc_error_reporters" }
|
||||||
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "jsdoc"
|
name = "jsdoc"
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -20,12 +20,12 @@ nom = { workspace = true }
|
|||||||
serde = { workspace = true, features = ["derive"], optional = true }
|
serde = { workspace = true, features = ["derive"], optional = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = { workspace = true }
|
anyhow = { workspace = true }
|
||||||
dashmap = { workspace = true }
|
dashmap = { workspace = true }
|
||||||
|
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc"
|
name = "swc"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.2"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -71,26 +71,26 @@ url = { workspace = true }
|
|||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_cached = { version = "1.0.0", path = "../swc_cached" }
|
swc_cached = { version = "1.0.0", path = "../swc_cached" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
] }
|
] }
|
||||||
swc_compiler_base = { version = "3.0.0", path = "../swc_compiler_base" }
|
swc_compiler_base = { version = "4.0.0", path = "../swc_compiler_base" }
|
||||||
swc_config = { version = "1.0.0", path = "../swc_config" }
|
swc_config = { version = "1.0.0", path = "../swc_config" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_ext_transforms = { version = "3.0.0", path = "../swc_ecma_ext_transforms" }
|
swc_ecma_ext_transforms = { version = "4.0.0", path = "../swc_ecma_ext_transforms" }
|
||||||
swc_ecma_lints = { version = "3.0.0", path = "../swc_ecma_lints" }
|
swc_ecma_lints = { version = "4.0.0", path = "../swc_ecma_lints" }
|
||||||
swc_ecma_loader = { version = "2.0.0", path = "../swc_ecma_loader", features = [
|
swc_ecma_loader = { version = "3.0.0", path = "../swc_ecma_loader", features = [
|
||||||
"cache",
|
"cache",
|
||||||
"node",
|
"node",
|
||||||
"tsc",
|
"tsc",
|
||||||
] }
|
] }
|
||||||
swc_ecma_minifier = { version = "3.0.0", path = "../swc_ecma_minifier" }
|
swc_ecma_minifier = { version = "4.0.0", path = "../swc_ecma_minifier" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_preset_env = { version = "3.0.0", path = "../swc_ecma_preset_env" }
|
swc_ecma_preset_env = { version = "4.0.0", path = "../swc_ecma_preset_env" }
|
||||||
swc_ecma_transforms = { version = "3.0.0", path = "../swc_ecma_transforms", features = [
|
swc_ecma_transforms = { version = "4.0.0", path = "../swc_ecma_transforms", features = [
|
||||||
"compat",
|
"compat",
|
||||||
"module",
|
"module",
|
||||||
"optimization",
|
"optimization",
|
||||||
@ -98,18 +98,18 @@ swc_ecma_transforms = { version = "3.0.0", path = "../swc_ecma_transforms", feat
|
|||||||
"react",
|
"react",
|
||||||
"typescript",
|
"typescript",
|
||||||
] }
|
] }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_compat = { version = "3.0.0", path = "../swc_ecma_transforms_compat" }
|
swc_ecma_transforms_compat = { version = "4.0.0", path = "../swc_ecma_transforms_compat" }
|
||||||
swc_ecma_transforms_optimization = { version = "3.0.0", path = "../swc_ecma_transforms_optimization" }
|
swc_ecma_transforms_optimization = { version = "4.0.0", path = "../swc_ecma_transforms_optimization" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_error_reporters = { version = "3.0.0", path = "../swc_error_reporters" }
|
swc_error_reporters = { version = "4.0.0", path = "../swc_error_reporters" }
|
||||||
swc_node_comments = { version = "2.0.0", path = "../swc_node_comments" }
|
swc_node_comments = { version = "3.0.0", path = "../swc_node_comments" }
|
||||||
swc_plugin_proxy = { version = "2.0.0", path = "../swc_plugin_proxy", optional = true }
|
swc_plugin_proxy = { version = "3.0.0", path = "../swc_plugin_proxy", optional = true }
|
||||||
swc_plugin_runner = { version = "2.0.0", path = "../swc_plugin_runner", optional = true, default-features = false }
|
swc_plugin_runner = { version = "3.0.0", path = "../swc_plugin_runner", optional = true, default-features = false }
|
||||||
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
||||||
swc_transform_common = { version = "1.0.0", path = "../swc_transform_common" }
|
swc_transform_common = { version = "1.0.0", path = "../swc_transform_common" }
|
||||||
swc_typescript = { version = "2.0.0", path = "../swc_typescript" }
|
swc_typescript = { version = "3.0.0", path = "../swc_typescript" }
|
||||||
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
@ -135,15 +135,15 @@ rayon = { workspace = true }
|
|||||||
walkdir = { workspace = true }
|
walkdir = { workspace = true }
|
||||||
|
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast", features = [
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast", features = [
|
||||||
"serde-impl",
|
"serde-impl",
|
||||||
] }
|
] }
|
||||||
swc_ecma_lints = { version = "3.0.0", path = "../swc_ecma_lints", features = [
|
swc_ecma_lints = { version = "4.0.0", path = "../swc_ecma_lints", features = [
|
||||||
"non_critical_lints",
|
"non_critical_lints",
|
||||||
] }
|
] }
|
||||||
swc_ecma_testing = { version = "2.0.0", path = "../swc_ecma_testing" }
|
swc_ecma_testing = { version = "3.0.0", path = "../swc_ecma_testing" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "transform"
|
name = "transform"
|
||||||
|
@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_bundler"
|
name = "swc_bundler"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -38,17 +38,17 @@ relative-path = { workspace = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_loader = { version = "2.0.0", path = "../swc_ecma_loader" }
|
swc_ecma_loader = { version = "3.0.0", path = "../swc_ecma_loader" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_optimization = { version = "3.0.0", path = "../swc_ecma_transforms_optimization" }
|
swc_ecma_transforms_optimization = { version = "4.0.0", path = "../swc_ecma_transforms_optimization" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_fast_graph = { version = "3.0.0", path = "../swc_fast_graph/" }
|
swc_fast_graph = { version = "4.0.0", path = "../swc_fast_graph/" }
|
||||||
swc_graph_analyzer = { version = "2.0.0", path = "../swc_graph_analyzer/" }
|
swc_graph_analyzer = { version = "3.0.0", path = "../swc_graph_analyzer/" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
hex = { workspace = true }
|
hex = { workspace = true }
|
||||||
@ -59,15 +59,15 @@ sha1 = { workspace = true }
|
|||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
url = { workspace = true }
|
url = { workspace = true }
|
||||||
|
|
||||||
swc_ecma_loader = { version = "2.0.0", path = "../swc_ecma_loader", features = [
|
swc_ecma_loader = { version = "3.0.0", path = "../swc_ecma_loader", features = [
|
||||||
"node",
|
"node",
|
||||||
"cache",
|
"cache",
|
||||||
] }
|
] }
|
||||||
swc_ecma_minifier = { version = "3.0.0", path = "../swc_ecma_minifier", features = [
|
swc_ecma_minifier = { version = "4.0.0", path = "../swc_ecma_minifier", features = [
|
||||||
"concurrent",
|
"concurrent",
|
||||||
] }
|
] }
|
||||||
swc_ecma_transforms_proposal = { version = "3.0.0", path = "../swc_ecma_transforms_proposal" }
|
swc_ecma_transforms_proposal = { version = "4.0.0", path = "../swc_ecma_transforms_proposal" }
|
||||||
swc_ecma_transforms_react = { version = "3.0.0", path = "../swc_ecma_transforms_react" }
|
swc_ecma_transforms_react = { version = "4.0.0", path = "../swc_ecma_transforms_react" }
|
||||||
swc_ecma_transforms_typescript = { version = "3.0.0", path = "../swc_ecma_transforms_typescript" }
|
swc_ecma_transforms_typescript = { version = "4.0.0", path = "../swc_ecma_transforms_typescript" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_cli_impl"
|
name = "swc_cli_impl"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "swc"
|
name = "swc"
|
||||||
@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
|
|||||||
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
||||||
walkdir = { workspace = true }
|
walkdir = { workspace = true }
|
||||||
|
|
||||||
swc_core = { version = "3.0.2", features = [
|
swc_core = { version = "4.0.0", features = [
|
||||||
"trace_macro",
|
"trace_macro",
|
||||||
"common_concurrent",
|
"common_concurrent",
|
||||||
"base_concurrent",
|
"base_concurrent",
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_common"
|
name = "swc_common"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.1"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_compiler_base"
|
name = "swc_compiler_base"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
node = ["napi", "napi-derive"]
|
node = ["napi", "napi-derive"]
|
||||||
@ -24,15 +24,15 @@ sourcemap = { workspace = true }
|
|||||||
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
] }
|
] }
|
||||||
swc_config = { version = "1.0.0", path = "../swc_config" }
|
swc_config = { version = "1.0.0", path = "../swc_config" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_minifier = { version = "3.0.0", path = "../swc_ecma_minifier" }
|
swc_ecma_minifier = { version = "4.0.0", path = "../swc_ecma_minifier" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
||||||
|
|
||||||
[dependencies.napi-derive]
|
[dependencies.napi-derive]
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_core"
|
name = "swc_core"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.2"
|
version = "4.0.0"
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = [
|
features = [
|
||||||
"allocator_node",
|
"allocator_node",
|
||||||
@ -338,57 +338,57 @@ __visit = ["__ecma", "swc_ecma_visit"]
|
|||||||
once_cell = { workspace = true, optional = true }
|
once_cell = { workspace = true, optional = true }
|
||||||
|
|
||||||
# swc_* dependencies
|
# swc_* dependencies
|
||||||
binding_macros = { optional = true, version = "3.0.0", path = "../binding_macros" }
|
binding_macros = { optional = true, version = "4.0.0", path = "../binding_macros" }
|
||||||
swc = { optional = true, version = "3.0.2", path = "../swc" }
|
swc = { optional = true, version = "4.0.0", path = "../swc" }
|
||||||
swc_atoms = { optional = true, version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { optional = true, version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_bundler = { optional = true, version = "3.0.0", path = "../swc_bundler" }
|
swc_bundler = { optional = true, version = "4.0.0", path = "../swc_bundler" }
|
||||||
swc_cached = { optional = true, version = "1.0.0", path = "../swc_cached" }
|
swc_cached = { optional = true, version = "1.0.0", path = "../swc_cached" }
|
||||||
swc_common = { optional = true, version = "2.0.1", path = "../swc_common" }
|
swc_common = { optional = true, version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { optional = true, version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { optional = true, version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_css_codegen = { optional = true, version = "2.0.0", path = "../swc_css_codegen" }
|
swc_css_codegen = { optional = true, version = "3.0.0", path = "../swc_css_codegen" }
|
||||||
swc_css_compat = { optional = true, version = "2.0.0", path = "../swc_css_compat" }
|
swc_css_compat = { optional = true, version = "3.0.0", path = "../swc_css_compat" }
|
||||||
swc_css_minifier = { optional = true, version = "2.0.0", path = "../swc_css_minifier" }
|
swc_css_minifier = { optional = true, version = "3.0.0", path = "../swc_css_minifier" }
|
||||||
swc_css_modules = { optional = true, version = "2.0.0", path = "../swc_css_modules" }
|
swc_css_modules = { optional = true, version = "3.0.0", path = "../swc_css_modules" }
|
||||||
swc_css_parser = { optional = true, version = "2.0.0", path = "../swc_css_parser" }
|
swc_css_parser = { optional = true, version = "3.0.0", path = "../swc_css_parser" }
|
||||||
swc_css_prefixer = { optional = true, version = "2.0.0", path = "../swc_css_prefixer" }
|
swc_css_prefixer = { optional = true, version = "3.0.0", path = "../swc_css_prefixer" }
|
||||||
swc_css_utils = { optional = true, version = "2.0.0", path = "../swc_css_utils/" }
|
swc_css_utils = { optional = true, version = "3.0.0", path = "../swc_css_utils/" }
|
||||||
swc_css_visit = { optional = true, version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { optional = true, version = "3.0.0", path = "../swc_css_visit" }
|
||||||
swc_ecma_ast = { optional = true, version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { optional = true, version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { optional = true, version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { optional = true, version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_lints = { optional = true, version = "3.0.0", path = "../swc_ecma_lints" }
|
swc_ecma_lints = { optional = true, version = "4.0.0", path = "../swc_ecma_lints" }
|
||||||
swc_ecma_loader = { optional = true, version = "2.0.0", path = "../swc_ecma_loader" }
|
swc_ecma_loader = { optional = true, version = "3.0.0", path = "../swc_ecma_loader" }
|
||||||
swc_ecma_minifier = { optional = true, version = "3.0.0", path = "../swc_ecma_minifier" }
|
swc_ecma_minifier = { optional = true, version = "4.0.0", path = "../swc_ecma_minifier" }
|
||||||
swc_ecma_parser = { optional = true, version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { optional = true, version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_preset_env = { optional = true, version = "3.0.0", path = "../swc_ecma_preset_env" }
|
swc_ecma_preset_env = { optional = true, version = "4.0.0", path = "../swc_ecma_preset_env" }
|
||||||
swc_ecma_quote_macros = { optional = true, version = "3.0.0", path = "../swc_ecma_quote_macros" }
|
swc_ecma_quote_macros = { optional = true, version = "4.0.0", path = "../swc_ecma_quote_macros" }
|
||||||
swc_ecma_transforms_base = { optional = true, version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { optional = true, version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_compat = { optional = true, version = "3.0.0", path = "../swc_ecma_transforms_compat" }
|
swc_ecma_transforms_compat = { optional = true, version = "4.0.0", path = "../swc_ecma_transforms_compat" }
|
||||||
swc_ecma_transforms_module = { optional = true, version = "3.0.0", path = "../swc_ecma_transforms_module" }
|
swc_ecma_transforms_module = { optional = true, version = "4.0.0", path = "../swc_ecma_transforms_module" }
|
||||||
swc_ecma_transforms_optimization = { optional = true, version = "3.0.0", path = "../swc_ecma_transforms_optimization" }
|
swc_ecma_transforms_optimization = { optional = true, version = "4.0.0", path = "../swc_ecma_transforms_optimization" }
|
||||||
swc_ecma_transforms_proposal = { optional = true, version = "3.0.0", path = "../swc_ecma_transforms_proposal" }
|
swc_ecma_transforms_proposal = { optional = true, version = "4.0.0", path = "../swc_ecma_transforms_proposal" }
|
||||||
swc_ecma_transforms_react = { optional = true, version = "3.0.0", path = "../swc_ecma_transforms_react" }
|
swc_ecma_transforms_react = { optional = true, version = "4.0.0", path = "../swc_ecma_transforms_react" }
|
||||||
swc_ecma_transforms_testing = { optional = true, version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { optional = true, version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
swc_ecma_transforms_typescript = { optional = true, version = "3.0.0", path = "../swc_ecma_transforms_typescript" }
|
swc_ecma_transforms_typescript = { optional = true, version = "4.0.0", path = "../swc_ecma_transforms_typescript" }
|
||||||
swc_ecma_usage_analyzer = { optional = true, version = "3.0.0", path = "../swc_ecma_usage_analyzer" }
|
swc_ecma_usage_analyzer = { optional = true, version = "4.0.0", path = "../swc_ecma_usage_analyzer" }
|
||||||
swc_ecma_utils = { optional = true, version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { optional = true, version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { optional = true, version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { optional = true, version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_malloc = { optional = true, version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { optional = true, version = "1.0.0", path = "../swc_malloc" }
|
||||||
swc_node_bundler = { optional = true, version = "3.0.0", path = "../swc_node_bundler" }
|
swc_node_bundler = { optional = true, version = "4.0.0", path = "../swc_node_bundler" }
|
||||||
swc_nodejs_common = { optional = true, version = "1.0.0", path = "../swc_nodejs_common" }
|
swc_nodejs_common = { optional = true, version = "1.0.0", path = "../swc_nodejs_common" }
|
||||||
swc_plugin = { optional = true, version = "1.0.0", path = "../swc_plugin" }
|
swc_plugin = { optional = true, version = "1.0.0", path = "../swc_plugin" }
|
||||||
swc_plugin_macro = { optional = true, version = "1.0.0", path = "../swc_plugin_macro" }
|
swc_plugin_macro = { optional = true, version = "1.0.0", path = "../swc_plugin_macro" }
|
||||||
swc_plugin_proxy = { optional = true, version = "2.0.0", path = "../swc_plugin_proxy" }
|
swc_plugin_proxy = { optional = true, version = "3.0.0", path = "../swc_plugin_proxy" }
|
||||||
swc_trace_macro = { optional = true, version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { optional = true, version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
swc_transform_common = { optional = true, version = "1.0.0", path = "../swc_transform_common" }
|
swc_transform_common = { optional = true, version = "1.0.0", path = "../swc_transform_common" }
|
||||||
swc_typescript = { optional = true, version = "2.0.0", path = "../swc_typescript" }
|
swc_typescript = { optional = true, version = "3.0.0", path = "../swc_typescript" }
|
||||||
testing = { optional = true, version = "2.0.0", path = "../testing" }
|
testing = { optional = true, version = "3.0.0", path = "../testing" }
|
||||||
# TODO: eventually swc_plugin_runner needs to remove default features
|
# TODO: eventually swc_plugin_runner needs to remove default features
|
||||||
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
||||||
swc_plugin_runner = { optional = true, version = "2.0.0", path = "../swc_plugin_runner", default-features = false }
|
swc_plugin_runner = { optional = true, version = "3.0.0", path = "../swc_plugin_runner", default-features = false }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
vergen = { workspace = true, features = ["cargo"] }
|
vergen = { workspace = true, features = ["cargo"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = { workspace = true }
|
anyhow = { workspace = true }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css"
|
name = "swc_css"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -22,12 +22,12 @@ modules = ["swc_css_modules"]
|
|||||||
prefixer = ["swc_css_prefixer"]
|
prefixer = ["swc_css_prefixer"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_css_codegen = { version = "2.0.0", path = "../swc_css_codegen" }
|
swc_css_codegen = { version = "3.0.0", path = "../swc_css_codegen" }
|
||||||
swc_css_compat = { version = "2.0.0", path = "../swc_css_compat", optional = true }
|
swc_css_compat = { version = "3.0.0", path = "../swc_css_compat", optional = true }
|
||||||
swc_css_minifier = { version = "2.0.0", path = "../swc_css_minifier", optional = true }
|
swc_css_minifier = { version = "3.0.0", path = "../swc_css_minifier", optional = true }
|
||||||
swc_css_modules = { version = "2.0.0", path = "../swc_css_modules", optional = true }
|
swc_css_modules = { version = "3.0.0", path = "../swc_css_modules", optional = true }
|
||||||
swc_css_parser = { version = "2.0.0", path = "../swc_css_parser" }
|
swc_css_parser = { version = "3.0.0", path = "../swc_css_parser" }
|
||||||
swc_css_prefixer = { version = "2.0.0", path = "../swc_css_prefixer", optional = true }
|
swc_css_prefixer = { version = "3.0.0", path = "../swc_css_prefixer", optional = true }
|
||||||
swc_css_utils = { version = "2.0.0", path = "../swc_css_utils/" }
|
swc_css_utils = { version = "3.0.0", path = "../swc_css_utils/" }
|
||||||
swc_css_visit = { version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { version = "3.0.0", path = "../swc_css_visit" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_ast"
|
name = "swc_css_ast"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -23,6 +23,6 @@ serde = { workspace = true, features = ["derive"], optional = true }
|
|||||||
string_enum = { version = "1.0.0", path = "../string_enum/" }
|
string_enum = { version = "1.0.0", path = "../string_enum/" }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
|
|
||||||
rkyv = { workspace = true, features = ["validation"], optional = true }
|
rkyv = { workspace = true, features = ["validation"], optional = true }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_codegen"
|
name = "swc_css_codegen"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -19,15 +19,15 @@ rustc-hash = { workspace = true }
|
|||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_css_codegen_macros = { version = "1.0.0", path = "../swc_css_codegen_macros" }
|
swc_css_codegen_macros = { version = "1.0.0", path = "../swc_css_codegen_macros" }
|
||||||
swc_css_utils = { version = "2.0.0", path = "../swc_css_utils" }
|
swc_css_utils = { version = "3.0.0", path = "../swc_css_utils" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
] }
|
] }
|
||||||
swc_css_parser = { version = "2.0.0", path = "../swc_css_parser" }
|
swc_css_parser = { version = "3.0.0", path = "../swc_css_parser" }
|
||||||
swc_css_visit = { version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { version = "3.0.0", path = "../swc_css_visit" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_compat"
|
name = "swc_css_compat"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -19,12 +19,12 @@ serde = { workspace = true, features = ["derive"] }
|
|||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_css_utils = { version = "2.0.0", path = "../swc_css_utils/" }
|
swc_css_utils = { version = "3.0.0", path = "../swc_css_utils/" }
|
||||||
swc_css_visit = { version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { version = "3.0.0", path = "../swc_css_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_css_codegen = { version = "2.0.0", path = "../swc_css_codegen" }
|
swc_css_codegen = { version = "3.0.0", path = "../swc_css_codegen" }
|
||||||
swc_css_parser = { version = "2.0.0", path = "../swc_css_parser" }
|
swc_css_parser = { version = "3.0.0", path = "../swc_css_parser" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_lints"
|
name = "swc_css_lints"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -21,12 +21,12 @@ thiserror = { workspace = true }
|
|||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_cached = { version = "1.0.0", path = "../swc_cached" }
|
swc_cached = { version = "1.0.0", path = "../swc_cached" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_css_visit = { version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { version = "3.0.0", path = "../swc_css_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_css_parser = { version = "2.0.0", path = "../swc_css_parser" }
|
swc_css_parser = { version = "3.0.0", path = "../swc_css_parser" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_minifier"
|
name = "swc_css_minifier"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -16,19 +16,19 @@ bench = false
|
|||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_css_utils = { version = "2.0.0", path = "../swc_css_utils/" }
|
swc_css_utils = { version = "3.0.0", path = "../swc_css_utils/" }
|
||||||
swc_css_visit = { version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { version = "3.0.0", path = "../swc_css_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
criterion = { workspace = true }
|
criterion = { workspace = true }
|
||||||
|
|
||||||
swc_css_codegen = { version = "2.0.0", path = "../swc_css_codegen" }
|
swc_css_codegen = { version = "3.0.0", path = "../swc_css_codegen" }
|
||||||
swc_css_parser = { version = "2.0.0", path = "../swc_css_parser" }
|
swc_css_parser = { version = "3.0.0", path = "../swc_css_parser" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_modules"
|
name = "swc_css_modules"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -19,15 +19,15 @@ rustc-hash = { workspace = true }
|
|||||||
serde = { workspace = true, features = ["derive"] }
|
serde = { workspace = true, features = ["derive"] }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_css_codegen = { version = "2.0.0", path = "../swc_css_codegen" }
|
swc_css_codegen = { version = "3.0.0", path = "../swc_css_codegen" }
|
||||||
swc_css_parser = { version = "2.0.0", path = "../swc_css_parser" }
|
swc_css_parser = { version = "3.0.0", path = "../swc_css_parser" }
|
||||||
swc_css_visit = { version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { version = "3.0.0", path = "../swc_css_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
indexmap = { workspace = true, features = ["serde"] }
|
indexmap = { workspace = true, features = ["serde"] }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_css_compat = { version = "2.0.0", path = "../swc_css_compat" }
|
swc_css_compat = { version = "3.0.0", path = "../swc_css_compat" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_parser"
|
name = "swc_css_parser"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -20,20 +20,20 @@ lexical = { workspace = true }
|
|||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
criterion = { workspace = true }
|
criterion = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast", features = [
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast", features = [
|
||||||
"serde-impl",
|
"serde-impl",
|
||||||
] }
|
] }
|
||||||
swc_css_visit = { version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { version = "3.0.0", path = "../swc_css_visit" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_prefixer"
|
name = "swc_css_prefixer"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -19,12 +19,12 @@ serde_json = { workspace = true }
|
|||||||
|
|
||||||
preset_env_base = { version = "1.0.0", path = "../preset_env_base" }
|
preset_env_base = { version = "1.0.0", path = "../preset_env_base" }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_css_utils = { version = "2.0.0", path = "../swc_css_utils/" }
|
swc_css_utils = { version = "3.0.0", path = "../swc_css_utils/" }
|
||||||
swc_css_visit = { version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { version = "3.0.0", path = "../swc_css_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_css_codegen = { version = "2.0.0", path = "../swc_css_codegen" }
|
swc_css_codegen = { version = "3.0.0", path = "../swc_css_codegen" }
|
||||||
swc_css_parser = { version = "2.0.0", path = "../swc_css_parser" }
|
swc_css_parser = { version = "3.0.0", path = "../swc_css_parser" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_utils"
|
name = "swc_css_utils"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -18,6 +18,6 @@ serde = { workspace = true, features = ["derive"] }
|
|||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_css_visit = { version = "2.0.0", path = "../swc_css_visit" }
|
swc_css_visit = { version = "3.0.0", path = "../swc_css_visit" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_visit"
|
name = "swc_css_visit"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -23,6 +23,6 @@ path = []
|
|||||||
serde = { workspace = true, optional = true }
|
serde = { workspace = true, optional = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast" }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast" }
|
||||||
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_ast"
|
name = "swc_ecma_ast"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -41,7 +41,7 @@ scoped-tls = { workspace = true }
|
|||||||
serde = { workspace = true, features = ["derive"], optional = true }
|
serde = { workspace = true, features = ["derive"], optional = true }
|
||||||
string_enum = { version = "1.0.0", path = "../string_enum" }
|
string_enum = { version = "1.0.0", path = "../string_enum" }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
||||||
unicode-id-start = { workspace = true }
|
unicode-id-start = { workspace = true }
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_codegen"
|
name = "swc_ecma_codegen"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# This does not enable serde for ast nodes.
|
# This does not enable serde for ast nodes.
|
||||||
@ -27,8 +27,8 @@ tracing = { workspace = true }
|
|||||||
|
|
||||||
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen_macros = { version = "1.0.0", path = "../swc_ecma_codegen_macros" }
|
swc_ecma_codegen_macros = { version = "1.0.0", path = "../swc_ecma_codegen_macros" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
@ -38,13 +38,13 @@ criterion = { workspace = true }
|
|||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_allocator = { version = "1.0.0", path = "../swc_allocator" }
|
swc_allocator = { version = "1.0.0", path = "../swc_allocator" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
] }
|
] }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_testing = { version = "2.0.0", path = "../swc_ecma_testing" }
|
swc_ecma_testing = { version = "3.0.0", path = "../swc_ecma_testing" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -7,20 +7,20 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_bugfixes"
|
name = "swc_ecma_compat_bugfixes"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_compat_es2015 = { version = "3.0.1", path = "../swc_ecma_compat_es2015" }
|
swc_ecma_compat_es2015 = { version = "4.0.0", path = "../swc_ecma_compat_es2015" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
|
@ -7,13 +7,13 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_common"
|
name = "swc_ecma_compat_common"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_es2015"
|
name = "swc_ecma_compat_es2015"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.1"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@ -23,18 +23,18 @@ smallvec = { workspace = true }
|
|||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
|
|
||||||
|
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_config = { version = "1.0.0", path = "../swc_config" }
|
swc_config = { version = "1.0.0", path = "../swc_config" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_compat_common = { version = "3.0.0", path = "../swc_ecma_compat_common" }
|
swc_ecma_compat_common = { version = "4.0.0", path = "../swc_ecma_compat_common" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_classes = { version = "3.0.0", path = "../swc_ecma_transforms_classes" }
|
swc_ecma_transforms_classes = { version = "4.0.0", path = "../swc_ecma_transforms_classes" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
|
@ -7,22 +7,22 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_es2016"
|
name = "swc_ecma_compat_es2016"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_es2017"
|
name = "swc_ecma_compat_es2017"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@ -17,14 +17,14 @@ serde = { workspace = true, features = ["derive"] }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_es2018"
|
name = "swc_ecma_compat_es2018"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@ -17,15 +17,15 @@ serde = { workspace = true, features = ["derive"] }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_compat_common = { version = "3.0.0", path = "../swc_ecma_compat_common" }
|
swc_ecma_compat_common = { version = "4.0.0", path = "../swc_ecma_compat_common" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_es2019"
|
name = "swc_ecma_compat_es2019"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@ -17,13 +17,13 @@ tracing = { workspace = true }
|
|||||||
|
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_es2020"
|
name = "swc_ecma_compat_es2020"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@ -15,15 +15,15 @@ version = "3.0.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { workspace = true, features = ["derive"] }
|
serde = { workspace = true, features = ["derive"] }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_compat_es2022 = { version = "3.0.0", path = "../swc_ecma_compat_es2022" }
|
swc_ecma_compat_es2022 = { version = "4.0.0", path = "../swc_ecma_compat_es2022" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_es2021"
|
name = "swc_ecma_compat_es2021"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@ -16,9 +16,9 @@ version = "3.0.0"
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_es2022"
|
name = "swc_ecma_compat_es2022"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@ -17,12 +17,12 @@ tracing = { workspace = true }
|
|||||||
|
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_compat_common = { version = "3.0.0", path = "../swc_ecma_compat_common" }
|
swc_ecma_compat_common = { version = "4.0.0", path = "../swc_ecma_compat_common" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_classes = { version = "3.0.0", path = "../swc_ecma_transforms_classes" }
|
swc_ecma_transforms_classes = { version = "4.0.0", path = "../swc_ecma_transforms_classes" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_compat_es3"
|
name = "swc_ecma_compat_es3"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@ -15,13 +15,13 @@ version = "3.0.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_ext_transforms"
|
name = "swc_ecma_ext_transforms"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -15,7 +15,7 @@ bench = false
|
|||||||
phf = { workspace = true, features = ["macros"] }
|
phf = { workspace = true, features = ["macros"] }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_lints"
|
name = "swc_ecma_lints"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
@ -21,21 +21,21 @@ regex = { workspace = true }
|
|||||||
serde = { workspace = true, features = ["derive"] }
|
serde = { workspace = true, features = ["derive"] }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"concurrent",
|
"concurrent",
|
||||||
] }
|
] }
|
||||||
swc_config = { version = "1.0.0", path = "../swc_config" }
|
swc_config = { version = "1.0.0", path = "../swc_config" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast", features = [
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast", features = [
|
||||||
"serde",
|
"serde",
|
||||||
] }
|
] }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
non_critical_lints = []
|
non_critical_lints = []
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_loader"
|
name = "swc_ecma_loader"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -38,7 +38,7 @@ tracing = { workspace = true }
|
|||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_cached = { version = "1.0.0", optional = true, path = "../swc_cached" }
|
swc_cached = { version = "1.0.0", optional = true, path = "../swc_cached" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
lazy_static = { workspace = true }
|
lazy_static = { workspace = true }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_minifier"
|
name = "swc_ecma_minifier"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -54,20 +54,20 @@ tracing = { workspace = true }
|
|||||||
|
|
||||||
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_config = { version = "1.0.0", path = "../swc_config", features = [
|
swc_config = { version = "1.0.0", path = "../swc_config", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
] }
|
] }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast", features = [
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast", features = [
|
||||||
"serde",
|
"serde",
|
||||||
] }
|
] }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_optimization = { version = "3.0.0", path = "../swc_ecma_transforms_optimization" }
|
swc_ecma_transforms_optimization = { version = "4.0.0", path = "../swc_ecma_transforms_optimization" }
|
||||||
swc_ecma_usage_analyzer = { version = "3.0.0", path = "../swc_ecma_usage_analyzer" }
|
swc_ecma_usage_analyzer = { version = "4.0.0", path = "../swc_ecma_usage_analyzer" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
@ -79,9 +79,9 @@ walkdir = { workspace = true }
|
|||||||
|
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
swc_allocator = { version = "1.0.0", path = "../swc_allocator" }
|
swc_allocator = { version = "1.0.0", path = "../swc_allocator" }
|
||||||
swc_ecma_testing = { version = "2.0.0", path = "../swc_ecma_testing" }
|
swc_ecma_testing = { version = "3.0.0", path = "../swc_ecma_testing" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_parser"
|
name = "swc_ecma_parser"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.1"
|
version = "4.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -37,9 +37,9 @@ typed-arena = { workspace = true }
|
|||||||
new_debug_unreachable = { workspace = true }
|
new_debug_unreachable = { workspace = true }
|
||||||
phf = { workspace = true, features = ["macros"] }
|
phf = { workspace = true, features = ["macros"] }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit", optional = true }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit", optional = true }
|
||||||
|
|
||||||
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies]
|
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies]
|
||||||
stacker = { version = "0.1.15", optional = true }
|
stacker = { version = "0.1.15", optional = true }
|
||||||
@ -51,12 +51,12 @@ serde_json = { workspace = true }
|
|||||||
walkdir = { workspace = true }
|
walkdir = { workspace = true }
|
||||||
|
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast", features = [
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast", features = [
|
||||||
"serde-impl",
|
"serde-impl",
|
||||||
] }
|
] }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "lexer"
|
name = "lexer"
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_preset_env"
|
name = "swc_ecma_preset_env"
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -30,23 +30,23 @@ preset_env_base = { version = "1.0.0", path = "../preset_env_base" }
|
|||||||
rustc-hash = { workspace = true }
|
rustc-hash = { workspace = true }
|
||||||
string_enum = { version = "1.0.0", path = "../string_enum" }
|
string_enum = { version = "1.0.0", path = "../string_enum" }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms = { version = "3.0.0", path = "../swc_ecma_transforms", features = [
|
swc_ecma_transforms = { version = "4.0.0", path = "../swc_ecma_transforms", features = [
|
||||||
"compat",
|
"compat",
|
||||||
"proposal",
|
"proposal",
|
||||||
] }
|
] }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
criterion = { workspace = true }
|
criterion = { workspace = true }
|
||||||
pretty_assertions = { workspace = true }
|
pretty_assertions = { workspace = true }
|
||||||
|
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -6,16 +6,16 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_quote"
|
name = "swc_ecma_quote"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_quote_macros = { version = "3.0.0", path = "../swc_ecma_quote_macros" }
|
swc_ecma_quote_macros = { version = "4.0.0", path = "../swc_ecma_quote_macros" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_quote_macros"
|
name = "swc_ecma_quote_macros"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -19,7 +19,7 @@ quote = { workspace = true }
|
|||||||
syn = { workspace = true }
|
syn = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_macros_common = { version = "1.0.0", path = "../swc_macros_common" }
|
swc_macros_common = { version = "1.0.0", path = "../swc_macros_common" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_testing"
|
name = "swc_ecma_testing"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -17,4 +17,4 @@ hex = { workspace = true }
|
|||||||
sha2 = { workspace = true }
|
sha2 = { workspace = true }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms"
|
name = "swc_ecma_transforms"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -33,24 +33,24 @@ typescript = ["swc_ecma_transforms_typescript"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_compat = { version = "3.0.0", path = "../swc_ecma_transforms_compat", optional = true }
|
swc_ecma_transforms_compat = { version = "4.0.0", path = "../swc_ecma_transforms_compat", optional = true }
|
||||||
swc_ecma_transforms_module = { version = "3.0.0", path = "../swc_ecma_transforms_module", optional = true }
|
swc_ecma_transforms_module = { version = "4.0.0", path = "../swc_ecma_transforms_module", optional = true }
|
||||||
swc_ecma_transforms_optimization = { version = "3.0.0", path = "../swc_ecma_transforms_optimization", optional = true }
|
swc_ecma_transforms_optimization = { version = "4.0.0", path = "../swc_ecma_transforms_optimization", optional = true }
|
||||||
swc_ecma_transforms_proposal = { version = "3.0.0", path = "../swc_ecma_transforms_proposal", optional = true }
|
swc_ecma_transforms_proposal = { version = "4.0.0", path = "../swc_ecma_transforms_proposal", optional = true }
|
||||||
swc_ecma_transforms_react = { version = "3.0.0", path = "../swc_ecma_transforms_react", optional = true }
|
swc_ecma_transforms_react = { version = "4.0.0", path = "../swc_ecma_transforms_react", optional = true }
|
||||||
swc_ecma_transforms_typescript = { version = "3.0.0", path = "../swc_ecma_transforms_typescript", optional = true }
|
swc_ecma_transforms_typescript = { version = "4.0.0", path = "../swc_ecma_transforms_typescript", optional = true }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = { workspace = true }
|
pretty_assertions = { workspace = true }
|
||||||
sourcemap = { workspace = true }
|
sourcemap = { workspace = true }
|
||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
|
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms_base"
|
name = "swc_ecma_transforms_base"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.1"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -29,21 +29,21 @@ smallvec = { workspace = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
criterion = { workspace = true }
|
criterion = { workspace = true }
|
||||||
rayon = { workspace = true }
|
rayon = { workspace = true }
|
||||||
|
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -6,15 +6,15 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms_classes"
|
name = "swc_ecma_transforms_classes"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms_compat"
|
name = "swc_ecma_transforms_compat"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -30,30 +30,30 @@ smallvec = { workspace = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_config = { version = "1.0.0", path = "../swc_config" }
|
swc_config = { version = "1.0.0", path = "../swc_config" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_compat_bugfixes = { version = "3.0.0", path = "../swc_ecma_compat_bugfixes" }
|
swc_ecma_compat_bugfixes = { version = "4.0.0", path = "../swc_ecma_compat_bugfixes" }
|
||||||
swc_ecma_compat_common = { version = "3.0.0", path = "../swc_ecma_compat_common" }
|
swc_ecma_compat_common = { version = "4.0.0", path = "../swc_ecma_compat_common" }
|
||||||
swc_ecma_compat_es2015 = { version = "3.0.1", path = "../swc_ecma_compat_es2015" }
|
swc_ecma_compat_es2015 = { version = "4.0.0", path = "../swc_ecma_compat_es2015" }
|
||||||
swc_ecma_compat_es2016 = { version = "3.0.0", path = "../swc_ecma_compat_es2016" }
|
swc_ecma_compat_es2016 = { version = "4.0.0", path = "../swc_ecma_compat_es2016" }
|
||||||
swc_ecma_compat_es2017 = { version = "3.0.0", path = "../swc_ecma_compat_es2017" }
|
swc_ecma_compat_es2017 = { version = "4.0.0", path = "../swc_ecma_compat_es2017" }
|
||||||
swc_ecma_compat_es2018 = { version = "3.0.0", path = "../swc_ecma_compat_es2018" }
|
swc_ecma_compat_es2018 = { version = "4.0.0", path = "../swc_ecma_compat_es2018" }
|
||||||
swc_ecma_compat_es2019 = { version = "3.0.0", path = "../swc_ecma_compat_es2019" }
|
swc_ecma_compat_es2019 = { version = "4.0.0", path = "../swc_ecma_compat_es2019" }
|
||||||
swc_ecma_compat_es2020 = { version = "3.0.0", path = "../swc_ecma_compat_es2020" }
|
swc_ecma_compat_es2020 = { version = "4.0.0", path = "../swc_ecma_compat_es2020" }
|
||||||
swc_ecma_compat_es2021 = { version = "3.0.0", path = "../swc_ecma_compat_es2021" }
|
swc_ecma_compat_es2021 = { version = "4.0.0", path = "../swc_ecma_compat_es2021" }
|
||||||
swc_ecma_compat_es2022 = { version = "3.0.0", path = "../swc_ecma_compat_es2022" }
|
swc_ecma_compat_es2022 = { version = "4.0.0", path = "../swc_ecma_compat_es2022" }
|
||||||
swc_ecma_compat_es3 = { version = "3.0.0", path = "../swc_ecma_compat_es3" }
|
swc_ecma_compat_es3 = { version = "4.0.0", path = "../swc_ecma_compat_es3" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_classes = { version = "3.0.0", path = "../swc_ecma_transforms_classes" }
|
swc_ecma_transforms_classes = { version = "4.0.0", path = "../swc_ecma_transforms_classes" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms_module"
|
name = "swc_ecma_transforms_module"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -26,25 +26,25 @@ tracing = { workspace = true }
|
|||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_cached = { version = "1.0.0", path = "../swc_cached" }
|
swc_cached = { version = "1.0.0", path = "../swc_cached" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_loader = { version = "2.0.0", path = "../swc_ecma_loader", features = [
|
swc_ecma_loader = { version = "3.0.0", path = "../swc_ecma_loader", features = [
|
||||||
"node",
|
"node",
|
||||||
] }
|
] }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
indexmap = { workspace = true, features = ["serde"] }
|
indexmap = { workspace = true, features = ["serde"] }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_ecma_loader = { version = "2.0.0", path = "../swc_ecma_loader", features = [
|
swc_ecma_loader = { version = "3.0.0", path = "../swc_ecma_loader", features = [
|
||||||
"node",
|
"node",
|
||||||
"tsc",
|
"tsc",
|
||||||
] }
|
] }
|
||||||
swc_ecma_transforms_compat = { version = "3.0.0", path = "../swc_ecma_transforms_compat" }
|
swc_ecma_transforms_compat = { version = "4.0.0", path = "../swc_ecma_transforms_compat" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
swc_ecma_transforms_typescript = { version = "3.0.0", path = "../swc_ecma_transforms_typescript" }
|
swc_ecma_transforms_typescript = { version = "4.0.0", path = "../swc_ecma_transforms_typescript" }
|
||||||
testing = { version = "2.0.0", path = "../testing/" }
|
testing = { version = "3.0.0", path = "../testing/" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms_optimization"
|
name = "swc_ecma_transforms_optimization"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
@ -32,20 +32,20 @@ serde_json = { workspace = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_fast_graph = { version = "3.0.0", path = "../swc_fast_graph" }
|
swc_fast_graph = { version = "4.0.0", path = "../swc_fast_graph" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_transforms_compat = { version = "3.0.0", path = "../swc_ecma_transforms_compat" }
|
swc_ecma_transforms_compat = { version = "4.0.0", path = "../swc_ecma_transforms_compat" }
|
||||||
swc_ecma_transforms_module = { version = "3.0.0", path = "../swc_ecma_transforms_module" }
|
swc_ecma_transforms_module = { version = "4.0.0", path = "../swc_ecma_transforms_module" }
|
||||||
swc_ecma_transforms_proposal = { version = "3.0.0", path = "../swc_ecma_transforms_proposal" }
|
swc_ecma_transforms_proposal = { version = "4.0.0", path = "../swc_ecma_transforms_proposal" }
|
||||||
swc_ecma_transforms_react = { version = "3.0.0", path = "../swc_ecma_transforms_react" }
|
swc_ecma_transforms_react = { version = "4.0.0", path = "../swc_ecma_transforms_react" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
swc_ecma_transforms_typescript = { version = "3.0.0", path = "../swc_ecma_transforms_typescript" }
|
swc_ecma_transforms_typescript = { version = "4.0.0", path = "../swc_ecma_transforms_typescript" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms_proposal"
|
name = "swc_ecma_transforms_proposal"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -23,20 +23,20 @@ serde = { workspace = true, features = ["derive"] }
|
|||||||
smallvec = { workspace = true }
|
smallvec = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_loader = { version = "2.0.0", path = "../swc_ecma_loader", optional = true }
|
swc_ecma_loader = { version = "3.0.0", path = "../swc_ecma_loader", optional = true }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_classes = { version = "3.0.0", path = "../swc_ecma_transforms_classes" }
|
swc_ecma_transforms_classes = { version = "4.0.0", path = "../swc_ecma_transforms_classes" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_compat = { version = "3.0.0", path = "../swc_ecma_transforms_compat" }
|
swc_ecma_transforms_compat = { version = "4.0.0", path = "../swc_ecma_transforms_compat" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms_react"
|
name = "swc_ecma_transforms_react"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -29,17 +29,17 @@ sha1 = { workspace = true }
|
|||||||
string_enum = { version = "1.0.0", path = "../string_enum" }
|
string_enum = { version = "1.0.0", path = "../string_enum" }
|
||||||
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_config = { version = "1.0.0", path = "../swc_config" }
|
swc_config = { version = "1.0.0", path = "../swc_config" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen/" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen/" }
|
||||||
swc_ecma_transforms_compat = { version = "3.0.0", path = "../swc_ecma_transforms_compat/" }
|
swc_ecma_transforms_compat = { version = "4.0.0", path = "../swc_ecma_transforms_compat/" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms_testing"
|
name = "swc_ecma_transforms_testing"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -22,14 +22,14 @@ sha2 = { workspace = true }
|
|||||||
sourcemap = { workspace = true }
|
sourcemap = { workspace = true }
|
||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
|
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
] }
|
] }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_testing = { version = "2.0.0", path = "../swc_ecma_testing" }
|
swc_ecma_testing = { version = "3.0.0", path = "../swc_ecma_testing" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_transforms_typescript"
|
name = "swc_ecma_transforms_typescript"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -17,23 +17,23 @@ serde = { workspace = true, features = ["derive"] }
|
|||||||
|
|
||||||
ryu-js = { workspace = true }
|
ryu-js = { workspace = true }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_react = { version = "3.0.0", path = "../swc_ecma_transforms_react" }
|
swc_ecma_transforms_react = { version = "4.0.0", path = "../swc_ecma_transforms_react" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
criterion = { workspace = true }
|
criterion = { workspace = true }
|
||||||
|
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_compat = { version = "3.0.0", path = "../swc_ecma_transforms_compat" }
|
swc_ecma_transforms_compat = { version = "4.0.0", path = "../swc_ecma_transforms_compat" }
|
||||||
swc_ecma_transforms_proposal = { version = "3.0.0", path = "../swc_ecma_transforms_proposal" }
|
swc_ecma_transforms_proposal = { version = "4.0.0", path = "../swc_ecma_transforms_proposal" }
|
||||||
swc_ecma_transforms_testing = { version = "3.0.0", path = "../swc_ecma_transforms_testing" }
|
swc_ecma_transforms_testing = { version = "4.0.0", path = "../swc_ecma_transforms_testing" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_usage_analyzer"
|
name = "swc_ecma_usage_analyzer"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -28,8 +28,8 @@ rustc-hash = { workspace = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
swc_timer = { version = "1.0.0", path = "../swc_timer" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_utils"
|
name = "swc_ecma_utils"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -30,13 +30,13 @@ tracing = { workspace = true }
|
|||||||
unicode-id = { workspace = true }
|
unicode-id = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies]
|
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies]
|
||||||
stacker = { version = "0.1.15", optional = true }
|
stacker = { version = "0.1.15", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_visit"
|
name = "swc_ecma_visit"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -27,6 +27,6 @@ serde = { workspace = true, optional = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecmascript"
|
name = "swc_ecmascript"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -38,14 +38,14 @@ react = ["swc_ecma_transforms/react"]
|
|||||||
typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
|
typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen", optional = true }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen", optional = true }
|
||||||
swc_ecma_minifier = { version = "3.0.0", path = "../swc_ecma_minifier", optional = true }
|
swc_ecma_minifier = { version = "4.0.0", path = "../swc_ecma_minifier", optional = true }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser", optional = true, default-features = false }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser", optional = true, default-features = false }
|
||||||
swc_ecma_preset_env = { version = "3.0.0", path = "../swc_ecma_preset_env", optional = true }
|
swc_ecma_preset_env = { version = "4.0.0", path = "../swc_ecma_preset_env", optional = true }
|
||||||
swc_ecma_quote = { version = "3.0.0", path = "../swc_ecma_quote", optional = true }
|
swc_ecma_quote = { version = "4.0.0", path = "../swc_ecma_quote", optional = true }
|
||||||
swc_ecma_transforms = { version = "3.0.0", path = "../swc_ecma_transforms", optional = true }
|
swc_ecma_transforms = { version = "4.0.0", path = "../swc_ecma_transforms", optional = true }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils", optional = true }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils", optional = true }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit", optional = true }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_error_reporters"
|
name = "swc_error_reporters"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -17,6 +17,6 @@ miette = { workspace = true, features = ["fancy-no-syscall"] }
|
|||||||
once_cell = { workspace = true }
|
once_cell = { workspace = true }
|
||||||
parking_lot = { workspace = true }
|
parking_lot = { workspace = true }
|
||||||
|
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"concurrent",
|
"concurrent",
|
||||||
] }
|
] }
|
||||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_estree_ast"
|
name = "swc_estree_ast"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -27,4 +27,4 @@ serde_json = { workspace = true }
|
|||||||
|
|
||||||
better_scoped_tls = { version = "1.0.0", path = "../better_scoped_tls" }
|
better_scoped_tls = { version = "1.0.0", path = "../better_scoped_tls" }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_estree_compat"
|
name = "swc_estree_compat"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -25,27 +25,27 @@ serde = { workspace = true, features = ["derive"] }
|
|||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
"tty-emitter",
|
"tty-emitter",
|
||||||
] }
|
] }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_estree_ast = { version = "2.0.0", path = "../swc_estree_ast" }
|
swc_estree_ast = { version = "3.0.0", path = "../swc_estree_ast" }
|
||||||
swc_node_comments = { version = "2.0.0", path = "../swc_node_comments/" }
|
swc_node_comments = { version = "3.0.0", path = "../swc_node_comments/" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
criterion = { workspace = true }
|
criterion = { workspace = true }
|
||||||
pretty_assertions = { workspace = true }
|
pretty_assertions = { workspace = true }
|
||||||
|
|
||||||
swc = { version = "3.0.2", path = "../swc" }
|
swc = { version = "4.0.0", path = "../swc" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms = { version = "3.0.0", path = "../swc_ecma_transforms/" }
|
swc_ecma_transforms = { version = "4.0.0", path = "../swc_ecma_transforms/" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
walkdir = { workspace = true }
|
walkdir = { workspace = true }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_fast_graph"
|
name = "swc_fast_graph"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -16,4 +16,4 @@ indexmap = { workspace = true }
|
|||||||
petgraph = { workspace = true }
|
petgraph = { workspace = true }
|
||||||
rustc-hash = { workspace = true }
|
rustc-hash = { workspace = true }
|
||||||
|
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_fast_ts_strip"
|
name = "swc_fast_ts_strip"
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@ -17,20 +17,20 @@ wasm-bindgen = { workspace = true, optional = true }
|
|||||||
|
|
||||||
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
|
||||||
|
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
] }
|
] }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_transforms_typescript = { version = "3.0.0", path = "../swc_ecma_transforms_typescript" }
|
swc_ecma_transforms_typescript = { version = "4.0.0", path = "../swc_ecma_transforms_typescript" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
criterion = { workspace = true }
|
criterion = { workspace = true }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_graph_analyzer"
|
name = "swc_graph_analyzer"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -14,9 +14,9 @@ bench = false
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
auto_impl = { workspace = true }
|
auto_impl = { workspace = true }
|
||||||
petgraph = { workspace = true }
|
petgraph = { workspace = true }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common/" }
|
swc_common = { version = "3.0.0", path = "../swc_common/" }
|
||||||
swc_fast_graph = { version = "3.0.0", path = "../swc_fast_graph/" }
|
swc_fast_graph = { version = "4.0.0", path = "../swc_fast_graph/" }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_html"
|
name = "swc_html"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -22,8 +22,8 @@ bench = false
|
|||||||
minifier = ["swc_html_minifier"]
|
minifier = ["swc_html_minifier"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_html_ast = { version = "2.0.0", path = "../swc_html_ast" }
|
swc_html_ast = { version = "3.0.0", path = "../swc_html_ast" }
|
||||||
swc_html_codegen = { version = "2.0.0", path = "../swc_html_codegen" }
|
swc_html_codegen = { version = "3.0.0", path = "../swc_html_codegen" }
|
||||||
swc_html_minifier = { version = "3.0.0", path = "../swc_html_minifier", optional = true, default-features = false }
|
swc_html_minifier = { version = "4.0.0", path = "../swc_html_minifier", optional = true, default-features = false }
|
||||||
swc_html_parser = { version = "2.0.0", path = "../swc_html_parser" }
|
swc_html_parser = { version = "3.0.0", path = "../swc_html_parser" }
|
||||||
swc_html_visit = { version = "2.0.0", path = "../swc_html_visit" }
|
swc_html_visit = { version = "3.0.0", path = "../swc_html_visit" }
|
||||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_html_ast"
|
name = "swc_html_ast"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -26,4 +26,4 @@ serde = { workspace = true, features = ["derive"], optional = true }
|
|||||||
|
|
||||||
string_enum = { version = "1.0.0", path = "../string_enum/" }
|
string_enum = { version = "1.0.0", path = "../string_enum/" }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_html_codegen"
|
name = "swc_html_codegen"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -21,15 +21,15 @@ bitflags = { workspace = true }
|
|||||||
rustc-hash = { workspace = true }
|
rustc-hash = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_html_ast = { version = "2.0.0", path = "../swc_html_ast" }
|
swc_html_ast = { version = "3.0.0", path = "../swc_html_ast" }
|
||||||
swc_html_codegen_macros = { version = "1.0.0", path = "../swc_html_codegen_macros" }
|
swc_html_codegen_macros = { version = "1.0.0", path = "../swc_html_codegen_macros" }
|
||||||
swc_html_utils = { version = "2.0.0", path = "../swc_html_utils" }
|
swc_html_utils = { version = "3.0.0", path = "../swc_html_utils" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
] }
|
] }
|
||||||
swc_html_parser = { version = "2.0.0", path = "../swc_html_parser" }
|
swc_html_parser = { version = "3.0.0", path = "../swc_html_parser" }
|
||||||
swc_html_visit = { version = "2.0.0", path = "../swc_html_visit" }
|
swc_html_visit = { version = "3.0.0", path = "../swc_html_visit" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_html_minifier"
|
name = "swc_html_minifier"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -27,33 +27,33 @@ serde_json = { workspace = true }
|
|||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_cached = { version = "1.0.0", path = "../swc_cached" }
|
swc_cached = { version = "1.0.0", path = "../swc_cached" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast", optional = true }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast", optional = true }
|
||||||
swc_css_codegen = { version = "2.0.0", path = "../swc_css_codegen", optional = true }
|
swc_css_codegen = { version = "3.0.0", path = "../swc_css_codegen", optional = true }
|
||||||
swc_css_minifier = { version = "2.0.0", path = "../swc_css_minifier", optional = true }
|
swc_css_minifier = { version = "3.0.0", path = "../swc_css_minifier", optional = true }
|
||||||
swc_css_parser = { version = "2.0.0", path = "../swc_css_parser", optional = true }
|
swc_css_parser = { version = "3.0.0", path = "../swc_css_parser", optional = true }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen", features = [
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen", features = [
|
||||||
"serde-impl",
|
"serde-impl",
|
||||||
] }
|
] }
|
||||||
swc_ecma_minifier = { version = "3.0.0", path = "../swc_ecma_minifier", features = [
|
swc_ecma_minifier = { version = "4.0.0", path = "../swc_ecma_minifier", features = [
|
||||||
"extra-serde",
|
"extra-serde",
|
||||||
] }
|
] }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms_base = { version = "3.0.1", path = "../swc_ecma_transforms_base" }
|
swc_ecma_transforms_base = { version = "4.0.0", path = "../swc_ecma_transforms_base" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_html_ast = { version = "2.0.0", path = "../swc_html_ast" }
|
swc_html_ast = { version = "3.0.0", path = "../swc_html_ast" }
|
||||||
swc_html_codegen = { version = "2.0.0", path = "../swc_html_codegen" }
|
swc_html_codegen = { version = "3.0.0", path = "../swc_html_codegen" }
|
||||||
swc_html_parser = { version = "2.0.0", path = "../swc_html_parser" }
|
swc_html_parser = { version = "3.0.0", path = "../swc_html_parser" }
|
||||||
swc_html_utils = { version = "2.0.0", path = "../swc_html_utils" }
|
swc_html_utils = { version = "3.0.0", path = "../swc_html_utils" }
|
||||||
swc_html_visit = { version = "2.0.0", path = "../swc_html_visit" }
|
swc_html_visit = { version = "3.0.0", path = "../swc_html_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
criterion = { workspace = true }
|
criterion = { workspace = true }
|
||||||
|
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_html_parser"
|
name = "swc_html_parser"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -20,9 +20,9 @@ debug = []
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_html_ast = { version = "2.0.0", path = "../swc_html_ast" }
|
swc_html_ast = { version = "3.0.0", path = "../swc_html_ast" }
|
||||||
swc_html_utils = { version = "2.0.0", path = "../swc_html_utils" }
|
swc_html_utils = { version = "3.0.0", path = "../swc_html_utils" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
codspeed-criterion-compat = { workspace = true }
|
codspeed-criterion-compat = { workspace = true }
|
||||||
@ -30,12 +30,12 @@ criterion = { workspace = true }
|
|||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_html_ast = { version = "2.0.0", path = "../swc_html_ast", features = [
|
swc_html_ast = { version = "3.0.0", path = "../swc_html_ast", features = [
|
||||||
"serde-impl",
|
"serde-impl",
|
||||||
] }
|
] }
|
||||||
swc_html_visit = { version = "2.0.0", path = "../swc_html_visit" }
|
swc_html_visit = { version = "3.0.0", path = "../swc_html_visit" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_html_utils"
|
name = "swc_html_utils"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -21,4 +21,4 @@ serde = { workspace = true, features = ["derive"] }
|
|||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_html_visit"
|
name = "swc_html_visit"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -26,6 +26,6 @@ path = []
|
|||||||
serde = { workspace = true, optional = true }
|
serde = { workspace = true, optional = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_html_ast = { version = "2.0.0", path = "../swc_html_ast" }
|
swc_html_ast = { version = "3.0.0", path = "../swc_html_ast" }
|
||||||
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_node_bundler"
|
name = "swc_node_bundler"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -29,24 +29,24 @@ serde_json = { workspace = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
string_enum = { version = "1.0.0", path = "../string_enum" }
|
string_enum = { version = "1.0.0", path = "../string_enum" }
|
||||||
swc = { version = "3.0.2", path = "../swc" }
|
swc = { version = "4.0.0", path = "../swc" }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_bundler = { version = "3.0.0", path = "../swc_bundler", features = [
|
swc_bundler = { version = "4.0.0", path = "../swc_bundler", features = [
|
||||||
"concurrent",
|
"concurrent",
|
||||||
] }
|
] }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"concurrent",
|
"concurrent",
|
||||||
] }
|
] }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_loader = { version = "2.0.0", path = "../swc_ecma_loader" }
|
swc_ecma_loader = { version = "3.0.0", path = "../swc_ecma_loader" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_transforms = { version = "3.0.0", path = "../swc_ecma_transforms" }
|
swc_ecma_transforms = { version = "4.0.0", path = "../swc_ecma_transforms" }
|
||||||
swc_ecma_utils = { version = "3.0.0", path = "../swc_ecma_utils" }
|
swc_ecma_utils = { version = "4.0.0", path = "../swc_ecma_utils" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = { workspace = true }
|
pretty_assertions = { workspace = true }
|
||||||
|
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_node_comments"
|
name = "swc_node_comments"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -18,4 +18,4 @@ bench = false
|
|||||||
dashmap = { workspace = true }
|
dashmap = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_plugin_proxy"
|
name = "swc_plugin_proxy"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -26,6 +26,6 @@ rkyv = { workspace = true, features = ["validation"], optional = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
better_scoped_tls = { version = "1.0.0", path = "../better_scoped_tls" }
|
better_scoped_tls = { version = "1.0.0", path = "../better_scoped_tls" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_plugin_runner"
|
name = "swc_plugin_runner"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -63,12 +63,12 @@ virtual-fs = { workspace = true }
|
|||||||
wasmer = { workspace = true }
|
wasmer = { workspace = true }
|
||||||
wasmer-wasix = { workspace = true }
|
wasmer-wasix = { workspace = true }
|
||||||
|
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"concurrent",
|
"concurrent",
|
||||||
] }
|
] }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast", optional = true }
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast", optional = true }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast", optional = true }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast", optional = true }
|
||||||
swc_plugin_proxy = { version = "2.0.0", path = "../swc_plugin_proxy" }
|
swc_plugin_proxy = { version = "3.0.0", path = "../swc_plugin_proxy" }
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
wasmer-cache = { version = "4.3.7", optional = true }
|
wasmer-cache = { version = "4.3.7", optional = true }
|
||||||
@ -79,18 +79,18 @@ codspeed-criterion-compat = { workspace = true }
|
|||||||
criterion = { workspace = true }
|
criterion = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = '../swc_atoms' }
|
swc_atoms = { version = "2.0.0", path = '../swc_atoms' }
|
||||||
swc_css_ast = { version = "2.0.0", path = "../swc_css_ast", features = [
|
swc_css_ast = { version = "3.0.0", path = "../swc_css_ast", features = [
|
||||||
"rkyv-impl",
|
"rkyv-impl",
|
||||||
] }
|
] }
|
||||||
swc_css_parser = { version = "2.0.0", path = "../swc_css_parser" }
|
swc_css_parser = { version = "3.0.0", path = "../swc_css_parser" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast", features = [
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast", features = [
|
||||||
"rkyv-impl",
|
"rkyv-impl",
|
||||||
] }
|
] }
|
||||||
swc_ecma_loader = { version = "2.0.0", path = "../swc_ecma_loader" }
|
swc_ecma_loader = { version = "3.0.0", path = "../swc_ecma_loader" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
swc_ecma_visit = { version = "2.0.0", path = "../swc_ecma_visit" }
|
swc_ecma_visit = { version = "3.0.0", path = "../swc_ecma_visit" }
|
||||||
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
tokio = { workspace = true, features = ["rt"] }
|
tokio = { workspace = true, features = ["rt"] }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
|
@ -15,4 +15,4 @@ bench = false
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -6,17 +6,17 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_typescript"
|
name = "swc_typescript"
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_ecma_ast = { version = "2.0.0", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "3.0.0", path = "../swc_ecma_ast" }
|
||||||
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_ecma_codegen = { version = "2.0.0", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "3.0.0", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_parser = { version = "3.0.1", path = "../swc_ecma_parser" }
|
swc_ecma_parser = { version = "4.0.0", path = "../swc_ecma_parser" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_xml"
|
name = "swc_xml"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -19,7 +19,7 @@ version = "2.0.0"
|
|||||||
bench = false
|
bench = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_xml_ast = { version = "2.0.0", path = "../swc_xml_ast" }
|
swc_xml_ast = { version = "3.0.0", path = "../swc_xml_ast" }
|
||||||
swc_xml_codegen = { version = "2.0.0", path = "../swc_xml_codegen" }
|
swc_xml_codegen = { version = "3.0.0", path = "../swc_xml_codegen" }
|
||||||
swc_xml_parser = { version = "2.0.0", path = "../swc_xml_parser" }
|
swc_xml_parser = { version = "3.0.0", path = "../swc_xml_parser" }
|
||||||
swc_xml_visit = { version = "2.0.0", path = "../swc_xml_visit" }
|
swc_xml_visit = { version = "3.0.0", path = "../swc_xml_visit" }
|
||||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_xml_ast"
|
name = "swc_xml_ast"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -23,4 +23,4 @@ serde = { workspace = true, features = ["derive"], optional = true }
|
|||||||
|
|
||||||
string_enum = { version = "1.0.0", path = "../string_enum/" }
|
string_enum = { version = "1.0.0", path = "../string_enum/" }
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_xml_codegen"
|
name = "swc_xml_codegen"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -21,14 +21,14 @@ bitflags = { workspace = true }
|
|||||||
rustc-hash = { workspace = true }
|
rustc-hash = { workspace = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_xml_ast = { version = "2.0.0", path = "../swc_xml_ast" }
|
swc_xml_ast = { version = "3.0.0", path = "../swc_xml_ast" }
|
||||||
swc_xml_codegen_macros = { version = "1.0.0", path = "../swc_xml_codegen_macros" }
|
swc_xml_codegen_macros = { version = "1.0.0", path = "../swc_xml_codegen_macros" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
] }
|
] }
|
||||||
swc_xml_parser = { version = "2.0.0", path = "../swc_xml_parser" }
|
swc_xml_parser = { version = "3.0.0", path = "../swc_xml_parser" }
|
||||||
swc_xml_visit = { version = "2.0.0", path = "../swc_xml_visit" }
|
swc_xml_visit = { version = "3.0.0", path = "../swc_xml_visit" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_xml_parser"
|
name = "swc_xml_parser"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -20,15 +20,15 @@ debug = []
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_xml_ast = { version = "2.0.0", path = "../swc_xml_ast" }
|
swc_xml_ast = { version = "3.0.0", path = "../swc_xml_ast" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
swc_xml_ast = { version = "2.0.0", path = "../swc_xml_ast", features = [
|
swc_xml_ast = { version = "3.0.0", path = "../swc_xml_ast", features = [
|
||||||
"serde-impl",
|
"serde-impl",
|
||||||
] }
|
] }
|
||||||
swc_xml_visit = { version = "2.0.0", path = "../swc_xml_visit" }
|
swc_xml_visit = { version = "3.0.0", path = "../swc_xml_visit" }
|
||||||
testing = { version = "2.0.0", path = "../testing" }
|
testing = { version = "3.0.0", path = "../testing" }
|
||||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
name = "swc_xml_visit"
|
name = "swc_xml_visit"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -26,6 +26,6 @@ path = []
|
|||||||
serde = { workspace = true, optional = true }
|
serde = { workspace = true, optional = true }
|
||||||
|
|
||||||
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common" }
|
swc_common = { version = "3.0.0", path = "../swc_common" }
|
||||||
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
swc_visit = { version = "2.0.0", path = "../swc_visit" }
|
||||||
swc_xml_ast = { version = "2.0.0", path = "../swc_xml_ast" }
|
swc_xml_ast = { version = "3.0.0", path = "../swc_xml_ast" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "testing"
|
name = "testing"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -23,8 +23,8 @@ serde_json = { workspace = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
||||||
|
|
||||||
swc_common = { version = "2.0.1", path = "../swc_common", features = [
|
swc_common = { version = "3.0.0", path = "../swc_common", features = [
|
||||||
"tty-emitter",
|
"tty-emitter",
|
||||||
] }
|
] }
|
||||||
swc_error_reporters = { version = "3.0.0", path = "../swc_error_reporters" }
|
swc_error_reporters = { version = "4.0.0", path = "../swc_error_reporters" }
|
||||||
testing_macros = { version = "1.0.0", path = "../testing_macros" }
|
testing_macros = { version = "1.0.0", path = "../testing_macros" }
|
||||||
|
Loading…
Reference in New Issue
Block a user