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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -428,8 +428,8 @@ namespace ts {
428
428
A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_members_defined_in_other_enums: {code: 2651,category: DiagnosticCategory.Error,key: "A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums."},
429
429
Merged_declaration_0_cannot_include_a_default_export_declaration_Consider_adding_a_separate_export_default_0_declaration_instead: {code: 2652,category: DiagnosticCategory.Error,key: "Merged declaration '{0}' cannot include a default export declaration. Consider adding a separate 'export default {0}' declaration instead."},
430
430
Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1: {code: 2653,category: DiagnosticCategory.Error,key: "Non-abstract class expression does not implement inherited abstract member '{0}' from class '{1}'."},
Proper_external_module_that_carries_external_typings_should_be_d_ts_file: {code: 2655,category: DiagnosticCategory.Error,key: "Proper external module that carries external typings should be '.d.ts' file."},
431
+
Exported_external_package_typings_file_cannot_contain_tripleslash_references_Please_contact_the_package_author_to_update_the_package_definition: {code: 2654,category: DiagnosticCategory.Error,key: "Exported external package typings file cannot contain tripleslash references. Please contact the package author to update the package definition."},
432
+
Exported_external_package_typings_can_only_be_in_d_ts_files_Please_contact_the_package_author_to_update_the_package_definition: {code: 2655,category: DiagnosticCategory.Error,key: "Exported external package typings can only be in '.d.ts' files. Please contact the package author to update the package definition."},
433
433
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
434
434
Type_parameter_0_of_exported_class_has_or_is_using_private_name_1: {code: 4002,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported class has or is using private name '{1}'."},
435
435
Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1: {code: 4004,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported interface has or is using private name '{1}'."},
0 commit comments