Skip to content

Commit ad75193

Browse files
committed
Merge branch 'master' into cleanupDiagnostics
Conflicts: src/compiler/program.ts
2 parents 00ac836 + c4cb3e3 commit ad75193

File tree

263 files changed

+14679
-26967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+14679
-26967
lines changed

Jakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, noOu
252252
options += " --stripInternal"
253253
}
254254

255+
options += " --cacheDownlevelForOfLength --preserveNewLines";
256+
255257
var cmd = host + " " + dir + compilerFilename + " " + options + " ";
256258
cmd = cmd + sources.join(" ");
257259
console.log(cmd + "\n");

bin/tsc.js

Lines changed: 772 additions & 659 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)