Cargo Features

swc_ecma_visit has no features set by default.

[dependencies]
swc_ecma_visit = { version = "4.0.1", features = ["debug", "path", "serde-impl"] }
debug
path

Affects generated::VisitAstPath, generated::VisitWithAstPath, generated::VisitMutAstPath, generated::VisitMutWithAstPath, generated::FoldAstPath, generated::FoldWithAstPath, generated::AstKindPath, generated::AstNodePath, generated::fields

serde-impl = serde

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde serde-impl?