Macro quote_expr
macro_rules! quote_expr {
($span:expr, null) => { ... };
($span:expr, undefined) => { ... };
}
Available on crate features
__ecma
and __utils
only.macro_rules! quote_expr {
($span:expr, null) => { ... };
($span:expr, undefined) => { ... };
}
__ecma
and __utils
only.