You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/baselines/reference/importAssertion1(module=commonjs).errors.txt
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
tests/cases/conformance/importAssertion/1.ts(1,14): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
2
-
tests/cases/conformance/importAssertion/1.ts(2,28): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
3
-
tests/cases/conformance/importAssertion/1.ts(3,28): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
4
-
tests/cases/conformance/importAssertion/2.ts(1,28): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
5
-
tests/cases/conformance/importAssertion/2.ts(2,38): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
1
+
tests/cases/conformance/importAssertion/1.ts(1,14): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
2
+
tests/cases/conformance/importAssertion/1.ts(2,28): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
3
+
tests/cases/conformance/importAssertion/1.ts(3,28): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
4
+
tests/cases/conformance/importAssertion/2.ts(1,28): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
5
+
tests/cases/conformance/importAssertion/2.ts(2,38): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
6
6
tests/cases/conformance/importAssertion/3.ts(2,25): error TS1324: Dynamic import only supports a second argument when the '--module' option is set to 'esnext'.
7
7
tests/cases/conformance/importAssertion/3.ts(3,25): error TS1324: Dynamic import only supports a second argument when the '--module' option is set to 'esnext'.
8
8
tests/cases/conformance/importAssertion/3.ts(4,25): error TS1324: Dynamic import only supports a second argument when the '--module' option is set to 'esnext'.
9
9
tests/cases/conformance/importAssertion/3.ts(5,26): error TS1324: Dynamic import only supports a second argument when the '--module' option is set to 'esnext'.
10
10
tests/cases/conformance/importAssertion/3.ts(7,25): error TS1324: Dynamic import only supports a second argument when the '--module' option is set to 'esnext'.
11
-
tests/cases/conformance/importAssertion/3.ts(8,11): message TS1433: Dynamic import must only have a specifier and an optional assertion as arguments
11
+
tests/cases/conformance/importAssertion/3.ts(8,11): message TS1434: Dynamic import must only have a specifier and an optional assertion as arguments
12
12
tests/cases/conformance/importAssertion/3.ts(9,25): error TS1324: Dynamic import only supports a second argument when the '--module' option is set to 'esnext'.
13
13
tests/cases/conformance/importAssertion/3.ts(10,25): error TS1324: Dynamic import only supports a second argument when the '--module' option is set to 'esnext'.
14
14
tests/cases/conformance/importAssertion/3.ts(10,52): error TS1009: Trailing comma not allowed.
@@ -21,13 +21,13 @@ tests/cases/conformance/importAssertion/3.ts(10,52): error TS1009: Trailing comm
Copy file name to clipboardExpand all lines: tests/baselines/reference/importAssertion1(module=es2015).errors.txt
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
tests/cases/conformance/importAssertion/1.ts(1,14): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
2
-
tests/cases/conformance/importAssertion/1.ts(2,28): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
3
-
tests/cases/conformance/importAssertion/1.ts(3,28): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
4
-
tests/cases/conformance/importAssertion/2.ts(1,28): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
5
-
tests/cases/conformance/importAssertion/2.ts(2,38): error TS2803: Import assertions are only supported when the '--module' option is set to 'esnext'.
1
+
tests/cases/conformance/importAssertion/1.ts(1,14): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
2
+
tests/cases/conformance/importAssertion/1.ts(2,28): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
3
+
tests/cases/conformance/importAssertion/1.ts(3,28): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
4
+
tests/cases/conformance/importAssertion/2.ts(1,28): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
5
+
tests/cases/conformance/importAssertion/2.ts(2,38): error TS2815: Import assertions are only supported when the '--module' option is set to 'esnext'.
6
6
tests/cases/conformance/importAssertion/3.ts(1,11): error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.
7
7
tests/cases/conformance/importAssertion/3.ts(2,11): error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.
8
8
tests/cases/conformance/importAssertion/3.ts(3,11): error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.
0 commit comments