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-2
Original file line number
Diff line number
Diff line change
@@ -385,9 +385,9 @@ namespace ts {
385
385
No_best_common_type_exists_among_yield_expressions: {code: 2504,category: DiagnosticCategory.Error,key: "No best common type exists among yield expressions."},
386
386
A_generator_cannot_have_a_void_type_annotation: {code: 2505,category: DiagnosticCategory.Error,key: "A generator cannot have a 'void' type annotation."},
387
387
_0_is_referenced_directly_or_indirectly_in_its_own_base_expression: {code: 2506,category: DiagnosticCategory.Error,key: "'{0}' is referenced directly or indirectly in its own base expression."},
388
-
Base_expression_is_not_of_a_constructor_function_type: {code: 2507,category: DiagnosticCategory.Error,key: "Base expression is not of a constructor function type."},
388
+
Type_0_is_not_a_constructor_function_type: {code: 2507,category: DiagnosticCategory.Error,key: "Type '{0}' is not a constructor function type."},
389
389
No_base_constructor_has_the_specified_number_of_type_arguments: {code: 2508,category: DiagnosticCategory.Error,key: "No base constructor has the specified number of type arguments."},
390
-
Base_constructor_does_not_return_a_class_or_interface_type: {code: 2509,category: DiagnosticCategory.Error,key: "Base constructor does not return a class or interface type."},
390
+
Base_constructor_return_type_0_is_not_a_class_or_interface_type: {code: 2509,category: DiagnosticCategory.Error,key: "Base constructor return type '{0}' is not a class or interface type."},
391
391
Base_constructors_must_all_have_the_same_return_type: {code: 2510,category: DiagnosticCategory.Error,key: "Base constructors must all have the same return type."},
392
392
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
393
393
Type_parameter_0_of_exported_class_has_or_is_using_private_name_1: {code: 4002,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported class has or is using private name '{1}'."},
0 commit comments