You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/diagnosticInformationMap.generated.ts
-1
Original file line number
Diff line number
Diff line change
@@ -589,7 +589,6 @@ namespace ts {
589
589
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: {code: 7024,category: DiagnosticCategory.Error,key: "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."},
590
590
Generator_implicitly_has_type_0_because_it_does_not_yield_any_values_Consider_supplying_a_return_type: {code: 7025,category: DiagnosticCategory.Error,key: "Generator implicitly has type '{0}' because it does not yield any values. Consider supplying a return type."},
591
591
JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists: {code: 7026,category: DiagnosticCategory.Error,key: "JSX element implicitly has type 'any' because no interface 'JSX.{0}' exists"},
592
-
Array_element_at_index_0_implicitly_has_an_1_type: {code: 7027,category: DiagnosticCategory.Error,key: "Array element at index {0} implicitly has an '{1}' type."},
593
592
You_cannot_rename_this_element: {code: 8000,category: DiagnosticCategory.Error,key: "You cannot rename this element."},
594
593
You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library: {code: 8001,category: DiagnosticCategory.Error,key: "You cannot rename elements that are defined in the standard TypeScript library."},
595
594
import_can_only_be_used_in_a_ts_file: {code: 8002,category: DiagnosticCategory.Error,key: "'import ... =' can only be used in a .ts file."},
0 commit comments