swc_ecma_visit 0.89.7

Visitors for swc ecmascript nodes which works on stable rustc
Documentation
[dependencies.num-bigint]
features = ["serde"]
version = "0.4"

[dependencies.serde]
optional = true
version = "1"

[dependencies.swc_atoms]
version = "0.5.4"

[dependencies.swc_common]
version = "0.31.6"

[dependencies.swc_ecma_ast]
version = "0.103.7"

[dependencies.swc_visit]
version = "0.5.5"

[dependencies.tracing]
version = "0.1.32"

[features]
debug = []
default = []
path = []

[lib]
bench = false

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Visitors for swc ecmascript nodes which works on stable rustc"
documentation = "https://rustdoc.swc.rs/swc_ecma_visit/"
edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_visit"
repository = "https://github.com/swc-project/swc.git"
resolver = "1"
version = "0.89.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]