jtscript
Version:
君土是一个集成开发系统, 让人们使用母语学习编程、开发互联网应用.
375 lines • 229 kB
JSON
{
"Unterminated_string_literal_1002" : "Unterminated string literal.",
"Identifier_expected_1003" : "Identifier expected.",
"_0_expected_1005" : "'{0}' expected.",
"A_file_cannot_have_a_reference_to_itself_1006" : "A file cannot have a reference to itself.",
"The_parser_expected_to_find_a_to_match_the_token_here_1007" : "The parser expected to find a '}' to match the '{' token here.",
"Trailing_comma_not_allowed_1009" : "Trailing comma not allowed.",
"Asterisk_Slash_expected_1010" : "'*/' expected.",
"An_element_access_expression_should_take_an_argument_1011" : "An element access expression should take an argument.",
"Unexpected_token_1012" : "Unexpected token.",
"A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013" : "A rest parameter or binding pattern may not have a trailing comma.",
"A_rest_parameter_must_be_last_in_a_parameter_list_1014" : "A rest parameter must be last in a parameter list.",
"Parameter_cannot_have_question_mark_and_initializer_1015" : "Parameter cannot have question mark and initializer.",
"A_required_parameter_cannot_follow_an_optional_parameter_1016" : "A required parameter cannot follow an optional parameter.",
"An_index_signature_cannot_have_a_rest_parameter_1017" : "An index signature cannot have a rest parameter.",
"An_index_signature_parameter_cannot_have_an_accessibility_modifier_1018" : "An index signature parameter cannot have an accessibility modifier.",
"An_index_signature_parameter_cannot_have_a_question_mark_1019" : "An index signature parameter cannot have a question mark.",
"An_index_signature_parameter_cannot_have_an_initializer_1020" : "An index signature parameter cannot have an initializer.",
"An_index_signature_must_have_a_type_annotation_1021" : "An index signature must have a type annotation.",
"An_index_signature_parameter_must_have_a_type_annotation_1022" : "An index signature parameter must have a type annotation.",
"An_index_signature_parameter_type_must_be_either_string_or_number_1023" : "An index signature parameter type must be either 'string' or 'number'.",
"readonly_modifier_can_only_appear_on_a_property_declaration_or_index_signature_1024" : "'readonly' modifier can only appear on a property declaration or index signature.",
"An_index_signature_cannot_have_a_trailing_comma_1025" : "An index signature cannot have a trailing comma.",
"Accessibility_modifier_already_seen_1028" : "Accessibility modifier already seen.",
"_0_modifier_must_precede_1_modifier_1029" : "'{0}' modifier must precede '{1}' modifier.",
"_0_modifier_already_seen_1030" : "'{0}' modifier already seen.",
"_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031" : "'{0}' modifier cannot appear on class elements of this kind.",
"super_must_be_followed_by_an_argument_list_or_member_access_1034" : "'super' must be followed by an argument list or member access.",
"Only_ambient_modules_can_use_quoted_names_1035" : "Only ambient modules can use quoted names.",
"Statements_are_not_allowed_in_ambient_contexts_1036" : "Statements are not allowed in ambient contexts.",
"A_declare_modifier_cannot_be_used_in_an_already_ambient_context_1038" : "A 'declare' modifier cannot be used in an already ambient context.",
"Initializers_are_not_allowed_in_ambient_contexts_1039" : "Initializers are not allowed in ambient contexts.",
"_0_modifier_cannot_be_used_in_an_ambient_context_1040" : "'{0}' modifier cannot be used in an ambient context.",
"_0_modifier_cannot_be_used_with_a_class_declaration_1041" : "'{0}' modifier cannot be used with a class declaration.",
"_0_modifier_cannot_be_used_here_1042" : "'{0}' modifier cannot be used here.",
"_0_modifier_cannot_appear_on_a_data_property_1043" : "'{0}' modifier cannot appear on a data property.",
"_0_modifier_cannot_appear_on_a_module_or_namespace_element_1044" : "'{0}' modifier cannot appear on a module or namespace element.",
"A_0_modifier_cannot_be_used_with_an_interface_declaration_1045" : "A '{0}' modifier cannot be used with an interface declaration.",
"Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier_1046" : "Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.",
"A_rest_parameter_cannot_be_optional_1047" : "A rest parameter cannot be optional.",
"A_rest_parameter_cannot_have_an_initializer_1048" : "A rest parameter cannot have an initializer.",
"A_set_accessor_must_have_exactly_one_parameter_1049" : "A 'set' accessor must have exactly one parameter.",
"A_set_accessor_cannot_have_an_optional_parameter_1051" : "A 'set' accessor cannot have an optional parameter.",
"A_set_accessor_parameter_cannot_have_an_initializer_1052" : "A 'set' accessor parameter cannot have an initializer.",
"A_set_accessor_cannot_have_rest_parameter_1053" : "A 'set' accessor cannot have rest parameter.",
"A_get_accessor_cannot_have_parameters_1054" : "A 'get' accessor cannot have parameters.",
"Type_0_is_not_a_valid_async_function_return_type_in_ES5_SlashES3_because_it_does_not_refer_to_a_Prom_1055" : "Type '{0}' is not a valid async function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor value.",
"Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056" : "Accessors are only available when targeting ECMAScript 5 and higher.",
"An_async_function_or_method_must_have_a_valid_awaitable_return_type_1057" : "An async function or method must have a valid awaitable return type.",
"The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_t_1058" : "The return type of an async function must either be a valid promise or must not contain a callable 'then' member.",
"A_promise_must_have_a_then_method_1059" : "A promise must have a 'then' method.",
"The_first_parameter_of_the_then_method_of_a_promise_must_be_a_callback_1060" : "The first parameter of the 'then' method of a promise must be a callback.",
"Enum_member_must_have_initializer_1061" : "Enum member must have initializer.",
"Type_is_referenced_directly_or_indirectly_in_the_fulfillment_callback_of_its_own_then_method_1062" : "Type is referenced directly or indirectly in the fulfillment callback of its own 'then' method.",
"An_export_assignment_cannot_be_used_in_a_namespace_1063" : "An export assignment cannot be used in a namespace.",
"The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" : "The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?",
"In_ambient_enum_declarations_member_initializer_must_be_constant_expression_1066" : "In ambient enum declarations member initializer must be constant expression.",
"Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068" : "Unexpected token. A constructor, method, accessor, or property was expected.",
"Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069" : "Unexpected token. A type parameter name was expected without curly braces.",
"_0_modifier_cannot_appear_on_a_type_member_1070" : "'{0}' modifier cannot appear on a type member.",
"_0_modifier_cannot_appear_on_an_index_signature_1071" : "'{0}' modifier cannot appear on an index signature.",
"A_0_modifier_cannot_be_used_with_an_import_declaration_1079" : "A '{0}' modifier cannot be used with an import declaration.",
"Invalid_reference_directive_syntax_1084" : "Invalid 'reference' directive syntax.",
"Octal_literals_are_not_available_when_targeting_ECMAScript_5_and_higher_Use_the_syntax_0_1085" : "Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '{0}'.",
"_0_modifier_cannot_appear_on_a_constructor_declaration_1089" : "'{0}' modifier cannot appear on a constructor declaration.",
"_0_modifier_cannot_appear_on_a_parameter_1090" : "'{0}' modifier cannot appear on a parameter.",
"Only_a_single_variable_declaration_is_allowed_in_a_for_in_statement_1091" : "Only a single variable declaration is allowed in a 'for...in' statement.",
"Type_parameters_cannot_appear_on_a_constructor_declaration_1092" : "Type parameters cannot appear on a constructor declaration.",
"Type_annotation_cannot_appear_on_a_constructor_declaration_1093" : "Type annotation cannot appear on a constructor declaration.",
"An_accessor_cannot_have_type_parameters_1094" : "An accessor cannot have type parameters.",
"A_set_accessor_cannot_have_a_return_type_annotation_1095" : "A 'set' accessor cannot have a return type annotation.",
"An_index_signature_must_have_exactly_one_parameter_1096" : "An index signature must have exactly one parameter.",
"_0_list_cannot_be_empty_1097" : "'{0}' list cannot be empty.",
"Type_parameter_list_cannot_be_empty_1098" : "Type parameter list cannot be empty.",
"Type_argument_list_cannot_be_empty_1099" : "Type argument list cannot be empty.",
"Invalid_use_of_0_in_strict_mode_1100" : "Invalid use of '{0}' in strict mode.",
"with_statements_are_not_allowed_in_strict_mode_1101" : "'with' statements are not allowed in strict mode.",
"delete_cannot_be_called_on_an_identifier_in_strict_mode_1102" : "'delete' cannot be called on an identifier in strict mode.",
"for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1103" : "'for await' loops are only allowed within async functions and at the top levels of modules.",
"A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement_1104" : "A 'continue' statement can only be used within an enclosing iteration statement.",
"A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement_1105" : "A 'break' statement can only be used within an enclosing iteration or switch statement.",
"Jump_target_cannot_cross_function_boundary_1107" : "Jump target cannot cross function boundary.",
"A_return_statement_can_only_be_used_within_a_function_body_1108" : "A 'return' statement can only be used within a function body.",
"Expression_expected_1109" : "Expression expected.",
"Type_expected_1110" : "Type expected.",
"A_default_clause_cannot_appear_more_than_once_in_a_switch_statement_1113" : "A 'default' clause cannot appear more than once in a 'switch' statement.",
"Duplicate_label_0_1114" : "Duplicate label '{0}'.",
"A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement_1115" : "A 'continue' statement can only jump to a label of an enclosing iteration statement.",
"A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement_1116" : "A 'break' statement can only jump to a label of an enclosing statement.",
"An_object_literal_cannot_have_multiple_properties_with_the_same_name_in_strict_mode_1117" : "An object literal cannot have multiple properties with the same name in strict mode.",
"An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118" : "An object literal cannot have multiple get/set accessors with the same name.",
"An_object_literal_cannot_have_property_and_accessor_with_the_same_name_1119" : "An object literal cannot have property and accessor with the same name.",
"An_export_assignment_cannot_have_modifiers_1120" : "An export assignment cannot have modifiers.",
"Octal_literals_are_not_allowed_in_strict_mode_1121" : "Octal literals are not allowed in strict mode.",
"Variable_declaration_list_cannot_be_empty_1123" : "Variable declaration list cannot be empty.",
"Digit_expected_1124" : "Digit expected.",
"Hexadecimal_digit_expected_1125" : "Hexadecimal digit expected.",
"Unexpected_end_of_text_1126" : "Unexpected end of text.",
"Invalid_character_1127" : "Invalid character.",
"Declaration_or_statement_expected_1128" : "Declaration or statement expected.",
"Statement_expected_1129" : "Statement expected.",
"case_or_default_expected_1130" : "'case' or 'default' expected.",
"Property_or_signature_expected_1131" : "Property or signature expected.",
"Enum_member_expected_1132" : "Enum member expected.",
"Variable_declaration_expected_1134" : "Variable declaration expected.",
"Argument_expression_expected_1135" : "Argument expression expected.",
"Property_assignment_expected_1136" : "Property assignment expected.",
"Expression_or_comma_expected_1137" : "Expression or comma expected.",
"Parameter_declaration_expected_1138" : "Parameter declaration expected.",
"Type_parameter_declaration_expected_1139" : "Type parameter declaration expected.",
"Type_argument_expected_1140" : "Type argument expected.",
"String_literal_expected_1141" : "String literal expected.",
"Line_break_not_permitted_here_1142" : "Line break not permitted here.",
"or_expected_1144" : "'{' or ';' expected.",
"Declaration_expected_1146" : "Declaration expected.",
"Import_declarations_in_a_namespace_cannot_reference_a_module_1147" : "Import declarations in a namespace cannot reference a module.",
"Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148" : "Cannot use imports, exports, or module augmentations when '--module' is 'none'.",
"File_name_0_differs_from_already_included_file_name_1_only_in_casing_1149" : "File name '{0}' differs from already included file name '{1}' only in casing.",
"const_declarations_must_be_initialized_1155" : "'const' declarations must be initialized.",
"const_declarations_can_only_be_declared_inside_a_block_1156" : "'const' declarations can only be declared inside a block.",
"let_declarations_can_only_be_declared_inside_a_block_1157" : "'let' declarations can only be declared inside a block.",
"Unterminated_template_literal_1160" : "Unterminated template literal.",
"Unterminated_regular_expression_literal_1161" : "Unterminated regular expression literal.",
"An_object_member_cannot_be_declared_optional_1162" : "An object member cannot be declared optional.",
"A_yield_expression_is_only_allowed_in_a_generator_body_1163" : "A 'yield' expression is only allowed in a generator body.",
"Computed_property_names_are_not_allowed_in_enums_1164" : "Computed property names are not allowed in enums.",
"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165" : "A computed property name in an ambient context must refer to an expression whose type is a literal type or a 'unique symbol' type.",
"A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_1166" : "A computed property name in a class property declaration must have a simple literal type or a 'unique symbol' type.",
"A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_ty_1168" : "A computed property name in a method overload must refer to an expression whose type is a literal type or a 'unique symbol' type.",
"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169" : "A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type.",
"A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type__1170" : "A computed property name in a type literal must refer to an expression whose type is a literal type or a 'unique symbol' type.",
"A_comma_expression_is_not_allowed_in_a_computed_property_name_1171" : "A comma expression is not allowed in a computed property name.",
"extends_clause_already_seen_1172" : "'extends' clause already seen.",
"extends_clause_must_precede_implements_clause_1173" : "'extends' clause must precede 'implements' clause.",
"Classes_can_only_extend_a_single_class_1174" : "Classes can only extend a single class.",
"implements_clause_already_seen_1175" : "'implements' clause already seen.",
"Interface_declaration_cannot_have_implements_clause_1176" : "Interface declaration cannot have 'implements' clause.",
"Binary_digit_expected_1177" : "Binary digit expected.",
"Octal_digit_expected_1178" : "Octal digit expected.",
"Unexpected_token_expected_1179" : "Unexpected token. '{' expected.",
"Property_destructuring_pattern_expected_1180" : "Property destructuring pattern expected.",
"Array_element_destructuring_pattern_expected_1181" : "Array element destructuring pattern expected.",
"A_destructuring_declaration_must_have_an_initializer_1182" : "A destructuring declaration must have an initializer.",
"An_implementation_cannot_be_declared_in_ambient_contexts_1183" : "An implementation cannot be declared in ambient contexts.",
"Modifiers_cannot_appear_here_1184" : "Modifiers cannot appear here.",
"Merge_conflict_marker_encountered_1185" : "Merge conflict marker encountered.",
"A_rest_element_cannot_have_an_initializer_1186" : "A rest element cannot have an initializer.",
"A_parameter_property_may_not_be_declared_using_a_binding_pattern_1187" : "A parameter property may not be declared using a binding pattern.",
"Only_a_single_variable_declaration_is_allowed_in_a_for_of_statement_1188" : "Only a single variable declaration is allowed in a 'for...of' statement.",
"The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer_1189" : "The variable declaration of a 'for...in' statement cannot have an initializer.",
"The_variable_declaration_of_a_for_of_statement_cannot_have_an_initializer_1190" : "The variable declaration of a 'for...of' statement cannot have an initializer.",
"An_import_declaration_cannot_have_modifiers_1191" : "An import declaration cannot have modifiers.",
"Module_0_has_no_default_export_1192" : "Module '{0}' has no default export.",
"An_export_declaration_cannot_have_modifiers_1193" : "An export declaration cannot have modifiers.",
"Export_declarations_are_not_permitted_in_a_namespace_1194" : "Export declarations are not permitted in a namespace.",
"export_Asterisk_does_not_re_export_a_default_1195" : "'export *' does not re-export a default.",
"Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified_1196" : "Catch clause variable type annotation must be 'any' or 'unknown' if specified.",
"Catch_clause_variable_cannot_have_an_initializer_1197" : "Catch clause variable cannot have an initializer.",
"An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive_1198" : "An extended Unicode escape value must be between 0x0 and 0x10FFFF inclusive.",
"Unterminated_Unicode_escape_sequence_1199" : "Unterminated Unicode escape sequence.",
"Line_terminator_not_permitted_before_arrow_1200" : "Line terminator not permitted before arrow.",
"Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" : "Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from \"mod\"', 'import {a} from \"mod\"', 'import d from \"mod\"', or another module format instead.",
"Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" : "Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.",
"Re_exporting_a_type_when_the_isolatedModules_flag_is_provided_requires_using_export_type_1205" : "Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.",
"Decorators_are_not_valid_here_1206" : "Decorators are not valid here.",
"Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name_1207" : "Decorators cannot be applied to multiple get/set accessors of the same name.",
"_0_cannot_be_compiled_under_isolatedModules_because_it_is_considered_a_global_script_file_Add_an_imp_1208" : "'{0}' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.",
"Invalid_use_of_0_Class_definitions_are_automatically_in_strict_mode_1210" : "Invalid use of '{0}'. Class definitions are automatically in strict mode.",
"A_class_declaration_without_the_default_modifier_must_have_a_name_1211" : "A class declaration without the 'default' modifier must have a name.",
"Identifier_expected_0_is_a_reserved_word_in_strict_mode_1212" : "Identifier expected. '{0}' is a reserved word in strict mode.",
"Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_stric_1213" : "Identifier expected. '{0}' is a reserved word in strict mode. Class definitions are automatically in strict mode.",
"Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode_1214" : "Identifier expected. '{0}' is a reserved word in strict mode. Modules are automatically in strict mode.",
"Invalid_use_of_0_Modules_are_automatically_in_strict_mode_1215" : "Invalid use of '{0}'. Modules are automatically in strict mode.",
"Identifier_expected_esModule_is_reserved_as_an_exported_marker_when_transforming_ECMAScript_modules_1216" : "Identifier expected. '__esModule' is reserved as an exported marker when transforming ECMAScript modules.",
"Export_assignment_is_not_supported_when_module_flag_is_system_1218" : "Export assignment is not supported when '--module' flag is 'system'.",
"Experimental_support_for_decorators_is_a_feature_that_is_subject_to_change_in_a_future_release_Set_t_1219" : "Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning.",
"Generators_are_only_available_when_targeting_ECMAScript_2015_or_higher_1220" : "Generators are only available when targeting ECMAScript 2015 or higher.",
"Generators_are_not_allowed_in_an_ambient_context_1221" : "Generators are not allowed in an ambient context.",
"An_overload_signature_cannot_be_declared_as_a_generator_1222" : "An overload signature cannot be declared as a generator.",
"_0_tag_already_specified_1223" : "'{0}' tag already specified.",
"Signature_0_must_be_a_type_predicate_1224" : "Signature '{0}' must be a type predicate.",
"Cannot_find_parameter_0_1225" : "Cannot find parameter '{0}'.",
"Type_predicate_0_is_not_assignable_to_1_1226" : "Type predicate '{0}' is not assignable to '{1}'.",
"Parameter_0_is_not_in_the_same_position_as_parameter_1_1227" : "Parameter '{0}' is not in the same position as parameter '{1}'.",
"A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods_1228" : "A type predicate is only allowed in return type position for functions and methods.",
"A_type_predicate_cannot_reference_a_rest_parameter_1229" : "A type predicate cannot reference a rest parameter.",
"A_type_predicate_cannot_reference_element_0_in_a_binding_pattern_1230" : "A type predicate cannot reference element '{0}' in a binding pattern.",
"An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration_1231" : "An export assignment must be at the top level of a file or module declaration.",
"An_import_declaration_can_only_be_used_in_a_namespace_or_module_1232" : "An import declaration can only be used in a namespace or module.",
"An_export_declaration_can_only_be_used_in_a_module_1233" : "An export declaration can only be used in a module.",
"An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file_1234" : "An ambient module declaration is only allowed at the top level in a file.",
"A_namespace_declaration_is_only_allowed_in_a_namespace_or_module_1235" : "A namespace declaration is only allowed in a namespace or module.",
"The_return_type_of_a_property_decorator_function_must_be_either_void_or_any_1236" : "The return type of a property decorator function must be either 'void' or 'any'.",
"The_return_type_of_a_parameter_decorator_function_must_be_either_void_or_any_1237" : "The return type of a parameter decorator function must be either 'void' or 'any'.",
"Unable_to_resolve_signature_of_class_decorator_when_called_as_an_expression_1238" : "Unable to resolve signature of class decorator when called as an expression.",
"Unable_to_resolve_signature_of_parameter_decorator_when_called_as_an_expression_1239" : "Unable to resolve signature of parameter decorator when called as an expression.",
"Unable_to_resolve_signature_of_property_decorator_when_called_as_an_expression_1240" : "Unable to resolve signature of property decorator when called as an expression.",
"Unable_to_resolve_signature_of_method_decorator_when_called_as_an_expression_1241" : "Unable to resolve signature of method decorator when called as an expression.",
"abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration_1242" : "'abstract' modifier can only appear on a class, method, or property declaration.",
"_0_modifier_cannot_be_used_with_1_modifier_1243" : "'{0}' modifier cannot be used with '{1}' modifier.",
"Abstract_methods_can_only_appear_within_an_abstract_class_1244" : "Abstract methods can only appear within an abstract class.",
"Method_0_cannot_have_an_implementation_because_it_is_marked_abstract_1245" : "Method '{0}' cannot have an implementation because it is marked abstract.",
"An_interface_property_cannot_have_an_initializer_1246" : "An interface property cannot have an initializer.",
"A_type_literal_property_cannot_have_an_initializer_1247" : "A type literal property cannot have an initializer.",
"A_class_member_cannot_have_the_0_keyword_1248" : "A class member cannot have the '{0}' keyword.",
"A_decorator_can_only_decorate_a_method_implementation_not_an_overload_1249" : "A decorator can only decorate a method implementation, not an overload.",
"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250" : "Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.",
"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_d_1251" : "Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Class definitions are automatically in strict mode.",
"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Modules_1252" : "Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Modules are automatically in strict mode.",
"_0_tag_cannot_be_used_independently_as_a_top_level_JSDoc_tag_1253" : "'{0}' tag cannot be used independently as a top level JSDoc tag.",
"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254" : "A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.",
"A_definite_assignment_assertion_is_not_permitted_in_this_context_1255" : "A definite assignment assertion '!' is not permitted in this context.",
"A_required_element_cannot_follow_an_optional_element_1257" : "A required element cannot follow an optional element.",
"A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration_1258" : "A default export must be at the top level of a file or module declaration.",
"Module_0_can_only_be_default_imported_using_the_1_flag_1259" : "Module '{0}' can only be default-imported using the '{1}' flag",
"Keywords_cannot_contain_escape_characters_1260" : "Keywords cannot contain escape characters.",
"Already_included_file_name_0_differs_from_file_name_1_only_in_casing_1261" : "Already included file name '{0}' differs from file name '{1}' only in casing.",
"Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module_1262" : "Identifier expected. '{0}' is a reserved word at the top-level of a module.",
"Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" : "Declarations with initializers cannot also have definite assignment assertions.",
"Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" : "Declarations with definite assignment assertions must also have type annotations.",
"A_rest_element_cannot_follow_another_rest_element_1265" : "A rest element cannot follow another rest element.",
"An_optional_element_cannot_follow_a_rest_element_1266" : "An optional element cannot follow a rest element.",
"with_statements_are_not_allowed_in_an_async_function_block_1300" : "'with' statements are not allowed in an async function block.",
"await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308" : "'await' expressions are only allowed within async functions and at the top levels of modules.",
"Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_1312" : "Did you mean to use a ':'? An '=' can only follow a property name when the containing object literal is part of a destructuring pattern.",
"The_body_of_an_if_statement_cannot_be_the_empty_statement_1313" : "The body of an 'if' statement cannot be the empty statement.",
"Global_module_exports_may_only_appear_in_module_files_1314" : "Global module exports may only appear in module files.",
"Global_module_exports_may_only_appear_in_declaration_files_1315" : "Global module exports may only appear in declaration files.",
"Global_module_exports_may_only_appear_at_top_level_1316" : "Global module exports may only appear at top level.",
"A_parameter_property_cannot_be_declared_using_a_rest_parameter_1317" : "A parameter property cannot be declared using a rest parameter.",
"An_abstract_accessor_cannot_have_an_implementation_1318" : "An abstract accessor cannot have an implementation.",
"A_default_export_can_only_be_used_in_an_ECMAScript_style_module_1319" : "A default export can only be used in an ECMAScript-style module.",
"Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member_1320" : "Type of 'await' operand must either be a valid promise or must not contain a callable 'then' member.",
"Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_cal_1321" : "Type of 'yield' operand in an async generator must either be a valid promise or must not contain a callable 'then' member.",
"Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322" : "Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member.",
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_esnext_commonjs_amd_system__1323" : "Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'esnext', 'commonjs', 'amd', 'system', or 'umd'.",
"Dynamic_import_must_have_one_specifier_as_an_argument_1324" : "Dynamic import must have one specifier as an argument.",
"Specifier_of_dynamic_import_cannot_be_spread_element_1325" : "Specifier of dynamic import cannot be spread element.",
"Dynamic_import_cannot_have_type_arguments_1326" : "Dynamic import cannot have type arguments.",
"String_literal_with_double_quotes_expected_1327" : "String literal with double quotes expected.",
"Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_li_1328" : "Property value can only be string literal, numeric literal, 'true', 'false', 'null', object literal or array literal.",
"_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329" : "'{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?",
"A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly_1330" : "A property of an interface or type literal whose type is a 'unique symbol' type must be 'readonly'.",
"A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly_1331" : "A property of a class whose type is a 'unique symbol' type must be both 'static' and 'readonly'.",
"A_variable_whose_type_is_a_unique_symbol_type_must_be_const_1332" : "A variable whose type is a 'unique symbol' type must be 'const'.",
"unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333" : "'unique symbol' types may not be used on a variable declaration with a binding name.",
"unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334" : "'unique symbol' types are only allowed on variables in a variable statement.",
"unique_symbol_types_are_not_allowed_here_1335" : "'unique symbol' types are not allowed here.",
"An_index_signature_parameter_type_cannot_be_a_type_alias_Consider_writing_0_Colon_1_Colon_2_instead_1336" : "An index signature parameter type cannot be a type alias. Consider writing '[{0}: {1}]: {2}' instead.",
"An_index_signature_parameter_type_cannot_be_a_union_type_Consider_using_a_mapped_object_type_instead_1337" : "An index signature parameter type cannot be a union type. Consider using a mapped object type instead.",
"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338" : "'infer' declarations are only permitted in the 'extends' clause of a conditional type.",
"Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here_1339" : "Module '{0}' does not refer to a value, but is used as a value here.",
"Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0_1340" : "Module '{0}' does not refer to a type, but is used as a type here. Did you mean 'typeof import('{0}')'?",
"Type_arguments_cannot_be_used_here_1342" : "Type arguments cannot be used here.",
"The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_esnext_or_system_1343" : "The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', or 'system'.",
"A_label_is_not_allowed_here_1344" : "'A label is not allowed here.",
"An_expression_of_type_void_cannot_be_tested_for_truthiness_1345" : "An expression of type 'void' cannot be tested for truthiness.",
"This_parameter_is_not_allowed_with_use_strict_directive_1346" : "This parameter is not allowed with 'use strict' directive.",
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347" : "'use strict' directive cannot be used with non-simple parameter list.",
"Non_simple_parameter_declared_here_1348" : "Non-simple parameter declared here.",
"use_strict_directive_used_here_1349" : "'use strict' directive used here.",
"Print_the_final_configuration_instead_of_building_1350" : "Print the final configuration instead of building.",
"An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal_1351" : "An identifier or keyword cannot immediately follow a numeric literal.",
"A_bigint_literal_cannot_use_exponential_notation_1352" : "A bigint literal cannot use exponential notation.",
"A_bigint_literal_must_be_an_integer_1353" : "A bigint literal must be an integer.",
"readonly_type_modifier_is_only_permitted_on_array_and_tuple_literal_types_1354" : "'readonly' type modifier is only permitted on array and tuple literal types.",
"A_const_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array__1355" : "A 'const' assertions can only be applied to references to enum members, or string, number, boolean, array, or object literals.",
"Did_you_mean_to_mark_this_function_as_async_1356" : "Did you mean to mark this function as 'async'?",
"An_enum_member_name_must_be_followed_by_a_or_1357" : "An enum member name must be followed by a ',', '=', or '}'.",
"Tagged_template_expressions_are_not_permitted_in_an_optional_chain_1358" : "Tagged template expressions are not permitted in an optional chain.",
"Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here_1359" : "Identifier expected. '{0}' is a reserved word that cannot be used here.",
"Did_you_mean_to_parenthesize_this_function_type_1360" : "Did you mean to parenthesize this function type?",
"_0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type_1361" : "'{0}' cannot be used as a value because it was imported using 'import type'.",
"_0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type_1362" : "'{0}' cannot be used as a value because it was exported using 'export type'.",
"A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both_1363" : "A type-only import can specify a default import or named bindings, but not both.",
"Convert_to_type_only_export_1364" : "Convert to type-only export",
"Convert_all_re_exported_types_to_type_only_exports_1365" : "Convert all re-exported types to type-only exports",
"Split_into_two_separate_import_declarations_1366" : "Split into two separate import declarations",
"Split_all_invalid_type_only_imports_1367" : "Split all invalid type-only imports",
"Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types_1368" : "Specify emit/checking behavior for imports that are only used for types",
"Did_you_mean_0_1369" : "Did you mean '{0}'?",
"This_import_is_never_used_as_a_value_and_must_use_import_type_because_importsNotUsedAsValues_is_set__1371" : "This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'.",
"Convert_to_type_only_import_1373" : "Convert to type-only import",
"Convert_all_imports_not_used_as_a_value_to_type_only_imports_1374" : "Convert all imports not used as a value to type-only imports",
"await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_fi_1375" : "'await' expressions are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module.",
"_0_was_imported_here_1376" : "'{0}' was imported here.",
"_0_was_exported_here_1377" : "'{0}' was exported here.",
"Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_esnext_or_system_and_t_1378" : "Top-level 'await' expressions are only allowed when the 'module' option is set to 'esnext' or 'system', and the 'target' option is set to 'es2017' or higher.",
"An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type_1379" : "An import alias cannot reference a declaration that was exported using 'export type'.",
"An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type_1380" : "An import alias cannot reference a declaration that was imported using 'import type'.",
"Unexpected_token_Did_you_mean_or_rbrace_1381" : "Unexpected token. Did you mean `{'}'}` or `}`?",
"Unexpected_token_Did_you_mean_or_gt_1382" : "Unexpected token. Did you mean `{'>'}` or `>`?",
"Only_named_exports_may_use_export_type_1383" : "Only named exports may use 'export type'.",
"A_new_expression_with_type_arguments_must_always_be_followed_by_a_parenthesized_argument_list_1384" : "A 'new' expression with type arguments must always be followed by a parenthesized argument list.",
"Function_type_notation_must_be_parenthesized_when_used_in_a_union_type_1385" : "Function type notation must be parenthesized when used in a union type.",
"Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type_1386" : "Constructor type notation must be parenthesized when used in a union type.",
"Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1387" : "Function type notation must be parenthesized when used in an intersection type.",
"Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1388" : "Constructor type notation must be parenthesized when used in an intersection type.",
"_0_is_not_allowed_as_a_variable_declaration_name_1389" : "'{0}' is not allowed as a variable declaration name.",
"Provides_a_root_package_name_when_using_outFile_with_declarations_1390" : "Provides a root package name when using outFile with declarations.",
"The_bundledPackageName_option_must_be_provided_when_using_outFile_and_node_module_resolution_with_de_1391" : "The 'bundledPackageName' option must be provided when using outFile and node module resolution with declaration emit.",
"An_import_alias_cannot_use_import_type_1392" : "An import alias cannot use 'import type'",
"Imported_via_0_from_file_1_1393" : "Imported via {0} from file '{1}'",
"Imported_via_0_from_file_1_with_packageId_2_1394" : "Imported via {0} from file '{1}' with packageId '{2}'",
"Imported_via_0_from_file_1_to_import_importHelpers_as_specified_in_compilerOptions_1395" : "Imported via {0} from file '{1}' to import 'importHelpers' as specified in compilerOptions",
"Imported_via_0_from_file_1_with_packageId_2_to_import_importHelpers_as_specified_in_compilerOptions_1396" : "Imported via {0} from file '{1}' with packageId '{2}' to import 'importHelpers' as specified in compilerOptions",
"Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions_1397" : "Imported via {0} from file '{1}' to import 'jsx' and 'jsxs' factory functions",
"Imported_via_0_from_file_1_with_packageId_2_to_import_jsx_and_jsxs_factory_functions_1398" : "Imported via {0} from file '{1}' with packageId '{2}' to import 'jsx' and 'jsxs' factory functions",
"File_is_included_via_import_here_1399" : "File is included via import here.",
"Referenced_via_0_from_file_1_1400" : "Referenced via '{0}' from file '{1}'",
"File_is_included_via_reference_here_1401" : "File is included via reference here.",
"Type_library_referenced_via_0_from_file_1_1402" : "Type library referenced via '{0}' from file '{1}'",
"Type_library_referenced_via_0_from_file_1_with_packageId_2_1403" : "Type library referenced via '{0}' from file '{1}' with packageId '{2}'",
"File_is_included_via_type_library_reference_here_1404" : "File is included via type library reference here.",
"Library_referenced_via_0_from_file_1_1405" : "Library referenced via '{0}' from file '{1}'",
"File_is_included_via_library_reference_here_1406" : "File is included via library reference here.",
"Matched_by_include_pattern_0_in_1_1407" : "Matched by include pattern '{0}' in '{1}'",
"File_is_matched_by_include_pattern_specified_here_1408" : "File is matched by include pattern specified here.",
"Part_of_files_list_in_tsconfig_json_1409" : "Part of 'files' list in tsconfig.json",
"File_is_matched_by_files_list_specified_here_1410" : "File is matched by 'files' list specified here.",
"Output_from_referenced_project_0_included_because_1_specified_1411" : "Output from referenced project '{0}' included because '{1}' specified",
"Output_from_referenced_project_0_included_because_module_is_specified_as_none_1412" : "Output from referenced project '{0}' included because '--module' is specified as 'none'",
"File_is_output_from_referenced_project_specified_here_1413" : "File is output from referenced project specified here.",
"Source_from_referenced_project_0_included_because_1_specified_1414" : "Source from referenced project '{0}' included because '{1}' specified",
"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415" : "Source from referenced project '{0}' included because '--module' is specified as 'none'",
"File_is_source_from_referenced_project_specified_here_1416" : "File is source from referenced project specified here.",
"Entry_point_of_type_library_0_specified_in_compilerOptions_1417" : "Entry point of type library '{0}' specified in compilerOptions",
"Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1_1418" : "Entry point of type library '{0}' specified in compilerOptions with packageId '{1}'",
"File_is_entry_point_of_type_library_specified_here_1419" : "File is entry point of type library specified here.",
"Entry_point_for_implicit_type_library_0_1420" : "Entry point for implicit type library '{0}'",
"Entry_point_for_implicit_type_library_0_with_packageId_1_1421" : "Entry point for implicit type library '{0}' with packageId '{1}'",
"Library_0_specified_in_compilerOptions_1422" : "Library '{0}' specified in compilerOptions",
"File_is_library_specified_here_1423" : "File is library specified here.",
"Default_library_1424" : "Default library",
"Default_library_for_target_0_1425" : "Default library for target '{0}'",
"File_is_default_library_for_target_specified_here_1426" : "File is default library for target specified here.",
"Root_file_specified_for_compilation_1427" : "Root file specified for compilation",
"File_is_output_of_project_reference_source_0_1428" : "File is output of project reference source '{0}'",
"File_redirects_to_file_0_1429" : "File redirects to file '{0}'",
"The_file_is_in_the_program_because_Colon_1430" : "The file is in the program because:",
"for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_1431" : "'for await' loops are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module.",
"Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_esnext_or_system_and_the_1432" : "Top-level 'for await' loops are only allowed when the 'module' option is set to 'esnext' or 'system', and the 'target' option is set to 'es2017' or higher.",
"Decorators_may_not_be_applied_to_this_parameters_1433" : "Decorators may not be applied to 'this' parameters.",
"The_types_of_0_are_incompatible_between_these_types_2200" : "The types of '{0}' are incompatible between these types.",
"The_types_returned_by_0_are_incompatible_between_these_types_2201" : "The types returned by '{0}' are incompatible between these types.",
"Call_signature_return_types_0_and_1_are_incompatible_2202" : "Call signature return types '{0}' and '{1}' are incompatible.",
"Construct_signature_return_types_0_and_1_are_incompatible_2203" : "Construct signature return types '{0}' and '{1}' are incompatible.",
"Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2204" : "Call signatures with no arguments have incompatible return types '{0}' and '{1}'.",
"Construct_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2205" : "Construct signatures with no arguments have incompatible return types '{0}' and '{1}'.",
"Duplicate_identifier_0_2300" : "Duplicate identifier '{0}'.",
"Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2301" : "Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor.",
"Static_members_cannot_reference_class_type_parameters_2302" : "Static members cannot reference class type parameters.",
"Circular_definition_of_import_alias_0_2303" : "Circular definition of import alias '{0}'.",
"Cannot_find_name_0_2304" : "Cannot find name '{0}'.",
"Module_0_has_no_exported_member_1_2305" : "Module '{0}' has no exported member '{1}'.",
"File_0_is_not_a_module_2306" : "File '{0}' is not a module.",
"Cannot_find_module_0_or_its_corresponding_type_declarations_2307" : "Cannot find module '{0}' or its corresponding type declarations.",
"Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambig_2308" : "Module {0} has already exported a member named '{1}'. Consider explicitly re-exporting to resolve the ambiguity.",
"An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements_2309" : "An export assignment cannot be used in a module with other exported elements.",
"Type_0_recursively_references_itself_as_a_base_type_2310" : "Type '{0}' recursively references itself as a base type.",
"A_class_may_only_extend_another_class_2311" : "A class may only extend another class.",
"An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_me_2312" : "An interface can only extend an object type or intersection of object types with statically known members.",
"Type_parameter_0_has_a_circular_constraint_2313" : "Type parameter '{0}' has a circular constraint.",
"Generic_type_0_requires_1_type_argument_s_2314" : "Generic type '{0}' requires {1} type argument(s).",
"Type_0_is_not_generic_2315" : "Type '{0}' is not generic.",
"Global_type_0_must_be_a_class_or_interface_type_2316" : "Global type '{0}' must be a class or interface type.",
"Global_type_0_must_have_1_type_parameter_s_2317" : "Global type '{0}' must have {1} type parameter(s).",
"Cannot_find_global_type_0_2318" : "Cannot find global type '{0}'.",
"Named_property_0_of_types_1_and_2_are_not_identical_2319" : "Named property '{0}' of types '{1}' and '{2}' are not identical.",
"Interface_0_cannot_simultaneously_extend_types_1_and_2_2320" : "Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'.",
"Excessive_stack_depth_comparing_types_0_and_1_2321" : "Excessive stack depth comparing types '{0}' and '{1}'.",
"Type_0_is_not_assignable_to_type_1_2322" : "Type '{0}' is not assignable to type '{1}'.",
"Cannot_redeclare_exported_variable_0_2323" : "Cannot redeclare exported variable '{0}'.",
"Property_0_is_missing_in_type_1_2324" : "Property '{0}' is missing in type '{1}'.",
"Property_0_is_priv