Skip to content

Commit 3118afe

Browse files
author
Yui T
committed
Remove ES2018 folder
1 parent e386d65 commit 3118afe

38 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @module: es2018
1+
// @module: esnext
22
// @target: esnext
33
// @filename: 0.ts
44
export function foo() { return "foo"; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @module: es2018
1+
// @module: esnext
22
// @target: esnext
33
// @filename: 0.ts
44
export class B {

tests/cases/conformance/es2018/dynamicImport/importCallExpression3ES2018.ts renamed to tests/cases/conformance/dynamicImport/importCallExpression3ESNext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @module: es2018
1+
// @module: esnext
22
// @target: esnext
33
// @filename: 0.ts
44
export class B {

tests/cases/conformance/es2018/dynamicImport/importCallExpression4ES2018.ts renamed to tests/cases/conformance/dynamicImport/importCallExpression4ESNext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @module: es2018
1+
// @module: esnext
22
// @target: esnext
33
// @filename: 0.ts
44
export class B {

tests/cases/conformance/es2018/dynamicImport/importCallExpression5ES2018.ts renamed to tests/cases/conformance/dynamicImport/importCallExpression5ESNext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @module: es2018
1+
// @module: esnext
22
// @target: esnext
33
// @strictNullChecks: true
44
// @filename: 0.ts

tests/cases/conformance/es2018/dynamicImport/importCallExpression6ES2018.ts renamed to tests/cases/conformance/dynamicImport/importCallExpression6ESNext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @module: es2018
1+
// @module: esnext
22
// @target: esnext
33
// @filename: 0.ts
44
export class B {

tests/cases/conformance/es2018/dynamicImport/importCallExpressionDeclarationEmit2.ts renamed to tests/cases/conformance/dynamicImport/importCallExpressionDeclarationEmit2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @module: es2018
1+
// @module: esnext
22
// @target: esnext
33
// @declaration: true
44

tests/cases/conformance/es2018/dynamicImport/importCallExpressionDeclarationEmit3.ts renamed to tests/cases/conformance/dynamicImport/importCallExpressionDeclarationEmit3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @module: es2018
1+
// @module: esnext
22
// @target: esnext
33
// @declaration: true
44

0 commit comments

Comments
 (0)