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
+2
Original file line number
Diff line number
Diff line change
@@ -414,6 +414,8 @@ namespace ts {
414
414
The_arguments_object_cannot_be_referenced_in_an_async_arrow_function_Consider_using_a_standard_async_function_expression: {code: 2522,category: DiagnosticCategory.Error,key: "The 'arguments' object cannot be referenced in an async arrow function. Consider using a standard async function expression."},
415
415
yield_expressions_cannot_be_used_in_a_parameter_initializer: {code: 2523,category: DiagnosticCategory.Error,key: "'yield' expressions cannot be used in a parameter initializer."},
416
416
await_expressions_cannot_be_used_in_a_parameter_initializer: {code: 2524,category: DiagnosticCategory.Error,key: "'await' expressions cannot be used in a parameter initializer."},
417
+
Cannot_bind_an_expression_whose_type_lacks_a_call_or_construct_signature: {code: 2525,category: DiagnosticCategory.Error,key: "Cannot bind an expression whose type lacks a call or construct signature."},
418
+
The_target_of_a_bind_expression_without_a_left_hand_side_must_be_a_property_or_element_access: {code: 2526,category: DiagnosticCategory.Error,key: "The target of a bind expression without a left-hand side must be a property or element access."},
417
419
JSX_element_attributes_type_0_must_be_an_object_type: {code: 2600,category: DiagnosticCategory.Error,key: "JSX element attributes type '{0}' must be an object type."},
418
420
The_return_type_of_a_JSX_element_constructor_must_return_an_object_type: {code: 2601,category: DiagnosticCategory.Error,key: "The return type of a JSX element constructor must return an object type."},
419
421
JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist: {code: 2602,category: DiagnosticCategory.Error,key: "JSX element implicitly has type 'any' because the global type 'JSX.Element' does not exist."},
0 commit comments