diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 4de0c7a2a6c..f3979d80441 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -481,7 +481,7 @@ namespace ts { Type, ResolvedBaseConstructorType, DeclaredType, - ResolvedReturnType + ResolvedReturnType, } const enum CheckMode { diff --git a/src/compiler/types.ts b/src/compiler/types.ts index 09f1b5cfcc5..fb7a6745d0c 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -4001,7 +4001,6 @@ namespace ts { ContainsBindingPattern = 1 << 23, ContainsYield = 1 << 24, ContainsHoistedDeclarationOrCompletion = 1 << 25, - ContainsDynamicImport = 1 << 26, // Please leave this as 1 << 29.