Commits
Click on a commit to change the comparison rangefix(linter): `no-useless-escape`: do not crash on backslash character (#6048)
Fixes https://github.com/oxc-project/oxc/issues/6046
Unlike other escape sequences such as `/\w/`, this is not actually parsed as a single character: `/\c/` so we incorrectly try to get the character before the backslash, which doesn't exist.