Skip to content

Commit ad3dc20

Browse files
committed
Accept API changes
1 parent 0fbe983 commit ad3dc20

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,6 +2040,7 @@ declare namespace ts {
20402040
ObjectLiteral = 128,
20412041
EvolvingArray = 256,
20422042
ObjectLiteralPatternWithComputedProperties = 512,
2043+
ContainsSpread = 1024,
20432044
ClassOrInterface = 3,
20442045
}
20452046
interface ObjectType extends Type {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,6 +2040,7 @@ declare namespace ts {
20402040
ObjectLiteral = 128,
20412041
EvolvingArray = 256,
20422042
ObjectLiteralPatternWithComputedProperties = 512,
2043+
ContainsSpread = 1024,
20432044
ClassOrInterface = 3,
20442045
}
20452046
interface ObjectType extends Type {

0 commit comments

Comments
 (0)