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
Catch_clause_parameter_cannot_have_a_type_annotation: {code: 1013,category: DiagnosticCategory.Error,key: "Catch clause parameter cannot have a type annotation."},
21
14
A_rest_parameter_must_be_last_in_a_parameter_list: {code: 1014,category: DiagnosticCategory.Error,key: "A rest parameter must be last in a parameter list."},
@@ -28,16 +21,10 @@ module ts {
28
21
An_index_signature_must_have_a_type_annotation: {code: 1021,category: DiagnosticCategory.Error,key: "An index signature must have a type annotation."},
29
22
An_index_signature_parameter_must_have_a_type_annotation: {code: 1022,category: DiagnosticCategory.Error,key: "An index signature parameter must have a type annotation."},
30
23
An_index_signature_parameter_type_must_be_string_or_number: {code: 1023,category: DiagnosticCategory.Error,key: "An index signature parameter type must be 'string' or 'number'."},
_0_modifier_cannot_appear_on_a_class_element: {code: 1031,category: DiagnosticCategory.Error,key: "'{0}' modifier cannot appear on a class element."},
39
-
Interface_declaration_cannot_have_implements_clause: {code: 1032,category: DiagnosticCategory.Error,key: "Interface declaration cannot have 'implements' clause."},
40
-
super_invocation_cannot_have_type_arguments: {code: 1034,category: DiagnosticCategory.Error,key: "'super' invocation cannot have type arguments."},
41
28
Only_ambient_modules_can_use_quoted_names: {code: 1035,category: DiagnosticCategory.Error,key: "Only ambient modules can use quoted names."},
42
29
Statements_are_not_allowed_in_ambient_contexts: {code: 1036,category: DiagnosticCategory.Error,key: "Statements are not allowed in ambient contexts."},
43
30
A_function_implementation_cannot_be_declared_in_an_ambient_context: {code: 1037,category: DiagnosticCategory.Error,key: "A function implementation cannot be declared in an ambient context."},
@@ -53,25 +40,18 @@ module ts {
53
40
A_set_accessor_parameter_cannot_have_an_initializer: {code: 1052,category: DiagnosticCategory.Error,key: "A 'set' accessor parameter cannot have an initializer."},
54
41
A_set_accessor_cannot_have_rest_parameter: {code: 1053,category: DiagnosticCategory.Error,key: "A 'set' accessor cannot have rest parameter."},
55
42
A_get_accessor_cannot_have_parameters: {code: 1054,category: DiagnosticCategory.Error,key: "A 'get' accessor cannot have parameters."},
Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher: {code: 1056,category: DiagnosticCategory.Error,key: "Accessors are only available when targeting ECMAScript 5 and higher."},
58
44
Enum_member_must_have_initializer: {code: -9999999,category: DiagnosticCategory.Error,key: "Enum member must have initializer."},
59
45
An_export_assignment_cannot_be_used_in_an_internal_module: {code: 1063,category: DiagnosticCategory.Error,key: "An export assignment cannot be used in an internal module."},
60
46
Ambient_enum_elements_can_only_have_integer_literal_initializers: {code: 1066,category: DiagnosticCategory.Error,key: "Ambient enum elements can only have integer literal initializers."},
Unexpected_token_A_constructor_method_accessor_or_property_was_expected: {code: 1068,category: DiagnosticCategory.Error,key: "Unexpected token. A constructor, method, accessor, or property was expected."},
A_declare_modifier_cannot_be_used_with_an_import_declaration: {code: 1079,category: DiagnosticCategory.Error,key: "A 'declare' modifier cannot be used with an import declaration."},
Octal_literals_are_not_available_when_targeting_ECMAScript_5_and_higher: {code: 1085,category: DiagnosticCategory.Error,key: "Octal literals are not available when targeting ECMAScript 5 and higher."},
76
56
An_accessor_cannot_be_declared_in_an_ambient_context: {code: 1086,category: DiagnosticCategory.Error,key: "An accessor cannot be declared in an ambient context."},
77
57
_0_modifier_cannot_appear_on_a_constructor_declaration: {code: 1089,category: DiagnosticCategory.Error,key: "'{0}' modifier cannot appear on a constructor declaration."},
Print_this_message: {code: 6017,category: DiagnosticCategory.Message,key: "Print this message."},
253
232
Print_the_compiler_s_version: {code: 6019,category: DiagnosticCategory.Message,key: "Print the compiler's version."},
254
-
Allow_use_of_deprecated_0_keyword_when_referencing_an_external_module: {code: 6021,category: DiagnosticCategory.Message,key: "Allow use of deprecated '{0}' keyword when referencing an external module."},
255
-
Specify_locale_for_errors_and_messages_For_example_0_or_1: {code: 6022,category: DiagnosticCategory.Message,key: "Specify locale for errors and messages. For example '{0}' or '{1}'"},
Insert_command_line_options_and_files_from_a_file: {code: 6030,category: DiagnosticCategory.Message,key: "Insert command line options and files from a file."},
263
-
Use_the_0_flag_to_see_options: {code: 6031,category: DiagnosticCategory.Message,key: "Use the '{0}' flag to see options."},
Specify_the_codepage_to_use_when_opening_source_files: {code: 6040,category: DiagnosticCategory.Message,key: "Specify the codepage to use when opening source files."},
No_input_files_specified: {code: 6051,category: DiagnosticCategory.Error,key: "No input files specified."},
285
256
Warn_on_expressions_and_declarations_with_an_implied_any_type: {code: 7004,category: DiagnosticCategory.Message,key: "Warn on expressions and declarations with an implied 'any' type."},
286
257
Variable_0_implicitly_has_an_1_type: {code: 7005,category: DiagnosticCategory.Error,key: "Variable '{0}' implicitly has an '{1}' type."},
287
258
Parameter_0_implicitly_has_an_1_type: {code: 7006,category: DiagnosticCategory.Error,key: "Parameter '{0}' implicitly has an '{1}' type."},
@@ -290,8 +261,6 @@ module ts {
290
261
_0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type: {code: 7010,category: DiagnosticCategory.Error,key: "'{0}', which lacks return-type annotation, implicitly has an '{1}' return type."},
291
262
Function_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type: {code: 7011,category: DiagnosticCategory.Error,key: "Function expression, which lacks return-type annotation, implicitly has an '{0}' return type."},
292
263
Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type: {code: 7013,category: DiagnosticCategory.Error,key: "Construct signature, which lacks return-type annotation, implicitly has an 'any' return type."},
293
-
Lambda_function_which_lacks_return_type_annotation_implicitly_has_an_0_return_type: {code: 7014,category: DiagnosticCategory.Error,key: "Lambda function, which lacks return-type annotation, implicitly has an '{0}' return type."},
294
-
Array_literal_implicitly_has_an_0_type: {code: 7015,category: DiagnosticCategory.Error,key: "Array literal implicitly has an '{0}' type."},
295
264
Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_type_annotation: {code: 7016,category: DiagnosticCategory.Error,key: "Property '{0}' implicitly has type 'any', because its 'set' accessor lacks a type annotation."},
296
265
Index_signature_of_object_type_implicitly_has_an_any_type: {code: 7017,category: DiagnosticCategory.Error,key: "Index signature of object type implicitly has an 'any' type."},
297
266
Object_literal_s_property_0_implicitly_has_an_1_type: {code: 7018,category: DiagnosticCategory.Error,key: "Object literal's property '{0}' implicitly has an '{1}' type."},
super_must_be_followed_by_argument_list_or_member_access: {code: -9999999,category: DiagnosticCategory.Error,key: "'super' must be followed by argument list or member access."},
323
290
Line_break_not_permitted_here: {code: -9999999,category: DiagnosticCategory.Error,key: "Line break not permitted here."},
324
291
catch_or_finally_expected: {code: -9999999,category: DiagnosticCategory.Error,key: "'catch' or 'finally' expected."},
325
292
Block_or_expected: {code: -9999999,category: DiagnosticCategory.Error,key: "Block or ';' expected."},
326
293
Modifiers_not_permitted_on_index_signature_members: {code: -9999999,category: DiagnosticCategory.Error,key: "Modifiers not permitted on index signature members."},
327
-
Class_member_declaration_expected: {code: -9999999,category: DiagnosticCategory.Error,key: "Class member declaration expected."},
File_0_is_not_an_external_module: {code: -9999999,category: DiagnosticCategory.Error,key: "File '{0}' is not an external module."},
@@ -345,7 +311,6 @@ module ts {
345
311
Enum_name_cannot_be_0: {code: -9999999,category: DiagnosticCategory.Error,key: "Enum name cannot be '{0}'"},
346
312
Types_of_property_0_are_incompatible_Colon: {code: -9999999,category: DiagnosticCategory.Error,key: "Types of property '{0}' are incompatible:"},
347
313
Types_of_parameters_0_and_1_are_incompatible_Colon: {code: -9999999,category: DiagnosticCategory.Error,key: "Types of parameters '{0}' and '{1}' are incompatible:"},
Property_0_is_inaccessible: {code: -9999999,category: DiagnosticCategory.Error,key: "Property '{0}' is inaccessible."},
350
315
Function_implementation_is_missing_or_not_immediately_following_the_declaration: {code: -9999999,category: DiagnosticCategory.Error,key: "Function implementation is missing or not immediately following the declaration."},
351
316
Property_0_of_type_1_is_not_assignable_to_string_index_type_2: {code: -9999999,category: DiagnosticCategory.Error,key: "Property '{0}' of type '{1}' is not assignable to string index type '{2}'."},
0 commit comments