Crate swc_ecma_visit

source ·

Modules

  • This module contains enums representing fields of each types

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.
  • 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.
  • 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 Definitions