refactor(syntax): add #[inline] attribute to ScopeFlags::is_ts_conditional#16309
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. |
There was a problem hiding this comment.
Pull request overview
This PR adds the #[inline] attribute to the ScopeFlags::is_ts_conditional method to align it with the established pattern where all predicate methods in the ScopeFlags implementation use this attribute for performance optimization.
- Adds
#[inline]attribute tois_ts_conditionalmethod for consistency
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Uncontroversial change, so merging without review. |
Merge activity
|
CodSpeed Performance ReportMerging #16309 will not alter performanceComparing Summary
Footnotes
|
bfb99eb to
43a6c32
Compare
…ditional` (oxc-project#16309) Add `#[inline]` attr to this method, for consistency with all the rest. This omission was spotted by @aapoalas in oxc-project#16291.

Add
#[inline]attr to this method, for consistency with all the rest.This omission was spotted by @aapoalas in #16291.