(symbol)
| 51550 | return getMergedSymbol(node.symbol && getLateBoundSymbol(node.symbol)); |
| 51551 | } |
| 51552 | function getParentOfSymbol(symbol) { |
| 51553 | return getMergedSymbol(symbol.parent && getLateBoundSymbol(symbol.parent)); |
| 51554 | } |
| 51555 | function getAlternativeContainingModules(symbol, enclosingDeclaration) { |
| 51556 | var containingFile = ts.getSourceFileOfNode(enclosingDeclaration); |
| 51557 | var id = getNodeId(containingFile); |
no test coverage detected