[]Trait swc_ecma_transforms::pass::Repeated

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

Required methods

fn changed(&self) -> bool

Should run again?

fn reset(&mut self)

Reset.

Loading content...

Implementations on Foreign Types

impl<A, B> Repeated for AndThen<A, B> where
    A: Repeated,
    B: Repeated

impl<V> Repeated for Repeat<V> where
    V: Repeated

Loading content...

Implementors

Loading content...