From b980b26d853ef4a8d3dd64ba8a4d4cdbda369c41 Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Tue, 28 Apr 2020 11:35:43 +0100 Subject: doc: remove unstable API marker form Deno.Metrics and Deno.RunOptions (#4949) --- cli/js/lib.deno.ns.d.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'cli/js/lib.deno.ns.d.ts') diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index a421b46aa..d74e4fe3f 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -2052,7 +2052,6 @@ declare namespace Deno { options?: StartTlsOptions ): Promise; - /** **UNSTABLE**: not sure if broken or not */ export interface Metrics { opsDispatched: number; opsDispatchedSync: number; @@ -2210,8 +2209,6 @@ declare namespace Deno { signal?: number; }; - /** **UNSTABLE**: `args` has been recently renamed to `cmd` to differentiate from - * `Deno.args`. */ export interface RunOptions { /** Arguments to pass. Note, the first element needs to be a path to the * binary */ -- cgit v1.2.3