mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
Feedback from PR
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user