test(ast_visit): switch to new AstBuilder#23835
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
|
1478653 to
8d30fb6
Compare
858d332 to
21599f7
Compare
Merge activity
|
Part of #23043. Migrate `oxc_ast_visit` over to new `AstBuilder`. It only uses `AstBuilder` in one test, not in the main code.
8d30fb6 to
b274d8f
Compare
21599f7 to
f65bdc1
Compare
Part of #23043. Migrate `oxc_ast_visit` over to new `AstBuilder`. It only uses `AstBuilder` in one test, not in the main code.

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