Skip to content

Commit beb7fc4

Browse files
Preserve newlines in our own compiler. This aids debugging as it keeps lines at a reasonable length and more closely matches the original source.
1 parent 9445b03 commit beb7fc4

File tree

7 files changed

+8164
-26951
lines changed

7 files changed

+8164
-26951
lines changed

Jakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, noOu
252252
options += " --stripInternal"
253253
}
254254

255-
options += " --cacheDownlevelForOfLength";
255+
options += " --cacheDownlevelForOfLength --preserveNewLines";
256256

257257
var cmd = host + " " + dir + compilerFilename + " " + options + " ";
258258
cmd = cmd + sources.join(" ");

0 commit comments

Comments
 (0)