swc/crates/swc_ecma_quote
강동윤 (Donny) 47a79485d9 chore: Revert bump crates
This reverts commit 97b92aa6ff.
2024-06-29 18:28:54 +09:00
..
src fix(es/quote): Allow variables typed AssignTarget (#8602) 2024-02-05 19:50:03 +09:00
Cargo.toml chore: Revert bump crates 2024-06-29 18:28:54 +09: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.