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
+1
Original file line number
Diff line number
Diff line change
@@ -5337,6 +5337,7 @@ namespace ts {
5337
5337
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
5338
5338
declarationRequiresScopeChange?: boolean;// Set by `useOuterVariableScopeInParameter` in checker when downlevel emit would change the name resolution scope inside of a parameter.
5339
5339
serializedTypes?: ESMap<string,TypeNode&{truncating?: boolean,addedLength: number}>;// Collection of types serialized at this location
5340
+
sourceFile?: SourceFile|undefined;// Cached lookup result of `getSourceFileOfNode`
0 commit comments