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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ module ts {
23
23
An_index_signature_parameter_must_have_a_type_annotation: {code: 1022,category: DiagnosticCategory.Error,key: "An index signature parameter must have a type annotation."},
24
24
An_index_signature_parameter_type_must_be_string_or_number: {code: 1023,category: DiagnosticCategory.Error,key: "An index signature parameter type must be 'string' or 'number'."},
25
25
A_class_or_interface_declaration_can_only_have_one_extends_clause: {code: 1024,category: DiagnosticCategory.Error,key: "A class or interface declaration can only have one 'extends' clause."},
26
-
An_extends_clause_must_precede_am_implements_clause: {code: 1025,category: DiagnosticCategory.Error,key: "An 'extends' clause must precede am 'implements' clause."},
26
+
An_extends_clause_must_precede_an_implements_clause: {code: 1025,category: DiagnosticCategory.Error,key: "An 'extends' clause must precede an 'implements' clause."},
27
27
A_class_can_only_extend_a_single_class: {code: 1026,category: DiagnosticCategory.Error,key: "A class can only extend a single class."},
28
28
A_class_declaration_can_only_have_one_implements_clause: {code: 1027,category: DiagnosticCategory.Error,key: "A class declaration can only have one 'implements' clause."},
Ambient_enum_elements_can_only_have_integer_literal_initializers: {code: 1066,category: DiagnosticCategory.Error,key: "Ambient enum elements can only have integer literal initializers."},
54
54
Unexpected_token_A_constructor_method_accessor_or_property_was_expected: {code: 1068,category: DiagnosticCategory.Error,key: "Unexpected token. A constructor, method, accessor, or property was expected."},
55
55
A_declare_modifier_cannot_be_used_with_an_import_declaration: {code: 1079,category: DiagnosticCategory.Error,key: "A 'declare' modifier cannot be used with an import declaration."},
Octal_literals_are_not_available_when_targeting_ECMAScript_5_and_higher: {code: 1085,category: DiagnosticCategory.Error,key: "Octal literals are not available when targeting ECMAScript 5 and higher."},
58
58
An_accessor_cannot_be_declared_in_an_ambient_context: {code: 1086,category: DiagnosticCategory.Error,key: "An accessor cannot be declared in an ambient context."},
59
59
_0_modifier_cannot_appear_on_a_constructor_declaration: {code: 1089,category: DiagnosticCategory.Error,key: "'{0}' modifier cannot appear on a constructor declaration."},
@@ -208,12 +208,12 @@ module ts {
208
208
Argument_of_type_0_is_not_assignable_to_parameter_of_type_1: {code: 3036,category: DiagnosticCategory.Error,key: "Argument of type '{0}' is not assignable to parameter of type '{1}'."},
209
209
Index_signature_is_missing_in_type_0: {code: 4003,category: DiagnosticCategory.Error,key: "Index signature is missing in type '{0}'."},
210
210
Index_signatures_are_incompatible_Colon: {code: 4004,category: DiagnosticCategory.Error,key: "Index signatures are incompatible:"},
211
-
Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_function: {code: 4016,category: DiagnosticCategory.NoPrefix,key: "Class '{0}' defines instance member accessor '{1}', but extended class '{2}' defines it as instance member function."},
212
-
Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_function: {code: 4017,category: DiagnosticCategory.NoPrefix,key: "Class '{0}' defines instance member property '{1}', but extended class '{2}' defines it as instance member function."},
213
-
Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_accessor: {code: 4018,category: DiagnosticCategory.NoPrefix,key: "Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member accessor."},
214
-
Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_property: {code: 4019,category: DiagnosticCategory.NoPrefix,key: "Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member property."},
211
+
Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_function: {code: 4016,category: DiagnosticCategory.Error,key: "Class '{0}' defines instance member accessor '{1}', but extended class '{2}' defines it as instance member function."},
212
+
Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_function: {code: 4017,category: DiagnosticCategory.Error,key: "Class '{0}' defines instance member property '{1}', but extended class '{2}' defines it as instance member function."},
213
+
Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_accessor: {code: 4018,category: DiagnosticCategory.Error,key: "Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member accessor."},
214
+
Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_property: {code: 4019,category: DiagnosticCategory.Error,key: "Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member property."},
215
215
In_an_enum_with_multiple_declarations_only_one_declaration_can_omit_an_initializer_for_its_first_enum_element: {code: 4024,category: DiagnosticCategory.Error,key: "In an enum with multiple declarations, only one declaration can omit an initializer for its first enum element."},
216
-
Named_properties_0_of_types_1_and_2_are_not_identical: {code: 4032,category: DiagnosticCategory.NoPrefix,key: "Named properties '{0}' of types '{1}' and '{2}' are not identical."},
216
+
Named_properties_0_of_types_1_and_2_are_not_identical: {code: 4032,category: DiagnosticCategory.Error,key: "Named properties '{0}' of types '{1}' and '{2}' are not identical."},
217
217
The_current_host_does_not_support_the_0_option: {code: 5001,category: DiagnosticCategory.Error,key: "The current host does not support the '{0}' option."},
218
218
Cannot_find_the_common_subdirectory_path_for_the_input_files: {code: 5009,category: DiagnosticCategory.Error,key: "Cannot find the common subdirectory path for the input files."},
0 commit comments