swc_ecma_transforms_optimization 0.104.0

rust port of babel and closure compiler.
Documentation
[dependencies.ahash]
version = "0.7.4"

[dependencies.dashmap]
version = "5.1.0"

[dependencies.indexmap]
version = "1.6.1"

[dependencies.once_cell]
version = "1.10.0"

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

[dependencies.serde_json]
version = "1.0.61"

[dependencies.swc_atoms]
version = "0.2"

[dependencies.swc_common]
version = "0.17.0"

[dependencies.swc_ecma_ast]
version = "0.71.0"

[dependencies.swc_ecma_parser]
version = "0.95.0"

[dependencies.swc_ecma_transforms_base]
version = "0.69.0"

[dependencies.swc_ecma_transforms_macros]
version = "0.3.0"

[dependencies.swc_ecma_utils]
version = "0.74.0"

[dependencies.swc_ecma_visit]
version = "0.57.0"

[dependencies.tracing]
version = "0.1.32"
[dev-dependencies.swc_ecma_transforms_compat]
version = "0.82.0"

[dev-dependencies.swc_ecma_transforms_module]
version = "0.94.0"

[dev-dependencies.swc_ecma_transforms_proposal]
version = "0.90.0"

[dev-dependencies.swc_ecma_transforms_react]
version = "0.96.0"

[dev-dependencies.swc_ecma_transforms_testing]
version = "0.71.0"

[dev-dependencies.swc_ecma_transforms_typescript]
version = "0.99.0"

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

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

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_optimization/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git"
version = "0.104.0"