You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
Running TSLint via: (pick one) CLI / Node.js API / VSCode / grunt-tslint / Atom / Visual Studio / etc
microsoft/TypeScript#24142 is the cause of one of the issues, we should wait for a response there, hopefully a new nightly version of TS will resolve this issue.
Another test failure was caused by a new diagnostic which marks when all destructured elements are unused. We'll likely need to make a code change to handle this:
The text was updated successfully, but these errors were encountered:
Update: microsoft/TypeScript#24142 has been fixed, so after the next nightly is released we should see some of the issues resolve themselves. This just means we'll need to appropriately handle the new diagnostics noted above
Bug Report
microsoft/TypeScript#24142 is the cause of one of the issues, we should wait for a response there, hopefully a new nightly version of TS will resolve this issue.
Another test failure was caused by a new diagnostic which marks when all destructured elements are unused. We'll likely need to make a code change to handle this:
The text was updated successfully, but these errors were encountered: