UNPKG

@lpc-lang/core

Version:
519 lines 39.8 kB
import { DiagnosticMessage } from "./_namespaces/lpc"; export declare const Diagnostics: { Structs_not_supported: DiagnosticMessage; Semicolon_expected: DiagnosticMessage; Macro_already_defined_0: DiagnosticMessage; Missing_argument_for_macro_0: DiagnosticMessage; Else_directive_without_if: DiagnosticMessage; Elseif_directive_without_if: DiagnosticMessage; Unterminated_directive: DiagnosticMessage; Expected_newline_after_directive: DiagnosticMessage; Pragma_directive_requires_at_least_one_argument: DiagnosticMessage; Unexpected_endIf_directive: DiagnosticMessage; Catch_expression_modifier_expected: DiagnosticMessage; Unterminated_macro_arguments_list: DiagnosticMessage; Unmatched_conditional_directive: DiagnosticMessage; Identifier_or_string_expected: DiagnosticMessage; Character_literal_must_be_one_character: DiagnosticMessage; Stringized_literal_only_valid_in_macro: DiagnosticMessage; Macro_parameter_0_not_found: DiagnosticMessage; Cannot_find_include_file_0: DiagnosticMessage; Pragma_option_expected: DiagnosticMessage; File_is_master_file_specified_here: DiagnosticMessage; Cannot_find_0_Do_you_need_to_change_your_driver_type: DiagnosticMessage; When_comparing_types_check_that_the_objectStructure_is_compatible_with_the_target_type: DiagnosticMessage; Super_access_can_only_be_used_in_a_file_that_inherits_from_another_file: DiagnosticMessage; LPCDoc_var_tag_should_have_a_type_annotation: DiagnosticMessage; Include_file_0_contains_one_or_more_errors: DiagnosticMessage; LPCDoc_var_tags_must_be_in_their_own_LPCDoc_comment: DiagnosticMessage; LPCDoc_var_tags_can_only_annotate_inherited_variables_0_is_a_local_variable: DiagnosticMessage; LPCDoc_var_tag_should_provide_a_variable_name: DiagnosticMessage; Circular_include_detected_0_to_1: DiagnosticMessage; Locale_0_is_not_supported: DiagnosticMessage; No_errors: DiagnosticMessage; Catch_expression_cannot_also_have_a_block: DiagnosticMessage; _0_expected: DiagnosticMessage; c_must_be_followed_by_an_ASCII_letter: DiagnosticMessage; Undetermined_character_escape: DiagnosticMessage; Incomplete_quantifier_Digit_expected: DiagnosticMessage; q_is_only_available_inside_character_class: DiagnosticMessage; Unexpected_0_Did_you_mean_to_escape_it_with_backslash: DiagnosticMessage; Numbers_out_of_order_in_quantifier: DiagnosticMessage; Asterisk_Slash_expected: DiagnosticMessage; Hexadecimal_digit_expected: DiagnosticMessage; Invalid_character: DiagnosticMessage; can_only_be_used_at_the_start_of_a_file: DiagnosticMessage; File_appears_to_be_binary: DiagnosticMessage; Multiple_consecutive_numeric_separators_are_not_permitted: DiagnosticMessage; Numeric_separators_are_not_allowed_here: DiagnosticMessage; Unterminated_string_literal: DiagnosticMessage; An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive: DiagnosticMessage; Unexpected_end_of_text: DiagnosticMessage; Unterminated_Unicode_escape_sequence: DiagnosticMessage; Octal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_If_this_was_intended_as_an_escape_sequence_use_the_syntax_0_instead: DiagnosticMessage; Octal_escape_sequences_are_not_allowed_Use_the_syntax_0: DiagnosticMessage; Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class: DiagnosticMessage; Escape_sequence_0_is_not_allowed: DiagnosticMessage; This_character_cannot_be_escaped_in_a_regular_expression: DiagnosticMessage; Octal_literals_are_not_allowed_Use_the_syntax_0: DiagnosticMessage; Binary_digit_expected: DiagnosticMessage; Octal_digit_expected: DiagnosticMessage; Digit_expected: DiagnosticMessage; Decimals_with_leading_zeros_are_not_allowed: DiagnosticMessage; A_bigint_literal_cannot_use_exponential_notation: DiagnosticMessage; A_bigint_literal_must_be_an_integer: DiagnosticMessage; An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal: DiagnosticMessage; Variable_declaration_not_allowed_at_this_location: DiagnosticMessage; Unknown_keyword_or_identifier_Did_you_mean_0: DiagnosticMessage; Unexpected_keyword_or_identifier: DiagnosticMessage; Variable_declaration_expected: DiagnosticMessage; Declaration_expected: DiagnosticMessage; Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here: DiagnosticMessage; Identifier_expected: DiagnosticMessage; An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses: DiagnosticMessage; Unicode_escape_sequence_cannot_appear_here: DiagnosticMessage; The_parser_expected_to_find_a_1_to_match_the_0_token_here: DiagnosticMessage; Keywords_cannot_contain_escape_characters: DiagnosticMessage; Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_whole_assignment_in_parentheses: DiagnosticMessage; Merge_conflict_marker_encountered: DiagnosticMessage; Expression_expected: DiagnosticMessage; A_default_clause_cannot_appear_more_than_once_in_a_switch_statement: DiagnosticMessage; Cannot_redeclare_block_scoped_variable_0: DiagnosticMessage; Duplicate_identifier_0: DiagnosticMessage; _0_only_refers_to_a_type_but_is_being_used_as_a_value_here: DiagnosticMessage; Circular_definition_of_import_alias_0: DiagnosticMessage; _0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0: DiagnosticMessage; Cannot_find_name_0_Did_you_mean_1: DiagnosticMessage; _0_is_declared_here: DiagnosticMessage; No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer: DiagnosticMessage; Cannot_find_name_0: DiagnosticMessage; _0_is_deprecated: DiagnosticMessage; The_signature_0_of_1_is_deprecated: DiagnosticMessage; The_declaration_was_marked_as_deprecated_here: DiagnosticMessage; Cannot_assign_to_0_because_it_is_a_function: DiagnosticMessage; Cannot_assign_to_0_because_it_is_not_a_variable: DiagnosticMessage; Variable_0_is_used_before_being_assigned: DiagnosticMessage; Unreachable_code_detected: DiagnosticMessage; _0_is_declared_but_its_value_is_never_read: DiagnosticMessage; All_variables_are_unused: DiagnosticMessage; A_function_returning_never_cannot_have_a_reachable_end_point: DiagnosticMessage; A_function_whose_declared_type_is_not_void_must_return_a_value: DiagnosticMessage; Function_lacks_ending_return_statement_and_return_type_does_not_include_undefined: DiagnosticMessage; Not_all_code_paths_return_a_value: DiagnosticMessage; A_0_parameter_must_be_the_first_parameter: DiagnosticMessage; A_rest_parameter_must_be_of_an_array_type: DiagnosticMessage; File_0_not_found: DiagnosticMessage; A_file_cannot_have_a_reference_to_itself: DiagnosticMessage; Cannot_read_file_0_Colon_1: DiagnosticMessage; Already_included_file_name_0_differs_from_file_name_1_only_in_casing: DiagnosticMessage; File_name_0_differs_from_already_included_file_name_1_only_in_casing: DiagnosticMessage; _0_is_of_type_unknown: DiagnosticMessage; Object_is_of_type_unknown: DiagnosticMessage; Cannot_invoke_an_object_which_is_possibly_null_or_undefined: DiagnosticMessage; Cannot_invoke_an_object_which_is_possibly_null: DiagnosticMessage; Cannot_invoke_an_object_which_is_possibly_undefined: DiagnosticMessage; Are_you_missing_a_semicolon: DiagnosticMessage; Value_of_type_0_is_not_callable_Did_you_mean_to_include_new: DiagnosticMessage; Type_0_has_no_call_signatures: DiagnosticMessage; Type_0_has_no_construct_signatures: DiagnosticMessage; Not_all_constituents_of_type_0_are_callable: DiagnosticMessage; Not_all_constituents_of_type_0_are_constructable: DiagnosticMessage; No_constituent_of_type_0_is_callable: DiagnosticMessage; No_constituent_of_type_0_is_constructable: DiagnosticMessage; Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_other: DiagnosticMessage; Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_with_each_other: DiagnosticMessage; This_expression_is_not_callable: DiagnosticMessage; This_expression_is_not_constructable: DiagnosticMessage; An_expression_of_type_void_cannot_be_tested_for_truthiness: DiagnosticMessage; This_condition_will_always_return_0: DiagnosticMessage; This_condition_will_always_return_true_since_this_function_is_always_defined_Did_you_mean_to_call_it_instead: DiagnosticMessage; The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead: DiagnosticMessage; The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type: DiagnosticMessage; The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type: DiagnosticMessage; This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value: DiagnosticMessage; Left_side_of_comma_operator_is_unused_and_has_no_side_effects: DiagnosticMessage; The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access: DiagnosticMessage; Did_you_mean_to_use_new_with_this_expression: DiagnosticMessage; Operator_0_cannot_be_applied_to_types_1_and_2: DiagnosticMessage; This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap: DiagnosticMessage; Did_you_mean_to_call_this_expression: DiagnosticMessage; _0_was_also_declared_here: DiagnosticMessage; and_here: DiagnosticMessage; The_left_hand_side_of_an_assignment_expression_may_not_be_an_optional_property_access: DiagnosticMessage; Did_you_mean_0: DiagnosticMessage; An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type: DiagnosticMessage; The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access: DiagnosticMessage; The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access: DiagnosticMessage; Operator_0_cannot_be_applied_to_type_1: DiagnosticMessage; The_body_of_an_if_statement_cannot_be_the_empty_statement: DiagnosticMessage; Index_signature_in_type_0_only_permits_reading: DiagnosticMessage; Property_0_is_used_before_being_assigned: DiagnosticMessage; All_declarations_of_0_must_have_identical_modifiers: DiagnosticMessage; Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1: DiagnosticMessage; Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_type_2: DiagnosticMessage; Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_type_2: DiagnosticMessage; Type_instantiation_is_excessively_deep_and_possibly_infinite: DiagnosticMessage; Object_literal_s_property_0_implicitly_has_an_1_type: DiagnosticMessage; Type_arguments_for_0_circularly_reference_themselves: DiagnosticMessage; Tuple_type_arguments_circularly_reference_themselves: DiagnosticMessage; A_return_statement_can_only_be_used_within_a_function_body: DiagnosticMessage; Return_type_annotation_circularly_references_itself: DiagnosticMessage; _0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions: DiagnosticMessage; Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions: DiagnosticMessage; Types_of_property_0_are_incompatible: DiagnosticMessage; Call_signature_return_types_0_and_1_are_incompatible: DiagnosticMessage; Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1: DiagnosticMessage; Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target: DiagnosticMessage; Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target: DiagnosticMessage; The_types_of_0_are_incompatible_between_these_types: DiagnosticMessage; The_types_returned_by_0_are_incompatible_between_these_types: DiagnosticMessage; Type_0_is_not_comparable_to_type_1: DiagnosticMessage; Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_are_unrelated: DiagnosticMessage; Type_0_is_not_assignable_to_type_1_Did_you_mean_2: DiagnosticMessage; Type_0_is_not_assignable_to_type_1: DiagnosticMessage; Argument_of_type_0_is_not_assignable_to_parameter_of_type_1: DiagnosticMessage; _0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible: DiagnosticMessage; The_Object_type_is_assignable_to_very_few_other_types_Did_you_mean_to_use_the_any_type_instead: DiagnosticMessage; Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it: DiagnosticMessage; Type_0_has_no_properties_in_common_with_type_1: DiagnosticMessage; Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_write_2: DiagnosticMessage; Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1: DiagnosticMessage; The_containing_function_or_module_body_is_too_large_for_control_flow_analysis: DiagnosticMessage; Expression_produces_a_union_type_that_is_too_complex_to_represent: DiagnosticMessage; Cannot_find_global_type_0: DiagnosticMessage; Global_type_0_must_be_a_class_or_interface_type: DiagnosticMessage; Global_type_0_must_have_1_type_parameter_s: DiagnosticMessage; Excessive_complexity_comparing_types_0_and_1: DiagnosticMessage; Excessive_stack_depth_comparing_types_0_and_1: DiagnosticMessage; The_last_overload_gave_the_following_error: DiagnosticMessage; No_overload_matches_this_call: DiagnosticMessage; The_last_overload_is_declared_here: DiagnosticMessage; Overload_0_of_1_2_gave_the_following_error: DiagnosticMessage; A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter: DiagnosticMessage; Expected_0_arguments_but_got_1: DiagnosticMessage; Expected_at_least_0_arguments_but_got_1: DiagnosticMessage; No_overload_expects_0_arguments_but_overloads_do_exist_that_expect_either_1_or_2_arguments: DiagnosticMessage; An_argument_for_0_was_not_provided: DiagnosticMessage; An_argument_matching_this_binding_pattern_was_not_provided: DiagnosticMessage; Arguments_for_the_rest_parameter_0_were_not_provided: DiagnosticMessage; The_call_would_have_succeeded_against_this_implementation_but_implementation_signatures_of_overloads_are_not_externally_visible: DiagnosticMessage; Cannot_read_file_0: DiagnosticMessage; The_files_list_in_config_file_0_is_empty: DiagnosticMessage; Compiler_option_0_requires_a_value_of_type_1: DiagnosticMessage; File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: DiagnosticMessage; File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: DiagnosticMessage; Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2: DiagnosticMessage; Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: DiagnosticMessage; Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved: DiagnosticMessage; Expected_0_type_arguments_but_got_1: DiagnosticMessage; No_overload_expects_0_type_arguments_but_overloads_do_exist_that_expect_either_1_or_2_type_arguments: DiagnosticMessage; Cannot_find_object_0: DiagnosticMessage; Module_0_was_resolved_to_1_but_allowArbitraryExtensions_is_not_set: DiagnosticMessage; File_0_is_not_a_module: DiagnosticMessage; Clone_object_can_only_accept_an_object_name_and_an_optional_set_of_attributes_as_arguments_1450: DiagnosticMessage; Clone_object_s_specifier_must_be_of_type_string_but_here_has_type_0: DiagnosticMessage; Module_0_was_resolved_as_ambient_module_declared_in_1_since_this_file_was_not_modified: DiagnosticMessage; Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1: DiagnosticMessage; Resolving_module_0_from_1: DiagnosticMessage; Using_compiler_options_of_project_reference_redirect_0: DiagnosticMessage; Resolution_for_module_0_was_found_in_cache_from_location_1: DiagnosticMessage; Module_resolution_kind_is_not_specified_using_0: DiagnosticMessage; Explicitly_specified_module_resolution_kind_Colon_0: DiagnosticMessage; Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2: DiagnosticMessage; Module_name_0_was_successfully_resolved_to_1: DiagnosticMessage; Module_name_0_was_not_resolved: DiagnosticMessage; Resolving_real_path_for_0_result_1: DiagnosticMessage; rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0: DiagnosticMessage; Checking_if_0_is_the_longest_matching_prefix_for_1_2: DiagnosticMessage; Longest_matching_prefix_for_0_is_1: DiagnosticMessage; Loading_0_from_the_root_dir_1_candidate_location_2: DiagnosticMessage; Trying_other_entries_in_rootDirs: DiagnosticMessage; Module_resolution_using_rootDirs_has_failed: DiagnosticMessage; File_0_exists_use_it_as_a_name_resolution_result: DiagnosticMessage; File_0_does_not_exist: DiagnosticMessage; Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0: DiagnosticMessage; Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0: DiagnosticMessage; Directory_0_does_not_exist_skipping_all_lookups_in_it: DiagnosticMessage; File_name_0_has_a_1_extension_stripping_it: DiagnosticMessage; Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambiguity: DiagnosticMessage; You_cannot_rename_this_element: DiagnosticMessage; You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library: DiagnosticMessage; You_cannot_rename_a_module_via_a_global_import: DiagnosticMessage; Add_missing_comma_for_object_member_completion_0: DiagnosticMessage; Duplicate_index_signature_for_type_0: DiagnosticMessage; Type_0_is_not_generic: DiagnosticMessage; Conversion_of_type_0_to_type_1_may_be_a_mistake_because_neither_type_sufficiently_overlaps_with_the_other_If_this_was_intentional_convert_the_expression_to_unknown_first: DiagnosticMessage; Type_alias_0_circularly_references_itself: DiagnosticMessage; An_element_access_expression_should_take_an_argument: DiagnosticMessage; Type_0_is_generic_and_can_only_be_indexed_for_reading: DiagnosticMessage; Type_0_cannot_be_used_to_index_type_1: DiagnosticMessage; Type_0_cannot_be_used_as_an_index_type: DiagnosticMessage; Property_0_does_not_exist_on_type_1: DiagnosticMessage; Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number: DiagnosticMessage; Property_0_does_not_exist_on_type_1_Did_you_mean_2: DiagnosticMessage; Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1: DiagnosticMessage; No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1: DiagnosticMessage; Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1: DiagnosticMessage; Type_0_has_no_matching_index_signature_for_type_1: DiagnosticMessage; Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator: DiagnosticMessage; Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator: DiagnosticMessage; Type_0_is_not_an_array_type_or_a_string_type: DiagnosticMessage; Type_0_is_not_an_array_type: DiagnosticMessage; A_type_literal_property_cannot_have_an_initializer: DiagnosticMessage; A_mapped_type_may_not_declare_properties_or_methods: DiagnosticMessage; Property_0_may_not_exist_on_type_1_Did_you_mean_2: DiagnosticMessage; A_computed_property_name_must_be_of_type_string_number_symbol_or_any: DiagnosticMessage; Property_0_was_also_declared_here: DiagnosticMessage; Duplicate_property_0: DiagnosticMessage; Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operator: DiagnosticMessage; Declaration_name_conflicts_with_built_in_global_identifier_0: DiagnosticMessage; The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any: DiagnosticMessage; The_left_hand_side_of_the_foreach_statement_0_is_not_compatible_with_type_1: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_may_not_be_an_optional_property_access: DiagnosticMessage; The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter_but_here_has_type_0: DiagnosticMessage; A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation: DiagnosticMessage; The_value_0_cannot_be_used_here: DiagnosticMessage; _0_is_possibly_undefined: DiagnosticMessage; Object_is_possibly_undefined: DiagnosticMessage; The_expected_type_comes_from_the_return_type_of_this_signature: DiagnosticMessage; _0_needs_an_explicit_type_annotation: DiagnosticMessage; Overload_signatures_must_all_be_public_private_or_protected: DiagnosticMessage; Function_overload_must_not_be_static: DiagnosticMessage; Function_implementation_name_must_be_0: DiagnosticMessage; Function_implementation_is_missing_or_not_immediately_following_the_declaration: DiagnosticMessage; Duplicate_function_implementation: DiagnosticMessage; Class_declaration_cannot_implement_overload_list_for_0: DiagnosticMessage; Function_with_bodies_can_only_merge_with_classes_that_are_ambient: DiagnosticMessage; This_overload_signature_is_not_compatible_with_its_implementation_signature: DiagnosticMessage; The_implementation_signature_is_declared_here: DiagnosticMessage; Target_signature_provides_too_few_arguments_Expected_0_or_more_but_got_1: DiagnosticMessage; Types_of_parameters_0_and_1_are_incompatible: DiagnosticMessage; Signature_0_must_be_a_type_predicate: DiagnosticMessage; _0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or_indirectly_in_its_own_initializer: DiagnosticMessage; _0_is_referenced_directly_or_indirectly_in_its_own_type_annotation: DiagnosticMessage; Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_known_members: DiagnosticMessage; Type_0_recursively_references_itself_as_a_base_type: DiagnosticMessage; _0_is_referenced_directly_or_indirectly_in_its_own_base_expression: DiagnosticMessage; Type_0_is_not_a_constructor_function_type: DiagnosticMessage; A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag: DiagnosticMessage; _0_tag_already_specified: DiagnosticMessage; Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces: DiagnosticMessage; A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags: DiagnosticMessage; The_tag_was_first_specified_here: DiagnosticMessage; Unexpected_token: DiagnosticMessage; Circularity_detected_while_resolving_configuration_Colon_0: DiagnosticMessage; String_literal_with_double_quotes_expected: DiagnosticMessage; Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_literal: DiagnosticMessage; Unknown_option_excludes_Did_you_mean_exclude: DiagnosticMessage; Command_line_Options: DiagnosticMessage; Type_Checking: DiagnosticMessage; Language_and_Environment: DiagnosticMessage; Disable_including_any_library_files_including_the_default_efun_h: DiagnosticMessage; When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible: DiagnosticMessage; Enable_verbose_logging: DiagnosticMessage; Print_this_message: DiagnosticMessage; Watch_input_files: DiagnosticMessage; Output_Formatting: DiagnosticMessage; Disable_wiping_the_console_in_watch_mode: DiagnosticMessage; Compiler_Diagnostics: DiagnosticMessage; Print_all_of_the_files_read_during_the_compilation: DiagnosticMessage; Print_files_read_during_the_compilation_including_why_it_was_included: DiagnosticMessage; Print_the_names_of_emitted_files_after_a_compilation: DiagnosticMessage; Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read: DiagnosticMessage; Log_paths_used_during_the_moduleResolution_process: DiagnosticMessage; Output_compiler_performance_information_after_building: DiagnosticMessage; Output_more_detailed_compiler_performance_information_after_building: DiagnosticMessage; FILE_OR_DIRECTORY: DiagnosticMessage; KIND: DiagnosticMessage; FILE: DiagnosticMessage; VERSION: DiagnosticMessage; LOCATION: DiagnosticMessage; DIRECTORY: DiagnosticMessage; STRATEGY: DiagnosticMessage; Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging: DiagnosticMessage; Generates_an_event_trace_and_a_list_of_types: DiagnosticMessage; Projects: DiagnosticMessage; Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects: DiagnosticMessage; false_unless_composite_is_set: DiagnosticMessage; Emit: DiagnosticMessage; Create_source_map_files_for_emitted_JavaScript_files: DiagnosticMessage; Include_sourcemap_files_inside_the_emitted_JavaScript: DiagnosticMessage; Watch_and_Build_Modes: DiagnosticMessage; Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it: DiagnosticMessage; Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit: DiagnosticMessage; Platform_specific: DiagnosticMessage; Property_assignment_expected: DiagnosticMessage; Compiler_option_0_may_only_be_used_with_build: DiagnosticMessage; Unknown_compiler_option_0: DiagnosticMessage; Unknown_compiler_option_0_Did_you_mean_1: DiagnosticMessage; Compiler_option_0_expects_an_argument: DiagnosticMessage; Option_0_can_only_be_specified_on_command_line: DiagnosticMessage; Compiler_option_0_cannot_be_given_an_empty_string: DiagnosticMessage; File_Management: DiagnosticMessage; if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk: DiagnosticMessage; node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified: DiagnosticMessage; The_root_value_of_a_0_file_must_be_an_object: DiagnosticMessage; Argument_for_0_option_must_be_Colon_1: DiagnosticMessage; _0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file: DiagnosticMessage; No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2: DiagnosticMessage; Untyped_function_calls_may_not_accept_type_arguments: DiagnosticMessage; Declaration_or_statement_expected: DiagnosticMessage; case_or_default_expected: DiagnosticMessage; Statement_expected: DiagnosticMessage; Property_or_signature_expected: DiagnosticMessage; Unexpected_token_A_constructor_method_accessor_or_property_was_expected: DiagnosticMessage; _0_is_not_allowed_as_a_variable_declaration_name: DiagnosticMessage; Property_destructuring_pattern_expected: DiagnosticMessage; Array_element_destructuring_pattern_expected: DiagnosticMessage; Argument_expression_expected: DiagnosticMessage; Expression_or_comma_expected: DiagnosticMessage; Parameter_declaration_expected: DiagnosticMessage; _0_is_not_allowed_as_a_parameter_name: DiagnosticMessage; Type_parameter_declaration_expected: DiagnosticMessage; Type_argument_expected: DiagnosticMessage; Type_expected: DiagnosticMessage; Unexpected_token_expected: DiagnosticMessage; Found_1_error_in_0: DiagnosticMessage; Found_1_error: DiagnosticMessage; Found_0_errors: DiagnosticMessage; Found_0_errors_in_the_same_file_starting_at_Colon_1: DiagnosticMessage; Found_0_errors_in_1_files: DiagnosticMessage; Errors_Files: DiagnosticMessage; File_is_output_of_project_reference_source_0: DiagnosticMessage; The_file_is_in_the_program_because_Colon: DiagnosticMessage; Root_file_specified_for_compilation: DiagnosticMessage; Part_of_files_list_in_lpcconfig_json: DiagnosticMessage; Matched_by_include_pattern_0_in_1: DiagnosticMessage; Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk: DiagnosticMessage; Output_from_referenced_project_0_included_because_1_specified: DiagnosticMessage; Source_from_referenced_project_0_included_because_1_specified: DiagnosticMessage; Output_from_referenced_project_0_included_because_module_is_specified_as_none: DiagnosticMessage; Source_from_referenced_project_0_included_because_module_is_specified_as_none: DiagnosticMessage; Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1: DiagnosticMessage; Entry_point_of_type_library_0_specified_in_compilerOptions: DiagnosticMessage; Entry_point_for_implicit_type_library_0_with_packageId_1: DiagnosticMessage; Library_0_specified_in_compilerOptions: DiagnosticMessage; Default_library_for_target_0: DiagnosticMessage; Default_library: DiagnosticMessage; File_is_included_via_import_here: DiagnosticMessage; File_is_included_via_reference_here: DiagnosticMessage; File_is_included_via_type_library_reference_here: DiagnosticMessage; File_is_included_via_library_reference_here: DiagnosticMessage; Cannot_find_lib_definition_for_0_Did_you_mean_1: DiagnosticMessage; Cannot_find_lib_definition_for_0: DiagnosticMessage; Modifiers_cannot_appear_here: DiagnosticMessage; _0_modifier_cannot_appear_on_a_type_member: DiagnosticMessage; _0_modifier_cannot_appear_on_an_index_signature: DiagnosticMessage; Accessibility_modifier_already_seen: DiagnosticMessage; _0_modifier_already_seen: DiagnosticMessage; _0_modifier_cannot_appear_on_a_parameter: DiagnosticMessage; A_parameter_property_may_not_be_declared_using_a_binding_pattern: DiagnosticMessage; A_parameter_property_cannot_be_declared_using_a_rest_parameter: DiagnosticMessage; _0_modifier_must_precede_1_modifier: DiagnosticMessage; JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_had_an_array_type: DiagnosticMessage; Qualified_name_0_is_not_allowed_without_a_leading_param_object_1: DiagnosticMessage; JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name: DiagnosticMessage; A_rest_parameter_must_be_last_in_a_parameter_list: DiagnosticMessage; A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma: DiagnosticMessage; Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation: DiagnosticMessage; Trailing_comma_not_allowed: DiagnosticMessage; A_rest_parameter_cannot_have_an_initializer: DiagnosticMessage; Block_scoped_variable_0_used_before_its_declaration: DiagnosticMessage; Class_0_used_before_its_declaration: DiagnosticMessage; Jump_target_cannot_cross_function_boundary: DiagnosticMessage; A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement: DiagnosticMessage; A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement: DiagnosticMessage; A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement: DiagnosticMessage; A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement: DiagnosticMessage; Fallthrough_case_in_switch: DiagnosticMessage; A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods: DiagnosticMessage; A_type_predicate_cannot_reference_a_rest_parameter: DiagnosticMessage; A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type: DiagnosticMessage; Cannot_find_parameter_0: DiagnosticMessage; A_type_predicate_cannot_reference_element_0_in_a_binding_pattern: DiagnosticMessage; The_type_of_a_function_declaration_must_match_the_function_s_signature: DiagnosticMessage; Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name: DiagnosticMessage; Specify_the_root_folder_within_your_source_files: DiagnosticMessage; Computed_from_the_list_of_input_files: DiagnosticMessage; Imported_via_0_from_file_1: DiagnosticMessage; Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions: DiagnosticMessage; Referenced_via_0_from_file_1: DiagnosticMessage; Library_referenced_via_0_from_file_1: DiagnosticMessage; File_is_matched_by_files_list_specified_here: DiagnosticMessage; File_is_matched_by_include_pattern_specified_here: DiagnosticMessage; File_is_output_from_referenced_project_specified_here: DiagnosticMessage; File_is_source_from_referenced_project_specified_here: DiagnosticMessage; File_is_entry_point_of_type_library_specified_here: DiagnosticMessage; File_is_library_specified_here: DiagnosticMessage; File_is_default_library_for_target_specified_here: DiagnosticMessage; Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: DiagnosticMessage; Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2: DiagnosticMessage; Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved: DiagnosticMessage; Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using_cache_location_2: DiagnosticMessage; Source_has_0_element_s_but_target_requires_1: DiagnosticMessage; Source_has_0_element_s_but_target_allows_only_1: DiagnosticMessage; Target_requires_0_element_s_but_source_may_have_fewer: DiagnosticMessage; Target_allows_only_0_element_s_but_source_may_have_more: DiagnosticMessage; Source_provides_no_match_for_variadic_element_at_position_0_in_target: DiagnosticMessage; Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target: DiagnosticMessage; Source_provides_no_match_for_required_element_at_position_0_in_target: DiagnosticMessage; Property_0_in_type_1_refers_to_a_different_member_that_cannot_be_accessed_from_within_type_2: DiagnosticMessage; Class_0_incorrectly_implements_interface_1: DiagnosticMessage; Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclass: DiagnosticMessage; Property_0_is_missing_in_type_1_but_required_in_type_2: DiagnosticMessage; Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more: DiagnosticMessage; Type_0_is_missing_the_following_properties_from_type_1_Colon_2: DiagnosticMessage; Types_have_separate_declarations_of_a_private_property_0: DiagnosticMessage; Property_0_is_private_in_type_1_but_not_in_type_2: DiagnosticMessage; Property_0_is_protected_but_type_1_is_not_a_class_derived_from_2: DiagnosticMessage; Property_0_is_protected_in_type_1_but_public_in_type_2: DiagnosticMessage; Property_0_is_optional_in_type_1_but_required_in_type_2: DiagnosticMessage; Index_signature_for_type_0_is_missing_in_type_1: DiagnosticMessage; _0_index_signatures_are_incompatible: DiagnosticMessage; _0_and_1_index_signatures_are_incompatible: DiagnosticMessage; Property_0_is_incompatible_with_index_signature: DiagnosticMessage; Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type: DiagnosticMessage; Type_0_provides_no_match_for_the_signature_1: DiagnosticMessage; Type_produces_a_tuple_type_that_is_too_large_to_represent: DiagnosticMessage; Expression_produces_a_tuple_type_that_is_too_large_to_represent: DiagnosticMessage; All_type_parameters_are_unused: DiagnosticMessage; JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags: DiagnosticMessage; Type_alias_name_cannot_be_0: DiagnosticMessage; Type_parameter_0_has_a_circular_default: DiagnosticMessage; Type_parameter_name_cannot_be_0: DiagnosticMessage; Required_type_parameters_may_not_follow_optional_type_parameters: DiagnosticMessage; Type_parameter_defaults_can_only_reference_previously_declared_type_parameters: DiagnosticMessage; Type_0_does_not_satisfy_the_constraint_1: DiagnosticMessage; Property_0_of_type_1_is_not_assignable_to_2_index_type_3: DiagnosticMessage; _0_index_type_1_is_not_assignable_to_2_index_type_3: DiagnosticMessage; Type_parameter_0_has_a_circular_constraint: DiagnosticMessage; Circularity_originates_in_type_at_this_location: DiagnosticMessage; Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter: DiagnosticMessage; Cannot_assign_to_0_because_it_is_a_read_only_property: DiagnosticMessage; A_tuple_type_cannot_be_indexed_with_a_negative_value: DiagnosticMessage; Tuple_type_0_of_length_1_has_no_element_at_index_2: DiagnosticMessage; _0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_constraint_2: DiagnosticMessage; _0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1: DiagnosticMessage; The_type_0_is_readonly_and_cannot_be_assigned_to_the_mutable_type_1: DiagnosticMessage; This_type_parameter_might_need_an_extends_0_constraint: DiagnosticMessage; Type_of_property_0_circularly_references_itself_in_mapped_type_1: DiagnosticMessage; false_unless_strict_is_set: DiagnosticMessage; Generic_type_0_requires_1_type_argument_s: DiagnosticMessage; Generic_type_0_requires_between_1_and_2_type_arguments: DiagnosticMessage; Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_types: DiagnosticMessage; Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation: DiagnosticMessage; Type_parameter_list_cannot_be_empty: DiagnosticMessage; Type_argument_list_cannot_be_empty: DiagnosticMessage; JSDoc_types_can_only_be_used_inside_documentation_comments: DiagnosticMessage; Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1: DiagnosticMessage; Unable_to_open_file_0: DiagnosticMessage; Corrupted_locale_file_0: DiagnosticMessage; Version_0: DiagnosticMessage; Unused_lpc_expect_error_directive: DiagnosticMessage; The_left_hand_side_of_a_for_each_statement_cannot_be_a_destructuring_pattern: DiagnosticMessage; The_left_hand_side_of_a_for_each_mapping_statement_must_be_a_variable_or_a_property_access: DiagnosticMessage; Performance_timings_for_diagnostics_or_extendedDiagnostics_are_not_available_in_this_session_A_native_implementation_of_the_Web_Performance_API_could_not_be_found: DiagnosticMessage; }; //# sourceMappingURL=diagnosticInformation.d.ts.map