E0199: unclosed class; expected '}' by end of file
Every {
introducing a class block must have a matching }
ending a class
block. It is a syntax error to omit the }
:
To fix this error, write a matching }
:
Introduced in quick-lint-js version 2.3.0.