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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,26 +121,34 @@ module ts {
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
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_public_static_property_setter_from_exported_class_has_or_is_using_private_name_1: {code: 2033,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public static property setter from exported class has or is using private name '{1}'."},
125
+
Parameter_0_of_public_property_setter_from_exported_class_has_or_is_using_private_name_1: {code: 2034,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public property setter from exported class has or is using private name '{1}'."},
124
126
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
127
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
128
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
129
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
130
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
131
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
132
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}'."},
133
+
Parameter_0_of_public_static_property_setter_from_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 2042,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public static property setter from exported class has or is using name '{1}' from private module '{2}'."},
134
+
Parameter_0_of_public_property_setter_from_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 2043,category: DiagnosticCategory.Error,key: "Parameter '{0}' of public property setter from exported class has or is using name '{1}' from private module '{2}'."},
131
135
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
136
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
137
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
138
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
139
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
140
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}'."},
141
+
Return_type_of_public_static_property_getter_from_exported_class_has_or_is_using_private_name_0: {code: 2050,category: DiagnosticCategory.Error,key: "Return type of public static property getter from exported class has or is using private name '{0}'."},
142
+
Return_type_of_public_property_getter_from_exported_class_has_or_is_using_private_name_0: {code: 2051,category: DiagnosticCategory.Error,key: "Return type of public property getter from exported class has or is using private name '{0}'."},
137
143
Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_0: {code: 2052,category: DiagnosticCategory.Error,key: "Return type of constructor signature from exported interface has or is using private name '{0}'."},
138
144
Return_type_of_call_signature_from_exported_interface_has_or_is_using_private_name_0: {code: 2053,category: DiagnosticCategory.Error,key: "Return type of call signature from exported interface has or is using private name '{0}'."},
139
145
Return_type_of_index_signature_from_exported_interface_has_or_is_using_private_name_0: {code: 2054,category: DiagnosticCategory.Error,key: "Return type of index signature from exported interface has or is using private name '{0}'."},
140
146
Return_type_of_public_static_method_from_exported_class_has_or_is_using_private_name_0: {code: 2055,category: DiagnosticCategory.Error,key: "Return type of public static method from exported class has or is using private name '{0}'."},
141
147
Return_type_of_public_method_from_exported_class_has_or_is_using_private_name_0: {code: 2056,category: DiagnosticCategory.Error,key: "Return type of public method from exported class has or is using private name '{0}'."},
142
148
Return_type_of_method_from_exported_interface_has_or_is_using_private_name_0: {code: 2057,category: DiagnosticCategory.Error,key: "Return type of method from exported interface has or is using private name '{0}'."},
143
149
Return_type_of_exported_function_has_or_is_using_private_name_0: {code: 2058,category: DiagnosticCategory.Error,key: "Return type of exported function has or is using private name '{0}'."},
150
+
Return_type_of_public_static_property_getter_from_exported_class_has_or_is_using_name_0_from_private_module_1: {code: 2059,category: DiagnosticCategory.Error,key: "Return type of public static property getter from exported class has or is using name '{0}' from private module '{1}'."},
151
+
Return_type_of_public_property_getter_from_exported_class_has_or_is_using_name_0_from_private_module_1: {code: 2060,category: DiagnosticCategory.Error,key: "Return type of public property getter from exported class has or is using name '{0}' from private module '{1}'."},
144
152
Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1: {code: 2061,category: DiagnosticCategory.Error,key: "Return type of constructor signature from exported interface has or is using name '{0}' from private module '{1}'."},
145
153
Return_type_of_call_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1: {code: 2062,category: DiagnosticCategory.Error,key: "Return type of call signature from exported interface has or is using name '{0}' from private module '{1}'."},
146
154
Return_type_of_index_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1: {code: 2063,category: DiagnosticCategory.Error,key: "Return type of index signature from exported interface has or is using name '{0}' from private module '{1}'."},
0 commit comments