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
Raise_error_on_expressions_and_declarations_with_an_implied_any_type: {code: 6052,category: DiagnosticCategory.Message,key: "Raise error on expressions and declarations with an implied 'any' type."},
461
+
Raise_an_error_when_the_any_type_is_inferred_for_a_declaration: {code: 6052,category: DiagnosticCategory.Message,key: "Raise an error when the 'any' type is inferred for a declaration."},
462
462
File_0_not_found: {code: 6053,category: DiagnosticCategory.Error,key: "File '{0}' not found."},
463
463
File_0_must_have_extension_ts_or_d_ts: {code: 6054,category: DiagnosticCategory.Error,key: "File '{0}' must have extension '.ts' or '.d.ts'."},
464
464
Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures: {code: 6055,category: DiagnosticCategory.Message,key: "Suppress noImplicitAny errors for indexing objects lacking index signatures."},
465
465
Do_not_emit_declarations_for_code_that_has_an_internal_annotation: {code: 6056,category: DiagnosticCategory.Message,key: "Do not emit declarations for code that has an '@internal' annotation."},
466
466
Preserve_new_lines_when_emitting_code: {code: 6057,category: DiagnosticCategory.Message,key: "Preserve new-lines when emitting code."},
467
+
Raise_an_error_when_inferring_for_type_arguments: {code: 6058,category: DiagnosticCategory.Message,key: "Raise an error when inferring '{}' for type arguments."},
467
468
Variable_0_implicitly_has_an_1_type: {code: 7005,category: DiagnosticCategory.Error,key: "Variable '{0}' implicitly has an '{1}' type."},
468
469
Parameter_0_implicitly_has_an_1_type: {code: 7006,category: DiagnosticCategory.Error,key: "Parameter '{0}' implicitly has an '{1}' type."},
469
470
Member_0_implicitly_has_an_1_type: {code: 7008,category: DiagnosticCategory.Error,key: "Member '{0}' implicitly has an '{1}' type."},
0 commit comments