refactor(formatter): replace format_once with format_with where possible#16031
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. |
format_once with format_with where possible
CodSpeed Performance ReportMerging #16031 will not alter performanceComparing Summary
Footnotes
|
|
I am going to merge these three PRs without @leaysgur's review since you are not available today. I've confirmed there's no regression in the VSCode repo. Feel free to review after you come back. |
Merge activity
|
…ossible (#16031) `format_once` has slightly overhead as its `T` was wrapped by Cell to avoid double calling. So prefer to `format_with` when possible
74d7dc8 to
4817486
Compare
c76ff3c to
66bab34
Compare
…ossible (oxc-project#16031) `format_once` has slightly overhead as its `T` was wrapped by Cell to avoid double calling. So prefer to `format_with` when possible

format_oncehas slightly overhead as itsTwas wrapped by Cell to avoid double calling. So prefer toformat_withwhen possible