This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 Some TypeScript utility types detected as undeclared with noUndeclaredVariables enabled #4643
Closed
1 task done
Labels
I-Easy
Implementation: easy task, usually a good fit for new contributors
S-Bug: confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
Playground Example
Rome doesn't seem to know about all of the utility types that exist in TS.
For example:
The
noUndeclaredVariables
rule will claimAwaited
is not defined. This is not true. It is built in. There are probably more of these.Expected result
All TypeScript utility types are treated as declared.
Code of Conduct
The text was updated successfully, but these errors were encountered: