Function swc_ecma_visit::span_remover
source ยท pub fn span_remover() -> impl Debug + Fold + Copy + Eq + Default + 'static
Expand description
Returns a Fold
which changes all span into DUMMY_SP
.
pub fn span_remover() -> impl Debug + Fold + Copy + Eq + Default + 'static
Returns a Fold
which changes all span into DUMMY_SP
.