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/nodeModulesForbidenSyntax(module=node12).errors.txt
+48-48
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,27 @@
1
-
tests/cases/conformance/node/index.cts(2,12): error TS7060: This syntax is reserved in files with this extension. Add a trailing comma or explicit constraint.
2
-
tests/cases/conformance/node/index.cts(2,20): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
3
-
tests/cases/conformance/node/index.cts(2,23): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
4
-
tests/cases/conformance/node/index.mts(2,12): error TS7060: This syntax is reserved in files with this extension. Add a trailing comma or explicit constraint.
5
-
tests/cases/conformance/node/index.mts(2,20): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
6
-
tests/cases/conformance/node/index.mts(2,23): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
7
-
tests/cases/conformance/node/subfolder/index.cts(2,12): error TS7060: This syntax is reserved in files with this extension. Add a trailing comma or explicit constraint.
8
-
tests/cases/conformance/node/subfolder/index.cts(2,20): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
9
-
tests/cases/conformance/node/subfolder/index.cts(2,23): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
10
-
tests/cases/conformance/node/subfolder/index.mts(2,12): error TS7060: This syntax is reserved in files with this extension. Add a trailing comma or explicit constraint.
11
-
tests/cases/conformance/node/subfolder/index.mts(2,20): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
12
-
tests/cases/conformance/node/subfolder/index.mts(2,23): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
13
-
tests/cases/conformance/node/subfolder2/another/index.cts(2,12): error TS7060: This syntax is reserved in files with this extension. Add a trailing comma or explicit constraint.
14
-
tests/cases/conformance/node/subfolder2/another/index.cts(2,20): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
15
-
tests/cases/conformance/node/subfolder2/another/index.cts(2,23): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
16
-
tests/cases/conformance/node/subfolder2/another/index.mts(2,12): error TS7060: This syntax is reserved in files with this extension. Add a trailing comma or explicit constraint.
17
-
tests/cases/conformance/node/subfolder2/another/index.mts(2,20): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
18
-
tests/cases/conformance/node/subfolder2/another/index.mts(2,23): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
19
-
tests/cases/conformance/node/subfolder2/index.cts(2,12): error TS7060: This syntax is reserved in files with this extension. Add a trailing comma or explicit constraint.
20
-
tests/cases/conformance/node/subfolder2/index.cts(2,20): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
21
-
tests/cases/conformance/node/subfolder2/index.cts(2,23): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
22
-
tests/cases/conformance/node/subfolder2/index.mts(2,12): error TS7060: This syntax is reserved in files with this extension. Add a trailing comma or explicit constraint.
23
-
tests/cases/conformance/node/subfolder2/index.mts(2,20): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
24
-
tests/cases/conformance/node/subfolder2/index.mts(2,23): error TS7059: This syntax is reserved in files with this extension. Use an `as` expression instead.
1
+
tests/cases/conformance/node/index.cts(2,12): error TS7060: This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.
2
+
tests/cases/conformance/node/index.cts(2,20): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
3
+
tests/cases/conformance/node/index.cts(2,23): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
4
+
tests/cases/conformance/node/index.mts(2,12): error TS7060: This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.
5
+
tests/cases/conformance/node/index.mts(2,20): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
6
+
tests/cases/conformance/node/index.mts(2,23): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
7
+
tests/cases/conformance/node/subfolder/index.cts(2,12): error TS7060: This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.
8
+
tests/cases/conformance/node/subfolder/index.cts(2,20): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
9
+
tests/cases/conformance/node/subfolder/index.cts(2,23): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
10
+
tests/cases/conformance/node/subfolder/index.mts(2,12): error TS7060: This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.
11
+
tests/cases/conformance/node/subfolder/index.mts(2,20): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
12
+
tests/cases/conformance/node/subfolder/index.mts(2,23): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
13
+
tests/cases/conformance/node/subfolder2/another/index.cts(2,12): error TS7060: This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.
14
+
tests/cases/conformance/node/subfolder2/another/index.cts(2,20): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
15
+
tests/cases/conformance/node/subfolder2/another/index.cts(2,23): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
16
+
tests/cases/conformance/node/subfolder2/another/index.mts(2,12): error TS7060: This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.
17
+
tests/cases/conformance/node/subfolder2/another/index.mts(2,20): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
18
+
tests/cases/conformance/node/subfolder2/another/index.mts(2,23): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
19
+
tests/cases/conformance/node/subfolder2/index.cts(2,12): error TS7060: This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.
20
+
tests/cases/conformance/node/subfolder2/index.cts(2,20): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
21
+
tests/cases/conformance/node/subfolder2/index.cts(2,23): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
22
+
tests/cases/conformance/node/subfolder2/index.mts(2,12): error TS7060: This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint.
23
+
tests/cases/conformance/node/subfolder2/index.mts(2,20): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
24
+
tests/cases/conformance/node/subfolder2/index.mts(2,23): error TS7059: This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.
0 commit comments