E0134: unclosed code block; expected '}' by end of file
Every {
introducing a code block must have a matching }
ending a code block.
It is a syntax error to omit the }
:
To fix this error, write a matching }
:
Alternatively, remove an unnecessary {
:
Introduced in quick-lint-js version 0.2.0.