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
if(accessibleSymbolChain&&!needsQualification(accessibleSymbolChain[0],enclosingDeclaration,accessibleSymbolChain.length===1 ? meaning : getQualifiedLeftMeaning(meaning))){
Copy file name to clipboardExpand all lines: src/compiler/diagnosticInformationMap.generated.ts
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,18 @@ module ts {
231
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."},
232
232
Function_overload_must_be_static: {code: 2247,category: DiagnosticCategory.Error,key: "Function overload must be static."},
233
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."},
234
246
Circular_definition_of_import_alias_0: {code: 3000,category: DiagnosticCategory.Error,key: "Circular definition of import alias '{0}'."},
235
247
Cannot_find_name_0: {code: 3001,category: DiagnosticCategory.Error,key: "Cannot find name '{0}'."},
236
248
Module_0_has_no_exported_member_1: {code: 3002,category: DiagnosticCategory.Error,key: "Module '{0}' has no exported member '{1}'."},
0 commit comments