Commits
Click on a commit to change the comparison rangerefactor(codegen)!: `Codegen::into_source_text` consume `Codegen` (#6539)
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.1 year ago
by overlookmotel