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 {
5008
5008
// This *should* be every type other than null, undefined, void, and never
5009
5009
Narrowable = Any | Unknown | StructuredOrInstantiable | StringLike | NumberLike | BigIntLike | BooleanLike | ESSymbol | UniqueESSymbol | NonPrimitive ,
5010
5010
/* @internal */
5011
- NotPrimitiveUnion = Any | Unknown | Enum | Void | Never | StructuredOrInstantiable ,
5011
+ NotPrimitiveUnion = Any | Unknown | Enum | Void | Never | Object | Intersection | Instantiable ,
5012
5012
// The following flags are aggregated during union and intersection type construction
5013
5013
/* @internal */
5014
5014
IncludesMask = Any | Unknown | Primitive | Never | Object | Union | Intersection | NonPrimitive | TemplateLiteral ,
You can’t perform that action at this time.
0 commit comments