oxc/crates/oxc_transformer
underfin 2794064eef
feat(transfrom): transform-json-strings (#2168)
The pr intends to implement the plugin
`babel-plugin-transform-json-strings`. But here is only mutate
`Directive`, the `StringLiteral` is not implement. It need to changed
the `StringLiteral` printer.

I'm intend to add the raw of `StringLiteral`, it will be mutate at
plugin, and using the `raw` to print `StringLiteral`. If you other
ideas, please let me know.

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-01-25 10:39:02 +00:00
..
examples feat(semantic): support scope descendents starting from a certain scope. (#1629) 2023-12-07 17:29:11 +08:00
src feat(transfrom): transform-json-strings (#2168) 2024-01-25 10:39:02 +00:00
Cargo.toml Publish crates v0.5.0 2024-01-12 23:33:47 +08:00