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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -363,6 +363,7 @@ module ts {
363
363
External_module_0_uses_export_and_cannot_be_used_with_export_Asterisk: {code: 2498,category: DiagnosticCategory.Error,key: "External module '{0}' uses 'export =' and cannot be used with 'export *'."},
364
364
An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments: {code: 2499,category: DiagnosticCategory.Error,key: "An interface can only extend an identifier/qualified-name with optional type arguments."},
365
365
A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments: {code: 2500,category: DiagnosticCategory.Error,key: "A class can only implement an identifier/qualified-name with optional type arguments."},
366
+
A_rest_element_cannot_contain_a_binding_pattern: {code: 2501,category: DiagnosticCategory.Error,key: "A rest element cannot contain a binding pattern."},
366
367
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
367
368
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}'."},
368
369
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