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
+4
Original file line number
Diff line number
Diff line change
@@ -3300,6 +3300,10 @@
3300
3300
"category": "Error",
3301
3301
"code": 2806
3302
3302
},
3303
+
"This syntax requires an imported helper named '{1}' with {2} parameters, which is not compatible with the one in '{0}'. Consider upgrading your version of '{0}'.": {
3304
+
"category": "Error",
3305
+
"code": 2807
3306
+
},
3303
3307
3304
3308
"Import declaration '{0}' is using private name '{1}'.": {
0 commit comments