Trait swc_ecma_transforms_base::perf::Check
source · pub trait Check: Visit + Default {
// Required method
fn should_handle(&self) -> bool;
}
pub trait Check: Visit + Default {
// Required method
fn should_handle(&self) -> bool;
}