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
isExhaustive?: boolean|0;// Is node an exhaustive switch statement (0 indicates in-process resolution)
5688
5695
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
5689
5696
declarationRequiresScopeChange?: boolean;// Set by `useOuterVariableScopeInParameter` in checker when downlevel emit would change the name resolution scope inside of a parameter.
5690
-
serializedTypes?: Map<string,TypeNode&{truncating?: boolean,addedLength: number}>;// Collection of types serialized at this location
5697
+
serializedTypes?: Map<string,SerializedTypeNodeData>;// Collection of types serialized at this location
0 commit comments