E0117: unexpected 'catch' without 'try'
try
statements can have a catch
clause. It is a syntax error to have a
catch
clause with no corresponding try
statement:
To fix this error, make sure the catch
keyword immediately follows the }
for
a try
block:
Introduced in quick-lint-js version 0.2.0.
Documentation for other errors