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
Add type-coverage ignore comments for keysIterable inference
TypeScript correctly infers the Iterable<string> type through the ternary
operator and cast, but the type-coverage tool cannot detect this inference.
Adding ignore comments to suppress false positives while maintaining actual
type safety. Increases type coverage from 99.92% to 100%.
0 commit comments