File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments