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
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ module ts {
84
84
An_object_literal_cannot_have_property_and_accessor_with_the_same_name: {code: 1119,category: DiagnosticCategory.Error,key: "An object literal cannot have property and accessor with the same name."},
85
85
An_export_assignment_cannot_have_modifiers: {code: 1120,category: DiagnosticCategory.Error,key: "An export assignment cannot have modifiers."},
86
86
Octal_literals_are_not_allowed_in_strict_mode: {code: 1121,category: DiagnosticCategory.Error,key: "Octal literals are not allowed in strict mode."},
87
+
A_tuple_type_element_list_cannot_be_empty: {code: 1122,category: DiagnosticCategory.Error,key: "A tuple type element list cannot be empty."},
87
88
Variable_declaration_list_cannot_be_empty: {code: 1123,category: DiagnosticCategory.Error,key: "Variable declaration list cannot be empty."},
0 commit comments