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: src/compiler/diagnosticMessages.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2402,7 +2402,7 @@
2402
2402
"code": 2727
2403
2403
},
2404
2404
"'{0}' is declared here.": {
2405
-
"category": "Error",
2405
+
"category": "Message",
2406
2406
"code": 2728
2407
2407
},
2408
2408
"Property '{0}' is used before its initialization.": {
@@ -3886,7 +3886,7 @@
3886
3886
"code": 7037
3887
3887
},
3888
3888
"Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.": {
3889
-
"category": "Error",
3889
+
"category": "Message",
3890
3890
"code": 7038
3891
3891
},
3892
3892
"Mapped object type implicitly has an 'any' template type.": {
0 commit comments