Accept new baselines

This commit is contained in:
Anders Hejlsberg
2017-12-17 20:27:26 -08:00
parent 14590f1884
commit 100e4f6f3b
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -2034,7 +2034,6 @@ declare namespace ts {
Conditional = 2097152,
Extends = 4194304,
NonPrimitive = 134217728,
MarkerType = 536870912,
Literal = 224,
Unit = 13536,
StringOrNumberLiteral = 96,
@@ -2090,6 +2089,8 @@ declare namespace ts {
EvolvingArray = 256,
ObjectLiteralPatternWithComputedProperties = 512,
ContainsSpread = 1024,
JsxAttributes = 2048,
MarkerType = 4096,
ClassOrInterface = 3,
}
interface ObjectType extends Type {
+2 -1
View File
@@ -2034,7 +2034,6 @@ declare namespace ts {
Conditional = 2097152,
Extends = 4194304,
NonPrimitive = 134217728,
MarkerType = 536870912,
Literal = 224,
Unit = 13536,
StringOrNumberLiteral = 96,
@@ -2090,6 +2089,8 @@ declare namespace ts {
EvolvingArray = 256,
ObjectLiteralPatternWithComputedProperties = 512,
ContainsSpread = 1024,
JsxAttributes = 2048,
MarkerType = 4096,
ClassOrInterface = 3,
}
interface ObjectType extends Type {