fix(tasks): enable disable_old_builder Cargo feature for oxc_ast crate for all tasks#23885
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
|
Merge activity
|
…crate for all tasks (#23885) Part of #23043. We don't enable `oxc_ast`'s `disable_old_builder` Cargo feature in any of our published crates, or crates that are depended on by published crates. Tasks are private to the repo, so enable this feature on them, to ensure no usage of legacy `AstBuilder` methods sneak in during the transition period before we delete these methods.
3ca101b to
85a6853
Compare
…crate for all tasks (#23885) Part of #23043. We don't enable `oxc_ast`'s `disable_old_builder` Cargo feature in any of our published crates, or crates that are depended on by published crates. Tasks are private to the repo, so enable this feature on them, to ensure no usage of legacy `AstBuilder` methods sneak in during the transition period before we delete these methods.

Part of #23043.
We don't enable
oxc_ast'sdisable_old_builderCargo feature in any of our published crates, or crates that are depended on by published crates.Tasks are private to the repo, so enable this feature on them, to ensure no usage of legacy
AstBuildermethods sneak in during the transition period before we delete these methods.