oxc/crates/oxc_codegen/src
Boshen 6e64eef37c
refactor(codegen): remove match_expression! (#8450)
`match_expression!` + `self.to_expression()` seems like doing to the
same thing twice.

Incorrect matches should be caught unit tests.
2025-01-13 00:04:58 +08:00
..
binary_expr_visitor.rs fix(codegen): missing parens for in in for loop init when it includes two binary expression (#7703) 2024-12-06 15:52:04 +00:00
code_buffer.rs perf(codegen): faster writing indentation (#7820) 2024-12-13 05:17:32 +00:00
comment.rs refactor(global): sort imports (#7883) 2024-12-14 15:07:21 +00:00
context.rs docs(codegen): add #![warn(missing_docs)] to oxc_codegen (#6711) 2024-10-21 00:13:57 +00:00
gen.rs refactor(codegen): remove match_expression! (#8450) 2025-01-13 00:04:58 +08:00
lib.rs feat(codegen): print real newline when \n is inside template literals (#8178) 2024-12-29 12:20:47 +00:00
operator.rs refactor(codegen): restrict visibility of internal methods (#6145) 2024-09-28 14:33:42 +00:00
options.rs feat(codegen): print linked and external legal comment (#7059) 2024-11-02 04:08:14 +00:00
sourcemap_builder.rs fix(codegen): source map builder panicked because it attempted to subtract with overflow in search_original_line_and_column (#8185) 2024-12-31 20:00:41 +08:00