Commits
Click on a commit to change the comparison rangefeat(quote): implement `jsquote!` and `jsquote_expr!`
ref oxc-project/backlog#151
This commit introduces the `jsquote!` and `jsquote_expr!`
procedural macros, which utilize the auto-derivation
system to build a proto-AST when using them in order to
produce in-situ Rust invocations.
Inspired heavily by the infamous `quote` crate.