swc/crates/swc_ecma_quote
2024-02-07 07:25:27 +00:00
..
src fix(es/quote): Allow variables typed AssignTarget (#8602) 2024-02-05 19:50:03 +09:00
Cargo.toml chore: Bump crates 2024-02-07 07:25:27 +00:00
README.md feat(swc_core): Expose quote! macros (#5400) 2022-08-05 07:37:42 +00:00

swc_core replaces swc_ecma_quote

Instead of directly importing swc_ecma_quote, swc_core provides equivalent swc_core::quote and swc_core::quote_expr.