swc_ecma_transforms_base::pass

Trait JsPass

source
pub trait JsPass: CompilerPass + Fold { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> JsPass for T
where T: CompilerPass + Fold + ?Sized,