(bundle)
| 110793 | return endPrint(); |
| 110794 | } |
| 110795 | function printBundle(bundle) { |
| 110796 | writeBundle(bundle, beginPrint(), /*sourceMapEmitter*/ undefined); |
| 110797 | return endPrint(); |
| 110798 | } |
| 110799 | function printFile(sourceFile) { |
| 110800 | writeFile(sourceFile, beginPrint(), /*sourceMapEmitter*/ undefined); |
| 110801 | return endPrint(); |
no test coverage detected
searching dependent graphs…