(expression)
| 26663 | return createVoidExpression(createNumericLiteral("0")); |
| 26664 | } |
| 26665 | function createExportDefault(expression) { |
| 26666 | return createExportAssignment( |
| 26667 | /*decorators*/ undefined, |
| 26668 | /*modifiers*/ undefined, |
| 26669 | /*isExportEquals*/ false, expression); |
| 26670 | } |
| 26671 | function createExternalModuleExport(exportName) { |
| 26672 | return createExportDeclaration( |
| 26673 | /*decorators*/ undefined, |
nothing calls this directly
no test coverage detected