(node)
| 90654 | return node.kind === 305 /* SyntaxKind.SourceFile */ ? transformSourceFile(node) : transformBundle(node); |
| 90655 | } |
| 90656 | function transformBundle(node) { |
| 90657 | return context.factory.createBundle(ts.map(node.sourceFiles, transformSourceFile), node.prepends); |
| 90658 | } |
| 90659 | } |
| 90660 | ts.chainBundle = chainBundle; |
| 90661 | function getExportNeedsImportStarHelper(node) { |
no test coverage detected