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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,7 @@ module ts {
156
156
Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_private_module_1: {code: 2065,category: DiagnosticCategory.Error,key: "Return type of public method from exported class has or is using name '{0}' from private module '{1}'."},
157
157
Return_type_of_method_from_exported_interface_has_or_is_using_name_0_from_private_module_1: {code: 2066,category: DiagnosticCategory.Error,key: "Return type of method from exported interface has or is using name '{0}' from private module '{1}'."},
158
158
Return_type_of_exported_function_has_or_is_using_name_0_from_private_module_1: {code: 2067,category: DiagnosticCategory.Error,key: "Return type of exported function has or is using name '{0}' from private module '{1}'."},
159
+
Import_declaration_0_is_using_private_name_1: {code: 2181,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
159
160
Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1: {code: 2208,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'."},
160
161
Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1: {code: 2209,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of call signature from exported interface has or is using private name '{1}'."},
161
162
Type_parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1: {code: 2210,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of public static method from exported class has or is using private name '{1}'."},
@@ -230,6 +231,18 @@ module ts {
230
231
A_parameter_property_is_only_allowed_in_a_constructor_implementation: {code: 2246,category: DiagnosticCategory.Error,key: "A parameter property is only allowed in a constructor implementation."},
231
232
Function_overload_must_be_static: {code: 2247,category: DiagnosticCategory.Error,key: "Function overload must be static."},
232
233
Function_overload_must_not_be_static: {code: 2248,category: DiagnosticCategory.Error,key: "Function overload must not be static."},
234
+
Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 2249,category: DiagnosticCategory.Error,key: "Public static property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."},
235
+
Public_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 2250,category: DiagnosticCategory.Error,key: "Public property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."},
236
+
Exported_variable_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 2251,category: DiagnosticCategory.Error,key: "Exported variable '{0}' has or is using name '{1}' from external module {2} but cannot be named."},
237
+
Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 2252,category: DiagnosticCategory.Error,key: "Parameter '{0}' of constructor from exported class has or is using name '{1}' from external module {2} but cannot be named."},
238
+
Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 2253,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public static method from exported class has or is using name '{1}' from external module {2} but cannot be named."},
239
+
Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 2254,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public method from exported class has or is using name '{1}' from external module {2} but cannot be named."},
240
+
Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 2255,category: DiagnosticCategory.Error,key: "Parameter '{0}' of exported function has or is using name '{1}' from external module {2} but cannot be named."},
241
+
Return_type_of_public_static_property_getter_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named: {code: 2256,category: DiagnosticCategory.Error,key: "Return type of public static property getter from exported class has or is using name '{0}' from external module {1} but cannot be named."},
242
+
Return_type_of_public_property_getter_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named: {code: 2257,category: DiagnosticCategory.Error,key: "Return type of public property getter from exported class has or is using name '{0}' from external module {1} but cannot be named."},
243
+
Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named: {code: 2258,category: DiagnosticCategory.Error,key: "Return type of public static method from exported class has or is using name '{0}' from external module {1} but cannot be named."},
244
+
Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named: {code: 2259,category: DiagnosticCategory.Error,key: "Return type of public method from exported class has or is using name '{0}' from external module {1} but cannot be named."},
245
+
Return_type_of_exported_function_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named: {code: 2260,category: DiagnosticCategory.Error,key: "Return type of exported function has or is using name '{0}' from external module {1} but cannot be named."},
233
246
Circular_definition_of_import_alias_0: {code: 3000,category: DiagnosticCategory.Error,key: "Circular definition of import alias '{0}'."},
234
247
Cannot_find_name_0: {code: 3001,category: DiagnosticCategory.Error,key: "Cannot find name '{0}'."},
235
248
Module_0_has_no_exported_member_1: {code: 3002,category: DiagnosticCategory.Error,key: "Module '{0}' has no exported member '{1}'."},
0 commit comments