oxc/crates/oxc_codegen/src
Dunqing 8c3a954336 fix(codegen): missing parens for in in for in loop init (#7705)
Well, this looks like an accidental change before, `Context::empty().and_forbid_in(false)` does nothing at all.
2024-12-06 15:52:05 +00: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 refactor(codegen)!: Codegen::into_source_text consume Codegen (#6539) 2024-10-14 01:09:03 +00:00
comment.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
context.rs docs(codegen): add #![warn(missing_docs)] to oxc_codegen (#6711) 2024-10-21 00:13:57 +00:00
gen.rs fix(codegen): missing parens for in in for in loop init (#7705) 2024-12-06 15:52:05 +00:00
lib.rs feat(codegen): better whitespace minification for import / export statements (#7650) 2024-12-04 19:24:03 +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 refactor(codegen)!: remove Codegen::enableSourceMap API (#6452) 2024-10-12 04:56:43 +00:00