Feedback from PR

This commit is contained in:
Wesley Wigham
2015-09-17 13:26:04 -07:00
parent f2b901a3c7
commit 8d6cb5fbb5
3 changed files with 27 additions and 29 deletions

View File

@@ -343,10 +343,6 @@ namespace ts {
let classifiableNames: Map<string>;
let skipDefaultLib = options.noLib;
if (options.target >= ScriptTarget.ES6 && !options.module) { // Preserve old ES6 module behavior
options.module = ModuleKind.ES6;
}
let start = new Date().getTime();