oxc/crates/oxc_codegen/src
Boshen d942a8d41a
chore: Rust v1.83.0 changes (#7535)
This PR does not upgrade rustc. Only changes are applied.

We cannot upgrade to the lastet Rust version yet due to wasm-bindgen
breaking some generated types.

THere's also some elided lifetimes in `**/generated/**`, which requires
modification to ast tools.
2024-11-29 11:59:45 +08:00
..
binary_expr_visitor.rs refactor(codegen): do not print unnecessary parentheses if both sides use the same logical operator (#7325) 2024-11-19 10:31:53 +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 chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
lib.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
operator.rs
options.rs feat(codegen): print linked and external legal comment (#7059) 2024-11-02 04:08:14 +00:00
sourcemap_builder.rs