swc/crates/swc_ecma_quote
2022-08-17 14:28:18 +09:00
..
src feat(quote): Support different types for variables (#5194) 2022-07-13 19:02:00 +09:00
Cargo.toml chore: Publish crates 2022-08-17 14:28:18 +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.