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}'."},
@@ -369,9 +371,10 @@ module ts {
369
371
Enum_declarations_must_all_be_const_or_non_const: {code: 4082,category: DiagnosticCategory.Error,key: "Enum declarations must all be const or non-const."},
370
372
In_const_enum_declarations_member_initializer_must_be_constant_expression: {code: 4083,category: DiagnosticCategory.Error,key: "In 'const' enum declarations member initializer must be constant expression.",isEarly: true},
371
373
const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_import_declaration_or_export_assignment: {code: 4084,category: DiagnosticCategory.Error,key: "'const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment."},
372
-
Index_expression_arguments_in_const_enums_must_be_of_type_string: {code: 4085,category: DiagnosticCategory.Error,key: "Index expression arguments in 'const' enums must be of type 'string'."},
374
+
A_const_enum_member_can_only_be_accessed_using_a_string_literal: {code: 4085,category: DiagnosticCategory.Error,key: "A const enum member can only be accessed using a string literal.",isEarly: true},
373
375
const_enum_member_initializer_was_evaluated_to_a_non_finite_value: {code: 4086,category: DiagnosticCategory.Error,key: "'const' enum member initializer was evaluated to a non-finite value."},
374
376
const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN: {code: 4087,category: DiagnosticCategory.Error,key: "'const' enum member initializer was evaluated to disallowed value 'NaN'."},
377
+
Property_0_does_not_exist_on_const_enum_1: {code: 4088,category: DiagnosticCategory.Error,key: "Property '{0}' does not exist on 'const' enum '{1}'.",isEarly: true},
375
378
The_current_host_does_not_support_the_0_option: {code: 5001,category: DiagnosticCategory.Error,key: "The current host does not support the '{0}' option."},
376
379
Cannot_find_the_common_subdirectory_path_for_the_input_files: {code: 5009,category: DiagnosticCategory.Error,key: "Cannot find the common subdirectory path for the input files."},
Raise_error_on_expressions_and_declarations_with_an_implied_any_type: {code: 6052,category: DiagnosticCategory.Message,key: "Warn on expressions and declarations with an implied 'any' type."},
425
+
Raise_error_on_expressions_and_declarations_with_an_implied_any_type: {code: 6052,category: DiagnosticCategory.Message,key: "Raise error on expressions and declarations with an implied 'any' type."},
423
426
File_0_not_found: {code: 6053,category: DiagnosticCategory.Error,key: "File '{0}' not found."},
424
427
File_0_must_have_extension_ts_or_d_ts: {code: 6054,category: DiagnosticCategory.Error,key: "File '{0}' must have extension '.ts' or '.d.ts'."},
425
428
Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures: {code: 6055,category: DiagnosticCategory.Message,key: "Suppress noImplicitAny errors for indexing objects lacking index signatures."},
0 commit comments