This commit is contained in:
Tingan Ho 2017-07-30 10:29:09 +02:00
parent f945b26b54
commit b17bd97e71
2 changed files with 1 additions and 2 deletions

View file

@ -481,7 +481,7 @@ namespace ts {
Type,
ResolvedBaseConstructorType,
DeclaredType,
ResolvedReturnType
ResolvedReturnType,
}
const enum CheckMode {

View file

@ -4001,7 +4001,6 @@ namespace ts {
ContainsBindingPattern = 1 << 23,
ContainsYield = 1 << 24,
ContainsHoistedDeclarationOrCompletion = 1 << 25,
ContainsDynamicImport = 1 << 26,
// Please leave this as 1 << 29.