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 b706adb commit 428f1deCopy full SHA for 428f1de
src/compiler/checker.ts
@@ -17780,7 +17780,7 @@ namespace ts {
17780
17781
function getSuggestionForNonexistentSymbol(location: Node | undefined, outerName: __String, meaning: SymbolFlags): string | undefined {
17782
const symbolResult = getSuggestedSymbolForNonexistentSymbol(location, outerName, meaning);
17783
- return symbolResult && symbolName(symbolResult)
+ return symbolResult && symbolName(symbolResult);
17784
}
17785
17786
function getSuggestedSymbolForNonexistentModule(name: Identifier, targetModule: Symbol): Symbol | undefined {
0 commit comments