Macro swc_core::quote_expr

source ·
macro_rules! quote_expr {
    ($src:tt) => { ... };
    ($src:tt, $($tt2:tt)*) => { ... };
}
Available on crate feature ecma_quote only.
Expand description

Creates a Box<Expr> from the source code.

This is an alias for quote, but without as Box<Expr>.