MCPcopy Index your code
hub / github.com/nodejs/node / getSuggestionForNonexistentSymbol

Function getSuggestionForNonexistentSymbol

test/fixtures/snapshot/typescript.js:75019–75022  ·  view source on GitHub ↗
(location, outerName, meaning)

Source from the content-addressed store, hash-verified

75017 return result;
75018 }
75019 function getSuggestionForNonexistentSymbol(location, outerName, meaning) {
75020 var symbolResult = getSuggestedSymbolForNonexistentSymbol(location, outerName, meaning);
75021 return symbolResult && ts.symbolName(symbolResult);
75022 }
75023 function getSuggestedSymbolForNonexistentModule(name, targetModule) {
75024 return targetModule.exports && getSpellingSuggestionForName(ts.idText(name), getExportsOfModuleAsArray(targetModule), 2623475 /* SymbolFlags.ModuleMember */);
75025 }

Callers 1

createTypeCheckerFunction · 0.85

Tested by

no test coverage detected