E0060: invalid hex escape sequence
String literals and template literals can contain escape sequences, including
\x
followed by two hexadecimal digits. It is an error for \x
to be followed
by anything except two hexadecimal digits:
To fix this error, complete the sequence by writing two hexadecimal digits:
Alternatively, escape \
with an extra \
:
Introduced in quick-lint-js version 0.2.0.