Macro swc_ecma_visit::standard_only_visit_mut

source ยท
macro_rules! standard_only_visit_mut {
    ($name:ident, $N:ident) => { ... };
    () => { ... };
}
Expand description

Mark visitor as ECMAScript standard only and mark other types as unreachable.

Used to reduce the binary size.