Trait swc_ecma_visit::InjectVars
source · [−]pub trait InjectVars {
fn take_vars(&mut self) -> Vec<VarDeclarator>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
;
}
Expand description
Implemented for passes which inject variables.
If a pass depends on other pass which injects variables, this trait can be used to keep the variables.