We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b14fde commit dfcfd34Copy full SHA for dfcfd34
1 file changed
transpile.ts
@@ -34,6 +34,9 @@ if (entryPoints.length === 0) {
34
process.exit(0);
35
}
36
37
+/**
38
+ * This is specially formatted for transpile_pipe.ts
39
+ */
40
const buff = [...entryPoints];
41
buff.unshift('');
42
const files = buff.join("\ntranspiled ");
0 commit comments