E0037: unclosed block comment
Block comments start with /*
and end with */
. It is a syntax error for a
block comment to start but not end:
To fix this error, close the comment with */
.
Alternatively, write an expression between /
and *
:
Introduced in quick-lint-js version 0.2.0.
Documentation for other errors