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
File_0_not_found: {code: 6053,category: DiagnosticCategory.Error,key: "File '{0}' not found."},
341
+
File_0_must_have_extension_ts_or_d_ts: {code: 6054,category: DiagnosticCategory.Error,key: "File '{0}' must have extension '.ts' or '.d.ts'."},
342
342
Warn_on_expressions_and_declarations_with_an_implied_any_type: {code: 7004,category: DiagnosticCategory.Message,key: "Warn on expressions and declarations with an implied 'any' type."},
343
343
Variable_0_implicitly_has_an_1_type: {code: 7005,category: DiagnosticCategory.Error,key: "Variable '{0}' implicitly has an '{1}' type."},
344
344
Parameter_0_implicitly_has_an_1_type: {code: 7006,category: DiagnosticCategory.Error,key: "Parameter '{0}' implicitly has an '{1}' type."},
@@ -354,6 +354,8 @@ module ts {
354
354
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."},
355
355
Rest_parameter_0_implicitly_has_an_any_type: {code: 7019,category: DiagnosticCategory.Error,key: "Rest parameter '{0}' implicitly has an 'any[]' type."},
356
356
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."},
357
+
You_must_rename_an_identifier: {code: 8000,category: DiagnosticCategory.Error,key: "You must rename an identifier."},
358
+
You_cannot_rename_this_element: {code: 8001,category: DiagnosticCategory.Error,key: "You cannot rename this element."},
357
359
Variable_declaration_list_cannot_be_empty: {code: -9999999,category: DiagnosticCategory.Error,key: "Variable declaration list cannot be empty."},
0 commit comments