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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2726,6 +2726,14 @@
2726
2726
"category": "Error",
2727
2727
"code": 2774
2728
2728
},
2729
+
"Control flow effects of calls to assertion and never-returning functions are reflected only when every variable or property referenced in the function expression is declared with an explicit type annotation.": {
2730
+
"category": "Error",
2731
+
"code": 2775
2732
+
},
2733
+
"Control flow effects of calls to assertion and never-returning functions are reflected only when the function expression is an identifier or qualified-name.": {
2734
+
"category": "Error",
2735
+
"code": 2776
2736
+
},
2729
2737
"Import declaration '{0}' is using private name '{1}'.": {
0 commit comments