Macro private_ident
macro_rules! private_ident {
($s:literal) => { ... };
($s:expr) => { ... };
($span:expr, $s:expr) => { ... };
}
Available on crate features
__ecma
and __utils
only.Expand description
Shortcut for quote_ident!(span.apply_mark(Mark::fresh(Mark::root())), s)