Accept new API baselines

This commit is contained in:
Anders Hejlsberg 2019-11-20 13:45:44 -08:00
parent 337ab38348
commit 9bb8c7fc5e
2 changed files with 8 additions and 10 deletions

View File

@ -2374,11 +2374,10 @@ declare namespace ts {
ContainsSpread = 1024,
ReverseMapped = 2048,
JsxAttributes = 4096,
MarkerType = 8192,
JSLiteral = 16384,
FreshLiteral = 32768,
ArrayLiteral = 65536,
ObjectRestType = 131072,
JSLiteral = 8192,
FreshLiteral = 16384,
ArrayLiteral = 32768,
ObjectRestType = 65536,
ClassOrInterface = 3,
}
export interface ObjectType extends Type {

View File

@ -2374,11 +2374,10 @@ declare namespace ts {
ContainsSpread = 1024,
ReverseMapped = 2048,
JsxAttributes = 4096,
MarkerType = 8192,
JSLiteral = 16384,
FreshLiteral = 32768,
ArrayLiteral = 65536,
ObjectRestType = 131072,
JSLiteral = 8192,
FreshLiteral = 16384,
ArrayLiteral = 32768,
ObjectRestType = 65536,
ClassOrInterface = 3,
}
export interface ObjectType extends Type {