swc_ecma_transforms_optimization 0.177.7

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.39"

[dependencies.swc_common]
version = "0.29.35"

[dependencies.swc_ecma_ast]
version = "0.98.2"

[dependencies.swc_ecma_parser]
version = "0.128.4"

[dependencies.swc_ecma_transforms_base]
version = "0.120.4"

[dependencies.swc_ecma_transforms_macros]
version = "0.5.0"

[dependencies.swc_ecma_utils]
version = "0.111.4"

[dependencies.swc_ecma_visit]
version = "0.84.2"

[dependencies.swc_fast_graph]
version = "0.17.36"

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

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

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

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

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

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

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

[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.177.7"