From 713ed065e7cd1013e525a8e571cef08a30de87be Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 5 Sep 2024 16:22:47 +1000 Subject: BREAKING(fs): remove `Deno.File` (#25447) Towards #22079 --- cli/tsc/dts/lib.deno.ns.d.ts | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cli/tsc') diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index e47a2d942..319b1da45 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -2530,17 +2530,6 @@ declare namespace Deno { [Symbol.dispose](): void; } - /** - * The Deno abstraction for reading and writing files. - * - * @deprecated This will be removed in Deno 2.0. See the - * {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide} - * for migration instructions. - * - * @category File System - */ - export const File: typeof FsFile; - /** Gets the size of the console as columns/rows. * * ```ts -- cgit v1.2.3