mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Breaking change. `Codegen::into_source_text` consume `Codegen`, instead of taking the `CodeBuffer` and substituting an empty one. Keeping the `Codegen` alive seems unintuitive, as its state is then out of sync. Consuming the `CodeBuffer` is also marginally cheaper. |
||
|---|---|---|
| .. | ||
| binary_expr_visitor.rs | ||
| code_buffer.rs | ||
| comment.rs | ||
| context.rs | ||
| gen.rs | ||
| lib.rs | ||
| operator.rs | ||
| sourcemap_builder.rs | ||