Skip to content

Commit 1bb4a62

Browse files
Merge pull request #2352 from Microsoft/forOf2
Use 'let' in the services layer.
2 parents 1430a0b + beb7fc4 commit 1bb4a62

37 files changed

+10931
-24588
lines changed

Jakefile

+2
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

+772-659
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)