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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4847,7 +4847,6 @@ namespace ts {
4847
4847
deferredNodes?: ESMap<NodeId,Node>;// Set of nodes whose checking has been deferred
4848
4848
capturedBlockScopeBindings?: Symbol[];// Block-scoped bindings captured beneath this part of an IterationStatement
4849
4849
outerTypeParameters?: TypeParameter[];// Outer type parameters of anonymous object type
4850
-
instantiations?: ESMap<string,Type>;// Instantiations of generic type alias (undefined if non-generic)
4851
4850
isExhaustive?: boolean;// Is node an exhaustive switch statement
4852
4851
skipDirectInference?: true;// Flag set by the API `getContextualType` call on a node when `Completions` is passed to force the checker to skip making inferences to a node's type
4853
4852
declarationRequiresScopeChange?: boolean;// Set by `useOuterVariableScopeInParameter` in checker when downlevel emit would change the name resolution scope inside of a parameter.
0 commit comments