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
@@ -3882,6 +3882,7 @@ namespace ts {
3882
3882
contextFreeType?: Type;// Cached context-free type used by the first pass of inference; used when a function's return is partially contextually sensitive
3883
3883
deferredNodes?: Map<Node>;// Set of nodes whose checking has been deferred
3884
3884
capturedBlockScopeBindings?: Symbol[];// Block-scoped bindings captured beneath this part of an IterationStatement
3885
+
flowCacheKey?: string|false;// Flow-control loop cache key for the reference indicated by this node
0 commit comments