(node)
| 86776 | } |
| 86777 | } |
| 86778 | function isNameOfModuleOrEnumDeclaration(node) { |
| 86779 | return ts.isModuleOrEnumDeclaration(node.parent) && node === node.parent.name; |
| 86780 | } |
| 86781 | // When resolved as an expression identifier, if the given node references an exported entity, return the declaration |
| 86782 | // node of the exported entity's container. Otherwise, return undefined. |
| 86783 | function getReferencedExportContainer(nodeIn, prefixLocals) { |
no outgoing calls
no test coverage detected