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: testdata/baselines/reference/submodule/compiler/escapedIdentifiers.errors.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
+
escapedIdentifiers.ts(25,16): error TS1540: A 'namespace' declaration should not be declared using the 'module' keyword. Please use the 'namespace' keyword instead.
1
2
escapedIdentifiers.ts(37,12): error TS2564: Property 'foo1' has no initializer and is not definitely assigned in the constructor.
2
3
escapedIdentifiers.ts(40,12): error TS2564: Property 'foo2' has no initializer and is not definitely assigned in the constructor.
3
4
4
5
5
-
==== escapedIdentifiers.ts (2 errors) ====
6
+
==== escapedIdentifiers.ts (3 errors) ====
6
7
/*
7
8
0 .. \u0030
8
9
9 .. \u0039
@@ -28,6 +29,8 @@ escapedIdentifiers.ts(40,12): error TS2564: Property 'foo2' has no initializer a
28
29
export var baz1: number;
29
30
}
30
31
declare module moduleType\u0032 {
32
+
~~~~~~~~~~~~~~~~
33
+
!!! error TS1540: A 'namespace' declaration should not be declared using the 'module' keyword. Please use the 'namespace' keyword instead.
0 commit comments