-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Type narrowing for awaited values #30551
Copy link
Copy link
Open
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScript
Metadata
Metadata
Assignees
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScript
Type
Fields
Give feedbackNo fields configured for issues without a type.
Search Terms
promise, type narrowing, await
Suggestion
The type narrowing that occurs inside
ifstatements, should work with awaited valuesThough generally speaking a type is used for values that are already
Examples
Checklist
My suggestion meets these guidelines: