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
-2
Original file line number
Diff line number
Diff line change
@@ -179,8 +179,6 @@ module ts {
179
179
The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_or_an_enum_type: {code: 2363,category: DiagnosticCategory.Error,key: "The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type."},
180
180
Invalid_left_hand_side_of_assignment_expression: {code: 2364,category: DiagnosticCategory.Error,key: "Invalid left-hand side of assignment expression."},
181
181
Operator_0_cannot_be_applied_to_types_1_and_2: {code: 2365,category: DiagnosticCategory.Error,key: "Operator '{0}' cannot be applied to types '{1}' and '{2}'."},
182
-
No_best_common_type_exists_between_0_1_and_2: {code: 2366,category: DiagnosticCategory.Error,key: "No best common type exists between '{0}', '{1}', and '{2}'."},
183
-
No_best_common_type_exists_between_0_and_1: {code: 2367,category: DiagnosticCategory.Error,key: "No best common type exists between '{0}' and '{1}'."},
184
182
Type_parameter_name_cannot_be_0: {code: 2368,category: DiagnosticCategory.Error,key: "Type parameter name cannot be '{0}'"},
185
183
A_parameter_property_is_only_allowed_in_a_constructor_implementation: {code: 2369,category: DiagnosticCategory.Error,key: "A parameter property is only allowed in a constructor implementation."},
186
184
A_rest_parameter_must_be_of_an_array_type: {code: 2370,category: DiagnosticCategory.Error,key: "A rest parameter must be of an array type."},
0 commit comments