E0015: expected expression before semicolon
throw
statements require an expression following the throw
keyword. It is an
error to rethrow an exception by writing just throw;
:
To rethrow an exception, name the exception variable after throw
:
Introduced in quick-lint-js version 0.2.0.