Trait swc_ecma_transforms::pass::Repeated[]

pub trait Repeated {
    fn changed(&self) -> bool;
fn reset(&mut self); }
Expand description

Trait for a pass which is designed to invoked multiple time to same input.

See [Repeat].

Required methods

Should run again?

Reset.

Implementations on Foreign Types

Implementors