E0038: unclosed identifier escape sequence
Identifiers can contain Unicode escape sequences starting with \u
. It is a
syntax error to write \u{
followed by hexadecimal digits without a closing
}
:
To fix this error, write }
to close the escape sequence.
Introduced in quick-lint-js version 0.2.0.