File tree 2 files changed +8
-10
lines changed
tests/baselines/reference/api
2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -2374,11 +2374,10 @@ declare namespace ts {
2374
2374
ContainsSpread = 1024 ,
2375
2375
ReverseMapped = 2048 ,
2376
2376
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 ,
2382
2381
ClassOrInterface = 3 ,
2383
2382
}
2384
2383
export interface ObjectType extends Type {
Original file line number Diff line number Diff line change @@ -2374,11 +2374,10 @@ declare namespace ts {
2374
2374
ContainsSpread = 1024 ,
2375
2375
ReverseMapped = 2048 ,
2376
2376
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 ,
2382
2381
ClassOrInterface = 3 ,
2383
2382
}
2384
2383
export interface ObjectType extends Type {
You can’t perform that action at this time.
0 commit comments