Trait swc_ecma_transforms::perf::Check[][src]

pub trait Check: Visit + Default {
    pub fn should_handle(&self) -> bool;
}

Required methods

pub fn should_handle(&self) -> bool[src]

Loading content...

Implementors

Loading content...