Searched refs:rhsSymbol (Results 1 – 1 of 1) sorted by relevance
582 … const rhsSymbol = typeChecker.getSymbolAtLocation((declaration.parent as BinaryExpression).right); constant583 if (!rhsSymbol) {587 documentation = rhsSymbol.getDocumentationComment(typeChecker);588 tags = rhsSymbol.getJsDocTags(typeChecker);