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)
5920
5920
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
5921
5921
declarationRequiresScopeChange?: boolean;// Set by `useOuterVariableScopeInParameter` in checker when downlevel emit would change the name resolution scope inside of a parameter.
5922
-
serializedTypes?: ESMap<string,TypeNode&{truncating?: boolean,addedLength: number}>;// Collection of types serialized at this location
5922
+
serializedTypes?: ESMap<string,SerializedTypeEntry>;// Collection of types serialized at this location
5923
5923
5924
5924
contextualType?: Type;// Used to temporarily assign a contextual type during overload resolution
5925
5925
inferenceContext?: InferenceContext;// Inference context for contextual type
0 commit comments