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