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
CheckFlagsDeferredTypeCheckFlags=1<<16// Calculation of the type of this symbol is deferred due to processing costs, should be fetched with `getTypeOfSymbolWithDeferredType`
26
-
CheckFlagsHasNeverTypeCheckFlags=1<<17// Synthetic property with at least one never type in constituents
27
-
CheckFlagsMappedCheckFlags=1<<18// Property of mapped type
28
-
CheckFlagsStripOptionalCheckFlags=1<<19// Strip optionality in mapped property
29
-
CheckFlagsUnresolvedCheckFlags=1<<20// Unresolved type alias symbol
30
-
CheckFlagsIsDiscriminantComputedCheckFlags=1<<21// IsDiscriminant flags has been computed
CheckFlagsDeferredTypeCheckFlags=1<<19// Calculation of the type of this symbol is deferred due to processing costs, should be fetched with `getTypeOfSymbolWithDeferredType`
29
+
CheckFlagsHasNeverTypeCheckFlags=1<<20// Synthetic property with at least one never type in constituents
30
+
CheckFlagsMappedCheckFlags=1<<21// Property of mapped type
31
+
CheckFlagsStripOptionalCheckFlags=1<<22// Strip optionality in mapped property
32
+
CheckFlagsUnresolvedCheckFlags=1<<23// Unresolved type alias symbol
33
+
CheckFlagsIsDiscriminantComputedCheckFlags=1<<24// IsDiscriminant flags has been computed
0 commit comments