E0295: abstract fields cannot have default values
TypeScript abstract fields in classes cannot have initializers. It is a syntax
error to write an initializer for a field marked abstract
:
To fix this error, remove the initializer:
Alternatively, keep the initializer but remove the abstract
keyword:
Introduced in quick-lint-js version 2.10.0.
Documentation for other errors