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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ module ts {
120
120
const_declarations_must_be_initialized: {code: 1155,category: DiagnosticCategory.Error,key: "'const' declarations must be initialized"},
121
121
const_declarations_can_only_be_declared_inside_a_block: {code: 1156,category: DiagnosticCategory.Error,key: "'const' declarations can only be declared inside a block."},
122
122
let_declarations_can_only_be_declared_inside_a_block: {code: 1157,category: DiagnosticCategory.Error,key: "'let' declarations can only be declared inside a block."},
123
+
Aliased_type_cannot_be_an_object_type_literal_Use_an_interface_declaration_instead: {code: 1158,category: DiagnosticCategory.Error,key: "Aliased type cannot be an object type literal. Use an interface declaration instead."},
Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor: {code: 2301,category: DiagnosticCategory.Error,key: "Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."},
125
126
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
@@ -266,6 +267,7 @@ module ts {
266
267
An_enum_member_cannot_have_a_numeric_name: {code: 2452,category: DiagnosticCategory.Error,key: "An enum member cannot have a numeric name."},
267
268
The_type_argument_for_type_parameter_0_cannot_be_inferred_from_the_usage_Consider_specifying_the_type_arguments_explicitly: {code: 2453,category: DiagnosticCategory.Error,key: "The type argument for type parameter '{0}' cannot be inferred from the usage. Consider specifying the type arguments explicitly."},
268
269
Type_argument_candidate_1_is_not_a_valid_type_argument_because_it_is_not_a_supertype_of_candidate_0: {code: 2455,category: DiagnosticCategory.Error,key: "Type argument candidate '{1}' is not a valid type argument because it is not a supertype of candidate '{0}'."},
270
+
Type_alias_0_circularly_references_itself: {code: 2456,category: DiagnosticCategory.Error,key: "Type alias '{0}' circularly references itself."},
269
271
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
270
272
Type_parameter_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 4001,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported class has or is using name '{1}' from private module '{2}'."},
271
273
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}'."},
@@ -345,6 +347,9 @@ module ts {
345
347
Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 4076,category: DiagnosticCategory.Error,key: "Parameter '{0}' of exported function has or is using name '{1}' from external module {2} but cannot be named."},
346
348
Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2: {code: 4077,category: DiagnosticCategory.Error,key: "Parameter '{0}' of exported function has or is using name '{1}' from private module '{2}'."},
347
349
Parameter_0_of_exported_function_has_or_is_using_private_name_1: {code: 4078,category: DiagnosticCategory.Error,key: "Parameter '{0}' of exported function has or is using private name '{1}'."},
350
+
Exported_type_alias_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 4079,category: DiagnosticCategory.Error,key: "Exported type alias '{0}' has or is using name '{1}' from external module {2} but cannot be named."},
351
+
Exported_type_alias_0_has_or_is_using_name_1_from_private_module_2: {code: 4080,category: DiagnosticCategory.Error,key: "Exported type alias '{0}' has or is using name '{1}' from private module '{2}'."},
352
+
Exported_type_alias_0_has_or_is_using_private_name_1: {code: 4081,category: DiagnosticCategory.Error,key: "Exported type alias '{0}' has or is using private name '{1}'."},
348
353
The_current_host_does_not_support_the_0_option: {code: 5001,category: DiagnosticCategory.Error,key: "The current host does not support the '{0}' option."},
349
354
Cannot_find_the_common_subdirectory_path_for_the_input_files: {code: 5009,category: DiagnosticCategory.Error,key: "Cannot find the common subdirectory path for the input files."},
0 commit comments