test(codegen): switch to new AstBuilder#23836
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merging this PR will not alter performance
Comparing Footnotes
|
5369758 to
c1d9bcd
Compare
Merge activity
|
Part of #23043. Migrate `oxc_codegen` over to new `AstBuilder`. It only uses `AstBuilder` in one test, not in the main code.
21599f7 to
f65bdc1
Compare
c1d9bcd to
15a4778
Compare
Part of #23043. Migrate `oxc_codegen` over to new `AstBuilder`. It only uses `AstBuilder` in one test, not in the main code.

Part of #23043. Migrate
oxc_codegenover to newAstBuilder.It only uses
AstBuilderin one test, not in the main code.