File tree Expand file tree Collapse file tree
tests/baselines/reference/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2150,7 +2150,7 @@ declare namespace ts {
21502150 IndexedAccess = 1048576 ,
21512151 Conditional = 2097152 ,
21522152 Substitution = 4194304 ,
2153- NonPrimitive = 134217728 ,
2153+ NonPrimitive = 8388608 ,
21542154 Literal = 224 ,
21552155 Unit = 13536 ,
21562156 StringOrNumberLiteral = 96 ,
@@ -2168,8 +2168,8 @@ declare namespace ts {
21682168 InstantiablePrimitive = 524288 ,
21692169 Instantiable = 7897088 ,
21702170 StructuredOrInstantiable = 8355840 ,
2171- Narrowable = 142575359 ,
2172- NotUnionOrUnit = 134283777
2171+ Narrowable = 16746239 ,
2172+ NotUnionOrUnit = 8454657
21732173 }
21742174 type DestructuringPattern = BindingPattern | ObjectLiteralExpression | ArrayLiteralExpression ;
21752175 interface Type {
Original file line number Diff line number Diff line change @@ -2150,7 +2150,7 @@ declare namespace ts {
21502150 IndexedAccess = 1048576 ,
21512151 Conditional = 2097152 ,
21522152 Substitution = 4194304 ,
2153- NonPrimitive = 134217728 ,
2153+ NonPrimitive = 8388608 ,
21542154 Literal = 224 ,
21552155 Unit = 13536 ,
21562156 StringOrNumberLiteral = 96 ,
@@ -2168,8 +2168,8 @@ declare namespace ts {
21682168 InstantiablePrimitive = 524288 ,
21692169 Instantiable = 7897088 ,
21702170 StructuredOrInstantiable = 8355840 ,
2171- Narrowable = 142575359 ,
2172- NotUnionOrUnit = 134283777
2171+ Narrowable = 16746239 ,
2172+ NotUnionOrUnit = 8454657
21732173 }
21742174 type DestructuringPattern = BindingPattern | ObjectLiteralExpression | ArrayLiteralExpression ;
21752175 interface Type {
You can’t perform that action at this time.
0 commit comments