(exportName)
| 26669 | /*isExportEquals*/ false, expression); |
| 26670 | } |
| 26671 | function createExternalModuleExport(exportName) { |
| 26672 | return createExportDeclaration( |
| 26673 | /*decorators*/ undefined, |
| 26674 | /*modifiers*/ undefined, |
| 26675 | /*isTypeOnly*/ false, createNamedExports([ |
| 26676 | createExportSpecifier(/*isTypeOnly*/ false, /*propertyName*/ undefined, exportName) |
| 26677 | ])); |
| 26678 | } |
| 26679 | // |
| 26680 | // Utilities |
| 26681 | // |
nothing calls this directly
no test coverage detected