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
Copy file name to clipboardExpand all lines: src/compiler/types.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4016,6 +4016,7 @@ namespace ts {
4016
4016
contextFreeType?: Type;// Cached context-free type used by the first pass of inference; used when a function's return is partially contextually sensitive
4017
4017
deferredNodes?: Map<Node>;// Set of nodes whose checking has been deferred
4018
4018
capturedBlockScopeBindings?: Symbol[];// Block-scoped bindings captured beneath this part of an IterationStatement
4019
+
isExhaustive?: boolean;// Is node an exhaustive switch statement
0 commit comments