Home
last modified time | relevance | path

Searched defs:Diagnostics (Results 1 – 25 of 46) sorted by relevance

12

/third_party/typescript/src/services/codefixes/
DfixOverrideModifier.ts17Diagnostics.This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_e… constant
18Diagnostics.This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_tha… constant
19Diagnostics.This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_c… constant
20Diagnostics.This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_i… constant
21Diagnostics.This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_memb… constant
22Diagnostics.This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_cl… constant
23Diagnostics.This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_over… constant
24Diagnostics.This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declare… constant
40 …[Diagnostics.This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_mem… constant
46 …[Diagnostics.This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_… constant
[all …]
DfixSpelling.ts6 Diagnostics.Property_0_may_not_exist_on_type_1_Did_you_mean_2.code, constant
7 Diagnostics.Cannot_find_name_0_Did_you_mean_1.code, constant
8 Diagnostics.Could_not_find_name_0_Did_you_mean_1.code, constant
9 Diagnostics.Cannot_find_namespace_0_Did_you_mean_1.code, constant
10 Diagnostics.Cannot_find_name_0_Did_you_mean_the_instance_member_this_0.code, constant
11 Diagnostics.Cannot_find_name_0_Did_you_mean_the_static_member_1_0.code, constant
12 Diagnostics._0_has_no_exported_member_named_1_Did_you_mean_2.code, constant
13Diagnostics.This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_cl… constant
14Diagnostics.This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declare… constant
16 Diagnostics.No_overload_matches_this_call.code, constant
[all …]
DaddMissingAwait.ts8 Diagnostics.This_expression_is_not_constructable.code, constant
12Diagnostics.The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_… constant
13Diagnostics.The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an… constant
14 Diagnostics.Operator_0_cannot_be_applied_to_type_1.code, constant
15 Diagnostics.Operator_0_cannot_be_applied_to_types_1_and_2.code, constant
16Diagnostics.This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap.… constant
17 Diagnostics.This_condition_will_always_return_true_since_this_0_is_always_defined.code, constant
18 Diagnostics.Type_0_is_not_an_array_type.code, constant
19 Diagnostics.Type_0_is_not_an_array_type_or_a_string_type.code, constant
20Diagnostics.Type_0_can_only_be_iterated_through_when_using_the_downlevelIteration_flag_or_with_a_t… constant
[all …]
DfixAddMissingConstraint.ts8Diagnostics.Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_a… constant
9Diagnostics.Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider… constant
10 Diagnostics.Type_0_is_not_assignable_to_type_1.code, constant
11Diagnostics.Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalProperty… constant
12 Diagnostics.Property_0_is_incompatible_with_index_signature.code, constant
13 Diagnostics.Property_0_in_type_1_is_not_assignable_to_type_2.code, constant
14 Diagnostics.Type_0_does_not_satisfy_the_constraint_1.code, constant
DinferFromUsage.ts9 Diagnostics.Variable_0_implicitly_has_an_1_type.code, constant
12 Diagnostics.Parameter_0_implicitly_has_an_1_type.code, constant
13 Diagnostics.Rest_parameter_0_implicitly_has_an_any_type.code, constant
16Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annota… constant
17 Diagnostics._0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type.code, constant
20Diagnostics.Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_ann… constant
23 Diagnostics.Member_0_implicitly_has_an_1_type.code, constant
27Diagnostics.Variable_0_implicitly_has_type_1_in_some_locations_but_a_better_type_may_be_inferred_f… constant
30Diagnostics.Variable_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage.code, constant
33Diagnostics.Parameter_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage.code, constant
[all …]
DfixUnusedIdentifier.ts10 Diagnostics._0_is_declared_but_never_used.code, constant
11 Diagnostics.Property_0_is_declared_but_its_value_is_never_read.code, constant
12 Diagnostics.All_imports_in_import_declaration_are_unused.code, constant
13 Diagnostics.All_destructured_elements_are_unused.code, constant
14 Diagnostics.All_variables_are_unused.code, constant
15 Diagnostics.All_type_parameters_are_unused.code, constant
DfixAwaitInSyncFunction.ts6Diagnostics.for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modul… constant
7 Diagnostics.Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function.code constant
DaddOptionalPropertyUndefined.ts7Diagnostics.Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider… constant
8Diagnostics.Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalProperty… constant
DaddMissingAsync.ts7 Diagnostics.Type_0_is_not_assignable_to_type_1.code, constant
8 Diagnostics.Type_0_is_not_comparable_to_type_1.code constant
DfixAddMissingMember.ts10 Diagnostics.Property_0_does_not_exist_on_type_1_Did_you_mean_2.code, constant
11 Diagnostics.Property_0_is_missing_in_type_1_but_required_in_type_2.code, constant
12 Diagnostics.Type_0_is_missing_the_following_properties_from_type_1_Colon_2.code, constant
13 Diagnostics.Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more.code, constant
14 Diagnostics.Argument_of_type_0_is_not_assignable_to_parameter_of_type_1.code, constant
15 Diagnostics.Cannot_find_name_0.code constant
282 …const diagnostic = modifierFlags & ModifierFlags.Static ? Diagnostics.Initialize_static_property_0… constant
DimportFixes.ts7 Diagnostics.Cannot_find_name_0_Did_you_mean_1.code, constant
8 Diagnostics.Cannot_find_name_0_Did_you_mean_the_instance_member_this_0.code, constant
9 Diagnostics.Cannot_find_name_0_Did_you_mean_the_static_member_1_0.code, constant
10 Diagnostics.Cannot_find_namespace_0.code, constant
11Diagnostics._0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_i… constant
12 Diagnostics._0_only_refers_to_a_type_but_is_being_used_as_a_value_here.code, constant
13Diagnostics.No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an… constant
14 Diagnostics._0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type.code, constant
DfixIncorrectNamedTupleSyntax.ts6Diagnostics.A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_… constant
DfixPropertyOverrideAccessor.ts5Diagnostics._0_is_defined_as_a_property_in_class_1_but_is_overridden_here_in_2_as_an_accessor.code, constant
DreturnValueCorrect.ts9 Diagnostics.Type_0_is_not_assignable_to_type_1.code, constant
10 Diagnostics.Argument_of_type_0_is_not_assignable_to_parameter_of_type_1.code constant
DfixForgottenThisPropertyAccess.ts7Diagnostics.Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a… constant
DfixInvalidJsxCharacters.ts8 Diagnostics.Unexpected_token_Did_you_mean_or_rbrace.code constant
DfixAddVoidToPromise.ts7Diagnostics.Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to… constant
DaddMissingConst.ts6Diagnostics.No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an… constant
DfixCannotFindModule.ts9Diagnostics.Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type.code, constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DPreprocessor.h25 class Diagnostics; variable
DTokenizer.h25 class Diagnostics; variable
DMacroExpander.h28 class Diagnostics; variable
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DPreprocessor.h21 class Diagnostics; variable
DTokenizer.h20 class Diagnostics; variable
DMacroExpander.h23 class Diagnostics; variable

12