diff options
author | Chris Knight <cknight1234@gmail.com> | 2020-04-28 11:35:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 12:35:43 +0200 |
commit | b980b26d853ef4a8d3dd64ba8a4d4cdbda369c41 (patch) | |
tree | 9e2952c3a5120b435847f08408c10f5c32106443 /cli/js/lib.deno.ns.d.ts | |
parent | 8feb30e3258ed9690eb850e3ca22842b260a0403 (diff) |
doc: remove unstable API marker form Deno.Metrics and Deno.RunOptions (#4949)
Diffstat (limited to 'cli/js/lib.deno.ns.d.ts')
-rw-r--r-- | cli/js/lib.deno.ns.d.ts | 3 |
1 files changed, 0 insertions, 3 deletions
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<Conn>; - /** **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 */ |