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 has been archived by the owner on Aug 31, 2023. It is now read-only.
When viewing a manually created .d.ts file, noUnusedVariables erroneously triggers.
For reference, this is setting up an environment that's outside the normal browser environment (Adobe Acrobat), so the default typescript lib files don't apply in a lot of cases.
Environment information
What happened?
When viewing a manually created
.d.ts
file,noUnusedVariables
erroneously triggers.For reference, this is setting up an environment that's outside the normal browser environment (Adobe Acrobat), so the default typescript lib files don't apply in a lot of cases.
Playground Link (Note: there's no declaration file option in the playground)
Expected result
It should not flag these declarations as unused.
Code of Conduct
The text was updated successfully, but these errors were encountered: