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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,20 @@ module ts {
120
120
Public_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 2029,category: DiagnosticCategory.Error,key: "Public property '{0}' of exported class has or is using name '{1}' from private module '{2}'."},
121
121
Property_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2: {code: 2030,category: DiagnosticCategory.Error,key: "Property '{0}' of exported interface has or is using name '{1}' from private module '{2}'."},
122
122
Exported_variable_0_has_or_is_using_name_1_from_private_module_2: {code: 2031,category: DiagnosticCategory.Error,key: "Exported variable '{0}' has or is using name '{1}' from private module '{2}'."},
123
+
Parameter_0_of_constructor_from_exported_class_has_or_is_using_private_name_1: {code: 2032,category: DiagnosticCategory.Error,key: "Parameter '{0}' of constructor from exported class has or is using private name '{1}'."},
124
+
Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1: {code: 2035,category: DiagnosticCategory.Error,key: "Parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'."},
125
+
Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1: {code: 2036,category: DiagnosticCategory.Error,key: "Parameter '{0}' of call signature from exported interface has or is using private name '{1}'."},
126
+
Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1: {code: 2037,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public static method from exported class has or is using private name '{1}'."},
127
+
Parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1: {code: 2038,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public method from exported class has or is using private name '{1}'."},
128
+
Parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1: {code: 2039,category: DiagnosticCategory.Error,key: "Parameter '{0}' of method from exported interface has or is using private name '{1}'."},
129
+
Parameter_0_of_exported_function_has_or_is_using_private_name_1: {code: 2040,category: DiagnosticCategory.Error,key: "Parameter '{0}' of exported function has or is using private name '{1}'."},
130
+
Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 2041,category: DiagnosticCategory.Error,key: "Parameter '{0}' of constructor from exported class has or is using name '{1}' from private module '{2}'."},
131
+
Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2: {code: 2044,category: DiagnosticCategory.Error,key: "Parameter '{0}' of constructor signature from exported interface has or is using name '{1}' from private module '{2}'."},
132
+
Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2: {code: 2045,category: DiagnosticCategory.Error,key: "Parameter '{0}' of call signature from exported interface has or is using name '{1}' from private module '{2}'."},
133
+
Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 2046,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public static method from exported class has or is using name '{1}' from private module '{2}'."},
134
+
Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 2047,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public method from exported class has or is using name '{1}' from private module '{2}'."},
135
+
Parameter_0_of_method_from_exported_interface_has_or_is_using_name_1_from_private_module_2: {code: 2048,category: DiagnosticCategory.Error,key: "Parameter '{0}' of method from exported interface has or is using name '{1}' from private module '{2}'."},
136
+
Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2: {code: 2049,category: DiagnosticCategory.Error,key: "Parameter '{0}' of exported function has or is using name '{1}' from private module '{2}'."},
123
137
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}'."},
124
138
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}'."},
125
139
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}'."},
0 commit comments