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