We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e185574 commit c358b0bCopy full SHA for c358b0b
src/compiler/checker.ts
@@ -1518,7 +1518,7 @@ namespace ts {
1518
!checkAndReportErrorForExtendingInterface(errorLocation) &&
1519
!checkAndReportErrorForUsingTypeAsNamespace(errorLocation, name, meaning) &&
1520
!checkAndReportErrorForUsingTypeAsValue(errorLocation, name, meaning) &&
1521
- !checkAndReportErrorForUsingNamespaceModuleAsValue(errorLocation, name, meaning) &&
+ !checkAndReportErrorForUsingNamespaceModuleAsValue(errorLocation, name, meaning) &&
1522
!checkAndReportErrorForUsingValueAsType(errorLocation, name, meaning)) {
1523
let suggestion: Symbol | undefined;
1524
if (suggestedNameNotFoundMessage && suggestionCount < maximumSuggestionCount) {
0 commit comments