(node)
| 50721 | return resolved; |
| 50722 | } |
| 50723 | function getCommonJSPropertyAccess(node) { |
| 50724 | if (ts.isVariableDeclaration(node) && node.initializer && ts.isPropertyAccessExpression(node.initializer)) { |
| 50725 | return node.initializer; |
| 50726 | } |
| 50727 | } |
| 50728 | function getTargetOfNamespaceExportDeclaration(node, dontResolveAlias) { |
| 50729 | var resolved = resolveExternalModuleSymbol(node.parent.symbol, dontResolveAlias); |
| 50730 | markSymbolOfAliasDeclarationIfTypeOnly(node, /*immediateTarget*/ undefined, resolved, /*overwriteEmpty*/ false); |
no outgoing calls
no test coverage detected
searching dependent graphs…