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
+8-4
Original file line number
Diff line number
Diff line change
@@ -3663,18 +3663,22 @@
3663
3663
"category": "Error",
3664
3664
"code": 2854
3665
3665
},
3666
-
"The left-hand side of an 'instanceof' expression must be assignable to the first argument of the right-hand side's '[Symbol.hasInstance]' method.": {
3666
+
"Class field '{0}' defined by the parent class is not accessible in the child class via super.": {
3667
3667
"category": "Error",
3668
3668
"code": 2855
3669
3669
},
3670
-
"An object's '[Symbol.hasInstance]' method must return a boolean value for it to be used on the right-hand side of an 'instanceof' expression.": {
3670
+
"The left-hand side of an 'instanceof' expression must be assignable to the first argument of the right-hand side's '[Symbol.hasInstance]' method.": {
3671
3671
"category": "Error",
3672
3672
"code": 2856
3673
3673
},
3674
-
"The right-hand side of an 'instanceof' expression must be either of type 'any', a class, function, or other type assignable to the 'Function' interface type, or an object type with a 'Symbol.hasInstance' method.": {
3674
+
"An object's '[Symbol.hasInstance]' method must return a boolean value for it to be used on the right-hand side of an 'instanceof' expression.": {
3675
3675
"category": "Error",
3676
3676
"code": 2857
3677
3677
},
3678
+
"The right-hand side of an 'instanceof' expression must be either of type 'any', a class, function, or other type assignable to the 'Function' interface type, or an object type with a 'Symbol.hasInstance' method.": {
3679
+
"category": "Error",
3680
+
"code": 2858
3681
+
},
3678
3682
3679
3683
"Import declaration '{0}' is using private name '{1}'.": {
3680
3684
"category": "Error",
@@ -7576,7 +7580,7 @@
7576
7580
"category": "Message",
7577
7581
"code": 95153
7578
7582
},
7579
-
"Can only convert string concatenation": {
7583
+
"Can only convert string concatenations and string literals": {
0 commit comments