macro_rules! standard_only_fold { ($name:ident, $N:ident) => { ... }; () => { ... }; }
Expand description
Mark visitor as ECMAScript standard only and mark other types as unreachable.
Used to reduce the binary size.
macro_rules! standard_only_fold { ($name:ident, $N:ident) => { ... }; () => { ... }; }
Mark visitor as ECMAScript standard only and mark other types as unreachable.
Used to reduce the binary size.