Skip to content

Commit dfcfd34

Browse files
committed
d
1 parent 0b14fde commit dfcfd34

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

transpile.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ if (entryPoints.length === 0) {
3434
process.exit(0);
3535
}
3636

37+
/**
38+
* This is specially formatted for transpile_pipe.ts
39+
*/
3740
const buff = [...entryPoints];
3841
buff.unshift('');
3942
const files = buff.join("\ntranspiled ");

0 commit comments

Comments
 (0)