Macro swc_ecma_utils::private_ident

source ·
macro_rules! private_ident {
    ($s:expr) => { ... };
    ($span:expr, $s:expr) => { ... };
}
Expand description

Shortcut for quote_ident!(span.apply_mark(Mark::fresh(Mark::root())), s)