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
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ module ts {
191
191
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."},
192
192
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."},
193
193
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."},
194
+
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."},
194
195
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."},
195
196
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