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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ module ts {
334
334
The_0_operator_cannot_be_applied_to_type_symbol: {code: 2469,category: DiagnosticCategory.Error,key: "The '{0}' operator cannot be applied to type 'symbol'."},
335
335
Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object: {code: 2470,category: DiagnosticCategory.Error,key: "'Symbol' reference does not refer to the global Symbol constructor object."},
336
336
A_computed_property_name_of_the_form_0_must_be_of_type_symbol: {code: 2471,category: DiagnosticCategory.Error,key: "A computed property name of the form '{0}' must be of type 'symbol'."},
337
-
Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_6_and_higher: {code: 2472,category: DiagnosticCategory.Error,key: "Spread operator in 'new' expressions is only available when targeting ECMAScript 6 and higher."},
337
+
Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher: {code: 2472,category: DiagnosticCategory.Error,key: "Spread operator in 'new' expressions is only available when targeting ECMAScript 5 and higher."},
338
338
Enum_declarations_must_all_be_const_or_non_const: {code: 2473,category: DiagnosticCategory.Error,key: "Enum declarations must all be const or non-const."},
339
339
In_const_enum_declarations_member_initializer_must_be_constant_expression: {code: 2474,category: DiagnosticCategory.Error,key: "In 'const' enum declarations member initializer must be constant expression."},
340
340
const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_import_declaration_or_export_assignment: {code: 2475,category: DiagnosticCategory.Error,key: "'const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment."},
0 commit comments