Change filename to indicate it uses module kind of es2018

This commit is contained in:
Yui T
2017-03-14 10:29:55 -07:00
parent 20293b0ece
commit 369af08e27
3 changed files with 1 additions and 0 deletions
+1
View File
@@ -945,6 +945,7 @@ namespace Harness {
export function getDefaultLibFileName(options: ts.CompilerOptions): string {
switch (options.target) {
case ts.ScriptTarget.ESNext:
case ts.ScriptTarget.ES2017:
return "lib.es2017.d.ts";
case ts.ScriptTarget.ES2016: