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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -363,6 +363,7 @@ module ts {
363
363
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."},
364
364
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."},
365
365
A_rest_element_cannot_contain_a_binding_pattern: {code: 2501,category: DiagnosticCategory.Error,key: "A rest element cannot contain a binding pattern."},
366
+
_0_is_referenced_directly_or_indirectly_in_its_own_type_annotation: {code: 2502,category: DiagnosticCategory.Error,key: "'{0}' is referenced directly or indirectly in its own type annotation."},
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}'."},
@@ -517,7 +518,6 @@ module ts {
517
518
Object_literal_s_property_0_implicitly_has_an_1_type: {code: 7018,category: DiagnosticCategory.Error,key: "Object literal's property '{0}' implicitly has an '{1}' type."},
518
519
Rest_parameter_0_implicitly_has_an_any_type: {code: 7019,category: DiagnosticCategory.Error,key: "Rest parameter '{0}' implicitly has an 'any[]' type."},
519
520
Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type: {code: 7020,category: DiagnosticCategory.Error,key: "Call signature, which lacks return-type annotation, implicitly has an 'any' return type."},
520
-
_0_implicitly_has_type_any_because_it_is_referenced_directly_or_indirectly_in_its_own_type_annotation: {code: 7021,category: DiagnosticCategory.Error,key: "'{0}' implicitly has type 'any' because it is referenced directly or indirectly in its own type annotation."},
521
521
_0_implicitly_has_type_any_because_it_is_does_not_have_a_type_annotation_and_is_referenced_directly_or_indirectly_in_its_own_initializer: {code: 7022,category: DiagnosticCategory.Error,key: "'{0}' implicitly has type 'any' because it is does not have a type annotation and is referenced directly or indirectly in its own initializer."},
522
522
_0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions: {code: 7023,category: DiagnosticCategory.Error,key: "'{0}' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."},
523
523
Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions: {code: 7024,category: DiagnosticCategory.Error,key: "Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."},
0 commit comments