E0039: unclosed regexp literal
Regular expression literals start with /
and end with /
. The /
symbol is
also used for the division operator. It is a syntax error to omit the trailing
/
from a regular expression literal:
To fix this error, close the regular expression literal:
Alternatively, include an expression before /
to treat the /
as a division
operator:
Introduced in quick-lint-js version 0.2.0.