Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Please don't ignore this template.
There doesn't seem to be a template for "@typescript-eslint/types".
Checks
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I haveread the FAQ and my problem is not listed.
Problem
Thefinalizer property on theTryStatement node type can benull but the type says it can't be.
Expected Type
interfaceTryStatementextendsBaseNode{// ...finalizer:BlockStatement|null;}
Actual Type
interfaceTryStatementextendsBaseNode{// ...finalizer:BlockStatement;}
Versions
| package | version |
|---|---|
@typescript-eslint/type | 4.11.1 |
TypeScript | 4.1.3 |
node | 14.15.3 |