[package] authors = ["강동윤 ", "Daniel Woznicki "] description = "Visitor implementation for estree nodes" documentation = "https://rustdoc.swc.rs/swc_estree_visit/" edition = "2018" license = "Apache-2.0/MIT" name = "swc_estree_visit" repository = "https://github.com/swc-project/swc.git" version = "0.1.0" [package.metadata.docs.rs] all-features = true [features] flavor-acorn = ["swc_estree_ast/flavor-acorn"] flavor-babel = ["swc_estree_ast/flavor-babel"] [dependencies] serde = {version = "1", features = ["derive"]} serde_json = "1.0.62" swc_atoms = {version = "0.2", path = "../swc_atoms"} swc_estree_ast = {version = "0.1", path = "../swc_estree_ast"} swc_estree_macros = {version = "0.1", path = "../swc_estree_macros/"} swc_visit = {version = "0.2", path = "../swc_visit"}