oxc/crates
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
..
oxc Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_allocator Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_ast refactor(ast): improve simple_assignment_target_identifier and simple_assignment_target_member_expression method (#2153) 2024-01-24 11:24:27 +08:00
oxc_cli feat(cli): disallow path pointing to parent directories (#2125) 2024-01-22 17:52:57 +08:00
oxc_codegen fix(codegen): print Directive original string (#2157) 2024-01-25 15:24:05 +08:00
oxc_diagnostics Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_index Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_js_regex Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
oxc_language_server chore: try fix broken env_logger 2024-01-23 15:03:53 +08:00
oxc_linter feat(transfrom): transform-json-strings (#2168) 2024-01-25 10:39:02 +00:00
oxc_macros feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_minifier feat(codegen): move string test to codegen (#2150) 2024-01-23 23:49:36 +08:00
oxc_parser chore(deps): update cargo (#2138) 2024-01-23 14:48:04 +08:00
oxc_prettier fix(codegen): print Directive original string (#2157) 2024-01-25 15:24:05 +08:00
oxc_semantic fix(codegen): print Directive original string (#2157) 2024-01-25 15:24:05 +08:00
oxc_span Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_syntax refactor(syntax): don't re-export unicode_id_start 2024-01-23 11:05:17 +08:00
oxc_transformer feat(transfrom): transform-json-strings (#2168) 2024-01-25 10:39:02 +00:00
oxc_wasm refactor(linter): perfect the scope linter (#2092) 2024-01-20 10:46:35 +08:00