(_a)
| 19720 | } |
| 19721 | ts.isUMDExportSymbol = isUMDExportSymbol; |
| 19722 | function showModuleSpecifier(_a) { |
| 19723 | var moduleSpecifier = _a.moduleSpecifier; |
| 19724 | return ts.isStringLiteral(moduleSpecifier) ? moduleSpecifier.text : getTextOfNode(moduleSpecifier); |
| 19725 | } |
| 19726 | ts.showModuleSpecifier = showModuleSpecifier; |
| 19727 | function getLastChild(node) { |
| 19728 | var lastChild; |
nothing calls this directly
no test coverage detected