swc_ecma_parser 0.148.3

Feature-complete es2019 parser.
Documentation
[dependencies.either]
version = "1.10.0"

[dependencies.new_debug_unreachable]
version = "1.0.6"

[dependencies.num-bigint]
version = "0.4.3"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.phf]
features = ["macros"]
version = "0.11.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.smallvec]
version = "1.8.0"

[dependencies.smartstring]
version = "1"

[dependencies.swc_atoms]
version = "0.6.5"

[dependencies.swc_common]
version = "0.36.0"

[dependencies.swc_ecma_ast]
version = "0.117.0"

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

[dependencies.tracing]
version = "0.1.40"

[dependencies.typed-arena]
version = "2.0.1"

[dev-dependencies.codspeed-criterion-compat]
version = "2.6.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.pretty_assertions]
version = "1.3"

[dev-dependencies.serde_json]
version = "1.0.115"

[dev-dependencies.swc_ecma_ast]
features = ["serde-impl"]
version = "0.117.0"

[dev-dependencies.swc_ecma_visit]
version = "0.103.0"

[dev-dependencies.swc_malloc]
version = "0.5.10"

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

[dev-dependencies.walkdir]
version = "2.4.0"

[[example]]
name = "lexer"
path = "examples/lexer.rs"

[[example]]
name = "parse-all"
path = "examples/parse-all.rs"

[[example]]
name = "perf"
path = "examples/perf.rs"

[[example]]
name = "typescript"
path = "examples/typescript.rs"

[features]
debug = ["tracing-spans"]
default = ["typescript", "stacker"]
tracing-spans = []
typescript = []
verify = ["swc_ecma_visit"]

[lib]
bench = false
name = "swc_ecma_parser"
path = "src/lib.rs"

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Feature-complete es2019 parser."
documentation = "https://rustdoc.swc.rs/swc_ecma_parser/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
readme = false
repository = "https://github.com/swc-project/swc.git"
version = "0.148.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies.stacker]
optional = true
version = "0.1.15"