swc_ecma_transforms_optimization 0.162.23

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.petgraph]
version = "0.6"

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

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

[dependencies.serde_json]
version = "1.0.61"

[dependencies.swc_atoms]
version = "0.4.15"

[dependencies.swc_common]
version = "0.28.8"

[dependencies.swc_ecma_ast]
version = "0.91.8"

[dependencies.swc_ecma_parser]
version = "0.119.12"

[dependencies.swc_ecma_transforms_base]
version = "0.108.17"

[dependencies.swc_ecma_transforms_macros]
version = "0.5.0"

[dependencies.swc_ecma_utils]
version = "0.102.14"

[dependencies.swc_ecma_visit]
version = "0.77.8"

[dependencies.swc_fast_graph]
version = "0.16.8"

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

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

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

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

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

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

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

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

[lib]
bench = false

[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"
resolver = "1"
version = "0.162.23"