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
A_rest_element_cannot_have_an_initializer: {code: 1186,category: DiagnosticCategory.Error,key: "A rest element cannot have an initializer."},
149
+
A_parameter_property_may_not_be_a_binding_pattern: {code: 1187,category: DiagnosticCategory.Error,key: "A parameter property may not be a binding pattern."},
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."},
151
152
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
@@ -297,6 +298,7 @@ module ts {
297
298
Type_0_has_no_property_1: {code: 2460,category: DiagnosticCategory.Error,key: "Type '{0}' has no property '{1}'."},
298
299
Type_0_is_not_an_array_type: {code: 2461,category: DiagnosticCategory.Error,key: "Type '{0}' is not an array type."},
299
300
A_rest_element_must_be_last_in_an_array_destructuring_pattern: {code: 2462,category: DiagnosticCategory.Error,key: "A rest element must be last in an array destructuring pattern"},
301
+
A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature: {code: 2463,category: DiagnosticCategory.Error,key: "A binding pattern parameter cannot be optional in an implementation signature."},
300
302
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
301
303
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}'."},
302
304
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