Skip to content

Commit c358b0b

Browse files
Fixed tslint error.
1 parent e185574 commit c358b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ namespace ts {
15181518
!checkAndReportErrorForExtendingInterface(errorLocation) &&
15191519
!checkAndReportErrorForUsingTypeAsNamespace(errorLocation, name, meaning) &&
15201520
!checkAndReportErrorForUsingTypeAsValue(errorLocation, name, meaning) &&
1521-
!checkAndReportErrorForUsingNamespaceModuleAsValue(errorLocation, name, meaning) &&
1521+
!checkAndReportErrorForUsingNamespaceModuleAsValue(errorLocation, name, meaning) &&
15221522
!checkAndReportErrorForUsingValueAsType(errorLocation, name, meaning)) {
15231523
let suggestion: Symbol | undefined;
15241524
if (suggestedNameNotFoundMessage && suggestionCount < maximumSuggestionCount) {

0 commit comments

Comments
 (0)