File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5008,7 +5008,7 @@ namespace ts {
50085008 // This *should* be every type other than null, undefined, void, and never
50095009 Narrowable = Any | Unknown | StructuredOrInstantiable | StringLike | NumberLike | BigIntLike | BooleanLike | ESSymbol | UniqueESSymbol | NonPrimitive ,
50105010 /* @internal */
5011- NotPrimitiveUnion = Any | Unknown | Enum | Void | Never | StructuredOrInstantiable ,
5011+ NotPrimitiveUnion = Any | Unknown | Enum | Void | Never | Object | Intersection | Instantiable ,
50125012 // The following flags are aggregated during union and intersection type construction
50135013 /* @internal */
50145014 IncludesMask = Any | Unknown | Primitive | Never | Object | Union | Intersection | NonPrimitive | TemplateLiteral ,
You can’t perform that action at this time.
0 commit comments