Crate swc_ecma_visit[][src]

Macros

Note: Ignoring more types is not considered as a breaking change.

Note: Ignoring more types is not considered as a breaking change.

Note: Ignoring more types is not considered as a breaking change.

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

Traits

Functions

Returns a Fold which changes all span into DUMMY_SP.