fix(linter/no_case_declarations): fix span of error for await using#9854
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. |
|
@camc314 I think this is better - the span doesn't include whitespace after |
CodSpeed Performance ReportMerging #9854 will not alter performanceComparing Summary
|
camc314
left a comment
There was a problem hiding this comment.
yeah this works. my main concern was multi byte chars and comments, but this should be fine
Merge activity
|
517a7d4 to
73fe248
Compare

Follow-on after #9751. Make the span in error for
await usingmore accurate.