[][src]Trait swc_ecma_transforms::pass::Pass

pub trait Pass: Fold<Module> { }

Crazy trait to make traversal fast again.

Note that pass.clone() should create a fresh pass.

Implementors

impl<P: ?Sized> Pass for P where
    P: Fold<Module>, 
[src]

Loading content...