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-2
Original file line number
Diff line number
Diff line change
@@ -114,8 +114,8 @@ module ts {
114
114
The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_or_an_enum_type: {code: 2112,category: DiagnosticCategory.Error,key: "The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type."},
115
115
The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_or_an_enum_type: {code: 2113,category: DiagnosticCategory.Error,key: "The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type."},
116
116
An_arithmetic_operand_must_be_of_type_any_number_or_an_enum_type: {code: 2114,category: DiagnosticCategory.Error,key: "An arithmetic operand must be of type 'any', 'number' or an enum type."},
117
-
Variable_declarations_of_a_for_statement_cannot_use_a_type_annotation: {code: 2115,category: DiagnosticCategory.Error,key: "Variable declarations of a 'for' statement cannot use a type annotation."},
118
-
Variable_declarations_of_a_for_statement_must_be_of_types_string_or_any: {code: 2116,category: DiagnosticCategory.Error,key: "Variable declarations of a 'for' statement must be of types 'string' or 'any'."},
117
+
The_left_hand_side_of_a_for_in_statement_cannot_use_a_type_annotation: {code: 2115,category: DiagnosticCategory.Error,key: "The left-hand side of a 'for...in' statement cannot use a type annotation."},
118
+
The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any: {code: 2116,category: DiagnosticCategory.Error,key: "The left-hand side of a 'for...in' statement must be of type 'string' or 'any'."},
119
119
The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter: {code: 2117,category: DiagnosticCategory.Error,key: "The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter."},
120
120
The_left_hand_side_of_an_in_expression_must_be_of_types_any_string_or_number: {code: 2118,category: DiagnosticCategory.Error,key: "The left-hand side of an 'in' expression must be of types 'any', 'string' or 'number'."},
121
121
The_right_hand_side_of_an_in_expression_must_be_of_type_any_an_object_type_or_a_type_parameter: {code: 2119,category: DiagnosticCategory.Error,key: "The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter"},
0 commit comments