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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -415,6 +415,7 @@ namespace ts {
415
415
The_arguments_object_cannot_be_referenced_in_an_async_arrow_function_Consider_using_a_standard_async_function_expression: {code: 2522,category: DiagnosticCategory.Error,key: "The 'arguments' object cannot be referenced in an async arrow function. Consider using a standard async function expression."},
416
416
yield_expressions_cannot_be_used_in_a_parameter_initializer: {code: 2523,category: DiagnosticCategory.Error,key: "'yield' expressions cannot be used in a parameter initializer."},
417
417
await_expressions_cannot_be_used_in_a_parameter_initializer: {code: 2524,category: DiagnosticCategory.Error,key: "'await' expressions cannot be used in a parameter initializer."},
418
+
Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value: {code: 2525,category: DiagnosticCategory.Error,key: "Initializer provides no value for this binding element and the binding element has no default value."},
418
419
JSX_element_attributes_type_0_must_be_an_object_type: {code: 2600,category: DiagnosticCategory.Error,key: "JSX element attributes type '{0}' must be an object type."},
419
420
The_return_type_of_a_JSX_element_constructor_must_return_an_object_type: {code: 2601,category: DiagnosticCategory.Error,key: "The return type of a JSX element constructor must return an object type."},
420
421
JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist: {code: 2602,category: DiagnosticCategory.Error,key: "JSX element implicitly has type 'any' because the global type 'JSX.Element' does not exist."},
@@ -428,6 +429,8 @@ namespace ts {
428
429
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
430
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
431
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}'."},
432
+
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."},
433
+
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."},
431
434
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
432
435
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}'."},
433
436
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