E0023: keywords cannot contain escape sequences
Outside a string or template literal, Unicode escape sequences (like \u{65}
)
can be used in identifiers. However, Unicode escape sequences are not allowed if
they would make an identifier look like a keyword when unescaped:
To fix this error, either pick a different variable name, or make a string:
Introduced in quick-lint-js version 0.2.0.