[][src]Crate swc_visit

Modules

util

Macros

chain
define

This creates Visit. This is extensible visitor generator, and it

Structs

All

Visit all children nodes. This converts VisitAll to Visit. The type parameter V should implement VisitAll and All<V> implements Visit.

AndThen
Optional
Repeat

Enums

Either

The enum Either with variants Left and Right is a general purpose sum type with two cases.

Traits

Repeated