swc_ecma_utils 0.134.2

Utilities for swc ecmascript ast nodes
Documentation
[dependencies.indexmap]
version = "2.0.0"

[dependencies.num_cpus]
version = "1.13.1"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.rayon]
optional = true
version = "1.7.0"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.ryu-js]
version = "1.0.0"

[dependencies.swc_atoms]
version = "0.6.5"

[dependencies.swc_common]
version = "0.37.0"

[dependencies.swc_ecma_ast]
version = "0.118.0"

[dependencies.swc_ecma_visit]
version = "0.104.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.unicode-id]
version = "0.3"

[dev-dependencies.swc_ecma_parser]
version = "0.149.0"

[dev-dependencies.testing]
version = "0.39.0"

[features]
concurrent = ["swc_common/concurrent", "rayon"]

[lib]
bench = false
name = "swc_ecma_utils"
path = "src/lib.rs"

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Utilities for swc ecmascript ast nodes"
documentation = "https://rustdoc.swc.rs/swc_ecma_utils/"
edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_utils"
readme = false
repository = "https://github.com/swc-project/swc.git"
version = "0.134.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies.stacker]
optional = true
version = "0.1.15"