Home
last modified time | relevance | path

Searched defs:failedAliasResolution (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DgoToDefinition.ts37 … const { symbol, failedAliasResolution } = getSymbol(classDecl, typeChecker, stopAtAlias); constant
263 … const { symbol, failedAliasResolution } = getSymbol(node, typeChecker, /*stopAtAlias*/ false); constant
Dtypes.ts1074 /* @internal */ failedAliasResolution?: boolean; property