swc/crates/swc_estree_ast/Cargo.toml
Donny/강동윤 cdef843369
feat(es/estree): Allow emitting acorn ast (#2859)
swc_estree_ast:
 - Add `Flavor`.
 - Adjust serialization based on `Flavor`.

swc_estree_visit:
 - Remove.

testing:
 - Add `diff_json`.

testing_macros:
 - `#[fixture]`: Print input.
2021-11-25 20:16:46 +09:00

20 lines
604 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "Daniel Woznicki <daniel.woznicki@gmail.com>"]
description = "ESTree AST node definitions"
documentation = "https://rustdoc.swc.rs/swc_estree_ast/"
edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_estree_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
[dependencies]
scoped-tls = "1.0.0"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14", path = "../swc_common"}