Commits
Click on a commit to change the comparison rangefeat(span): add `move_right` and `move_left` (#12646)
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.