Accept new baselines

This commit is contained in:
Anders Hejlsberg 2018-01-31 07:48:31 -08:00
parent 5702f61562
commit 1275a20ebe
2 changed files with 2 additions and 0 deletions

View File

@ -2212,6 +2212,7 @@ declare namespace ts {
MappedType = 2,
ReturnType = 4,
NoConstraints = 8,
AlwaysStrict = 16,
}
interface InferenceInfo {
typeParameter: TypeParameter;

View File

@ -2212,6 +2212,7 @@ declare namespace ts {
MappedType = 2,
ReturnType = 4,
NoConstraints = 8,
AlwaysStrict = 16,
}
interface InferenceInfo {
typeParameter: TypeParameter;