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
@@ -273,6 +273,7 @@ module ts {
273
273
Type_argument_candidate_1_is_not_a_valid_type_argument_because_it_is_not_a_supertype_of_candidate_0: {code: 2455,category: DiagnosticCategory.Error,key: "Type argument candidate '{1}' is not a valid type argument because it is not a supertype of candidate '{0}'."},
274
274
Type_alias_0_circularly_references_itself: {code: 2456,category: DiagnosticCategory.Error,key: "Type alias '{0}' circularly references itself."},
275
275
Type_alias_name_cannot_be_0: {code: 2457,category: DiagnosticCategory.Error,key: "Type alias name cannot be '{0}'"},
276
+
An_AMD_module_cannot_have_multiple_name_assignments: {code: 2458,category: DiagnosticCategory.Error,key: "An AMD module cannot have multiple name assignments."},
276
277
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
277
278
Type_parameter_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 4001,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported class has or is using name '{1}' from private module '{2}'."},
278
279
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}'."},
0 commit comments