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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -427,6 +427,8 @@ namespace ts {
427
427
Cannot_emit_namespaced_JSX_elements_in_React: {code: 2650,category: DiagnosticCategory.Error,key: "Cannot emit namespaced JSX elements in React"},
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
+
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."},
431
+
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."},
430
432
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
431
433
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}'."},
432
434
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