swc_ecmascript 0.213.24

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

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

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

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

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

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

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

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

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

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

[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.213.24"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]