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/diagnosticInformationMap.generated.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,7 @@ module ts {
261
261
Property_0_is_protected_in_type_1_but_public_in_type_2: {code: 2444,category: DiagnosticCategory.Error,key: "Property '{0}' is protected in type '{1}' but public in type '{2}'."},
262
262
Property_0_is_protected_and_only_accessible_within_class_1_and_its_subclasses: {code: 2445,category: DiagnosticCategory.Error,key: "Property '{0}' is protected and only accessible within class '{1}' and its subclasses."},
263
263
Property_0_is_protected_and_only_accessible_through_an_instance_of_class_1: {code: 2446,category: DiagnosticCategory.Error,key: "Property '{0}' is protected and only accessible through an instance of class '{1}'."},
264
+
The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead: {code: 2447,category: DiagnosticCategory.Error,key: "The '{0}' operator is not allowed for boolean types. Consider using '{1}' instead."},
264
265
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
265
266
Type_parameter_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 4001,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported class has or is using name '{1}' from private module '{2}'."},
266
267
Type_parameter_0_of_exported_class_has_or_is_using_private_name_1: {code: 4002,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported class has or is using private name '{1}'."},
0 commit comments