Skip to content

Commit 8b2149e

Browse files
committed
Accept new baselines
1 parent 8f193b4 commit 8b2149e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

tests/baselines/reference/api/typescript.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)