swc/babel/visit/Cargo.toml
강동윤 82ef06afb8
feat(babel/compat): Improve performance of babelify (#1626)
swc_babel_compat:
 - Optimize.

swc:
 - Improve performance of comment storage.
2021-05-06 14:56:54 +09:00

18 lines
502 B
TOML

[package]
authors = ["Daniel Woznicki <daniel.woznicki@gmail.com>"]
description = "Visitor implementation for babel nodes"
edition = "2018"
license = "MIT"
name = "swc_babel_visit"
publish = false
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = {version = "1", features = ["derive"]}
serde_json = "1.0.62"
swc_atoms = {path = "../../atoms"}
swc_babel_ast = {path = "../ast"}
swc_visit = {path = "../../visit"}