swc_ecmascript 0.186.1

Ecmascript
[dependencies.swc_ecma_ast]
version = "0.89.0"

[dependencies.swc_ecma_codegen]
optional = true
version = "0.120.0"

[dependencies.swc_ecma_dep_graph]
optional = true
version = "0.88.0"

[dependencies.swc_ecma_minifier]
optional = true
version = "0.142.0"

[dependencies.swc_ecma_parser]
default-features = false
optional = true
version = "0.116.0"

[dependencies.swc_ecma_preset_env]
optional = true
version = "0.156.0"

[dependencies.swc_ecma_quote]
optional = true
version = "0.30.0"

[dependencies.swc_ecma_transforms]
optional = true
version = "0.181.0"

[dependencies.swc_ecma_utils]
optional = true
version = "0.98.0"

[dependencies.swc_ecma_visit]
optional = true
version = "0.75.0"

[dev-dependencies]

[features]
codegen = ["swc_ecma_codegen"]
compat = ["swc_ecma_transforms/compat"]
concurrent = ["swc_ecma_minifier/concurrent"]
default = ["typescript-parser"]
dep_graph = ["swc_ecma_dep_graph"]
minifier = ["swc_ecma_minifier"]
module = ["swc_ecma_transforms/module"]
optimization = ["swc_ecma_transforms/optimization"]
parser = ["swc_ecma_parser"]
preset_env = ["swc_ecma_preset_env"]
proposal = ["swc_ecma_transforms/proposal"]
quote = ["swc_ecma_quote"]
react = ["swc_ecma_transforms/react"]
rkyv-impl = ["swc_ecma_ast/rkyv-impl"]
transforms = ["swc_ecma_transforms"]
typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
typescript-parser = ["swc_ecma_parser/typescript"]
utils = ["swc_ecma_utils"]
visit = ["swc_ecma_visit"]

[lib]
bench = false

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Ecmascript"
documentation = "https://rustdoc.swc.rs/swc_ecmascript/"
edition = "2021"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.186.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]