-
-
Notifications
You must be signed in to change notification settings - Fork 722
feat(span): add move_right and move_left
#12646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(span): add move_right and move_left
#12646
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. |
CodSpeed Instrumentation Performance ReportMerging #12646 will not alter performanceComparing Summary
|
Merge activity
|
Added `move_right` for adjusting diagnostic messages for `oxc_linter`. `oxc_linter` will lint files like `vue`, `astro` and `svelte` which have a different JS source text offset than the file content offset. Added `move_left` because every other method had their counterpart too.
359796f to
43eb80d
Compare

Added
move_rightfor adjusting diagnostic messages foroxc_linter.oxc_linterwill lint files likevue,astroandsveltewhich have a different JS source text offset than the file content offset.Added
move_leftbecause every other method had their counterpart too.