-
-
Notifications
You must be signed in to change notification settings - Fork 195
8$: report E0429 for class 'extends' clause #1114
Copy link
Copy link
Closed
Labels
false negativeBug: quick-lint-js accepts syntatically-invalid codeBug: quick-lint-js accepts syntatically-invalid codefor hireGet paid for working on this task: https://quick-lint-js.com/hiring.htmlGet paid for working on this task: https://quick-lint-js.com/hiring.html
Metadata
Metadata
Assignees
Labels
false negativeBug: quick-lint-js accepts syntatically-invalid codeBug: quick-lint-js accepts syntatically-invalid codefor hireGet paid for working on this task: https://quick-lint-js.com/hiring.htmlGet paid for working on this task: https://quick-lint-js.com/hiring.html
The following TypeScript code is invalid, but quick-lint-js accepts it without any diagnostic:
quick-lint-js should report E0429 like it does for
implementsandinterface ... extends.