swc/crates/swc_ecma_quote
2022-10-28 01:27:37 +00:00
..
src fix(es/quote): Allow cloning (#5571) 2022-08-20 19:48:00 +09:00
Cargo.toml chore: Publish crates 2022-10-28 01:27:37 +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.