(moduleSpecifier)
| 152349 | return makeExportDeclaration(/*exportClause*/ undefined, moduleSpecifier); |
| 152350 | } |
| 152351 | function reExportDefault(moduleSpecifier) { |
| 152352 | return makeExportDeclaration([ts.factory.createExportSpecifier(/*isTypeOnly*/ false, /*propertyName*/ undefined, "default")], moduleSpecifier); |
| 152353 | } |
| 152354 | function convertExportsPropertyAssignment(_a, sourceFile, changes) { |
| 152355 | var left = _a.left, right = _a.right, parent = _a.parent; |
| 152356 | var name = left.name.text; |
no test coverage detected