From 51d926ac30413a6747505b3f248f43a563470545 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 17 Sep 2024 07:57:53 +1000 Subject: chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623) --- cli/tsc/dts/lib.deno.ns.d.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cli/tsc/dts/lib.deno.ns.d.ts') diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index d27fc380d..f44bf9a02 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -3484,10 +3484,6 @@ declare namespace Deno { close(): void; /** * Stops watching the file system and closes the watcher resource. - * - * @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. */ return?(value?: any): Promise>; [Symbol.asyncIterator](): AsyncIterableIterator; -- cgit v1.2.3