swc/crates/swc_ecma_quote
2023-11-04 21:49:01 +00:00
..
src feat(es/quote): Allow using Str as a var (#6797) 2023-01-12 11:40:26 +00:00
Cargo.toml chore: Publish crates 2023-11-04 21:49:01 +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.