Searched defs:exportSymbol (Results 1 – 9 of 9) sorted by relevance
165 …const exportSymbol = Debug.checkDefined(checker.getSymbolAtLocation(exportName), "Export name shou… constant
543 const exportSymbol = checker.getSymbolAtLocation(exportAssignment); constant
10133 …const exportSymbol = symbol.declarations && getTargetOfAliasDeclaration(getDeclarationOfAliasSymbo… constant44017 const exportSymbol = getMergedSymbol(symbol.exportSymbol!); constant
1661 const exportSymbol = Debug.checkDefined(exportSpecifier.symbol); constant
2660 exportSymbol?: Symbol; property