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