Module swc_core::ecma::visit

source ·
Available on crate features __ecma and __visit only.

Modules§

Macros§

Structs§

  • Visit all children nodes. This converts VisitAll to Visit. The type parameter V should implement VisitAll and All<V> implements Visit.
  • Wrap a VisitMut as a Fold

Enums§

Traits§

  • A utility trait implemented for ast nodes, and allow to visit them with a visitor.
  • Implemented for passes which inject variables.
  • A utility trait implemented for ast nodes, and allow to visit them with a visitor.
  • A utility trait implemented for ast nodes, and allow to visit them with a visitor.
  • A utility trait implemented for ast nodes, and allow to visit them with a visitor.

Functions§

Type Aliases§