(decl)
| 162685 | } |
| 162686 | } |
| 162687 | function addCommonjsExport(decl) { |
| 162688 | return __spreadArray([decl], getNamesToExportInCommonJS(decl).map(createExportAssignment), true); |
| 162689 | } |
| 162690 | function getNamesToExportInCommonJS(decl) { |
| 162691 | switch (decl.kind) { |
| 162692 | case 256 /* SyntaxKind.FunctionDeclaration */: |
no test coverage detected