swc_ecmascript 0.201.6

Ecmascript
Documentation
[dependencies.swc_ecma_ast]
version = "0.92.0"

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

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

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

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

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

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

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

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

[dependencies.swc_ecma_visit]
optional = true
version = "0.78.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"
readme = "README.md"
repository = "https://github.com/swc-project/swc.git"
resolver = "1"
version = "0.201.6"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]