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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3479,6 +3479,10 @@
3479
3479
"category": "Error",
3480
3480
"code": 2840
3481
3481
},
3482
+
"The type of this expression cannot be named without a resolution mode assertion, which is an unstable feature. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'.": {
3483
+
"category": "Error",
3484
+
"code": 2841
3485
+
},
3482
3486
3483
3487
"Import declaration '{0}' is using private name '{1}'.": {
0 commit comments