Skip to content

Commit 9bb8c7f

Browse files
committed
Accept new API baselines
1 parent 337ab38 commit 9bb8c7f

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -2374,11 +2374,10 @@ declare namespace ts {
23742374
ContainsSpread = 1024,
23752375
ReverseMapped = 2048,
23762376
JsxAttributes = 4096,
2377-
MarkerType = 8192,
2378-
JSLiteral = 16384,
2379-
FreshLiteral = 32768,
2380-
ArrayLiteral = 65536,
2381-
ObjectRestType = 131072,
2377+
JSLiteral = 8192,
2378+
FreshLiteral = 16384,
2379+
ArrayLiteral = 32768,
2380+
ObjectRestType = 65536,
23822381
ClassOrInterface = 3,
23832382
}
23842383
export interface ObjectType extends Type {

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -2374,11 +2374,10 @@ declare namespace ts {
23742374
ContainsSpread = 1024,
23752375
ReverseMapped = 2048,
23762376
JsxAttributes = 4096,
2377-
MarkerType = 8192,
2378-
JSLiteral = 16384,
2379-
FreshLiteral = 32768,
2380-
ArrayLiteral = 65536,
2381-
ObjectRestType = 131072,
2377+
JSLiteral = 8192,
2378+
FreshLiteral = 16384,
2379+
ArrayLiteral = 32768,
2380+
ObjectRestType = 65536,
23822381
ClassOrInterface = 3,
23832382
}
23842383
export interface ObjectType extends Type {

0 commit comments

Comments
 (0)