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
@@ -112,6 +112,14 @@ module ts {
112
112
Extends_clause_of_exported_class_0_has_or_is_using_name_1_from_private_module_2: {code: 2021,category: DiagnosticCategory.Error,key: "Extends clause of exported class '{0}' has or is using name '{1}' from private module '{2}'."},
113
113
Implements_clause_of_exported_class_0_has_or_is_using_name_1_from_private_module_2: {code: 2022,category: DiagnosticCategory.Error,key: "Implements clause of exported class '{0}' has or is using name '{1}' from private module '{2}'."},
114
114
Extends_clause_of_exported_interface_0_has_or_is_using_name_1_from_private_module_2: {code: 2023,category: DiagnosticCategory.Error,key: "Extends clause of exported interface '{0}' has or is using name '{1}' from private module '{2}'."},
115
+
Public_static_property_0_of_exported_class_has_or_is_using_private_name_1: {code: 2024,category: DiagnosticCategory.Error,key: "Public static property '{0}' of exported class has or is using private name '{1}'."},
116
+
Public_property_0_of_exported_class_has_or_is_using_private_name_1: {code: 2025,category: DiagnosticCategory.Error,key: "Public property '{0}' of exported class has or is using private name '{1}'."},
117
+
Property_0_of_exported_interface_has_or_is_using_private_name_1: {code: 2026,category: DiagnosticCategory.Error,key: "Property '{0}' of exported interface has or is using private name '{1}'."},
118
+
Exported_variable_0_has_or_is_using_private_name_1: {code: 2027,category: DiagnosticCategory.Error,key: "Exported variable '{0}' has or is using private name '{1}'."},
119
+
Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 2028,category: DiagnosticCategory.Error,key: "Public static property '{0}' of exported class has or is using name '{1}' from private module '{2}'."},
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
+
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
+
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}'."},
115
123
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}'."},
116
124
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}'."},
117
125
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