swc_babel_visit 0.1.0

Visitor implementation for babel nodes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "Daniel Woznicki <daniel.woznicki@gmail.com>"]
description = "Visitor implementation for babel nodes"
documentation = "https://rustdoc.swc.rs/swc_babel_visit/"
edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_babel_visit"
repository = "https://github.com/swc-project/swc.git"
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 = {version = "0.2", path = "../swc_atoms"}
swc_babel_ast = {version = "0.1", path = "../swc_babel_ast"}
swc_visit = {version = "0.2", path = "../swc_visit"}