Accept API baseline changes

This commit is contained in:
Anders Hejlsberg 2018-11-06 15:07:00 -08:00
parent e63ffe54fd
commit 7e3fd4626a
2 changed files with 2 additions and 0 deletions

View File

@ -2254,6 +2254,7 @@ declare namespace ts {
JsxAttributes = 4096,
MarkerType = 8192,
JSLiteral = 16384,
FreshLiteral = 32768,
ClassOrInterface = 3
}
interface ObjectType extends Type {

View File

@ -2254,6 +2254,7 @@ declare namespace ts {
JsxAttributes = 4096,
MarkerType = 8192,
JSLiteral = 16384,
FreshLiteral = 32768,
ClassOrInterface = 3
}
interface ObjectType extends Type {