Skip to content

Commit 369af08

Browse files
author
Yui T
committed
Change filename to indicate it uses module kind of es2018
1 parent 20293b0 commit 369af08

3 files changed

Lines changed: 1 addition & 0 deletions

File tree

src/harness/harness.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ namespace Harness {
945945

946946
export function getDefaultLibFileName(options: ts.CompilerOptions): string {
947947
switch (options.target) {
948+
case ts.ScriptTarget.ESNext:
948949
case ts.ScriptTarget.ES2017:
949950
return "lib.es2017.d.ts";
950951
case ts.ScriptTarget.ES2016:

tests/cases/conformance/es2018/dynamicImport/importCallExpression1.ts renamed to tests/cases/conformance/es2018/dynamicImport/importCallExpression1ES2018.ts

File renamed without changes.

tests/cases/conformance/es2018/dynamicImport/importCallExpression2.ts renamed to tests/cases/conformance/es2018/dynamicImport/importCallExpression2ES2018.ts

File renamed without changes.

0 commit comments

Comments
 (0)