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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ module ts {
111
111
Import_declarations_in_an_internal_module_cannot_reference_an_external_module: {code: 1147,category: DiagnosticCategory.Error,key: "Import declarations in an internal module cannot reference an external module."},
112
112
Cannot_compile_external_modules_unless_the_module_flag_is_provided: {code: 1148,category: DiagnosticCategory.Error,key: "Cannot compile external modules unless the '--module' flag is provided."},
113
113
Filename_0_differs_from_already_included_filename_1_only_in_casing: {code: 1149,category: DiagnosticCategory.Error,key: "Filename '{0}' differs from already included filename '{1}' only in casing"},
114
-
new_T_cannot_be_used_to_create_an_array_Use_new_Array_T_instead: {code: 2068,category: DiagnosticCategory.Error,key: "'new T[]' cannot be used to create an array. Use 'new Array<T>()' instead."},
114
+
new_T_cannot_be_used_to_create_an_array_Use_new_Array_T_instead: {code: 1150,category: DiagnosticCategory.Error,key: "'new T[]' cannot be used to create an array. Use 'new Array<T>()' instead."},
Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor: {code: 2301,category: DiagnosticCategory.Error,key: "Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."},
117
117
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
@@ -389,5 +389,6 @@ module ts {
389
389
Object_literal_s_property_0_implicitly_has_an_1_type: {code: 7018,category: DiagnosticCategory.Error,key: "Object literal's property '{0}' implicitly has an '{1}' type."},
390
390
Rest_parameter_0_implicitly_has_an_any_type: {code: 7019,category: DiagnosticCategory.Error,key: "Rest parameter '{0}' implicitly has an 'any[]' type."},
391
391
Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type: {code: 7020,category: DiagnosticCategory.Error,key: "Call signature, which lacks return-type annotation, implicitly has an 'any' return type."},
392
+
You_cannot_rename_this_element: {code: 8000,category: DiagnosticCategory.Error,key: "You cannot rename this element."},
0 commit comments