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
@@ -144,6 +144,7 @@ module ts {
144
144
Array_element_destructuring_pattern_expected: {code: 1181,category: DiagnosticCategory.Error,key: "Array element destructuring pattern expected."},
145
145
A_destructuring_declaration_must_have_an_initializer: {code: 1182,category: DiagnosticCategory.Error,key: "A destructuring declaration must have an initializer."},
146
146
Destructuring_declarations_are_not_allowed_in_ambient_contexts: {code: 1183,category: DiagnosticCategory.Error,key: "Destructuring declarations are not allowed in ambient contexts."},
Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor: {code: 2301,category: DiagnosticCategory.Error,key: "Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."},
149
150
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
0 commit comments