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