mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
doc: remove unstable API marker form Deno.Metrics and Deno.RunOptions (#4949)
This commit is contained in:
parent
8feb30e325
commit
b980b26d85
1 changed files with 0 additions and 3 deletions
3
cli/js/lib.deno.ns.d.ts
vendored
3
cli/js/lib.deno.ns.d.ts
vendored
|
@ -2052,7 +2052,6 @@ declare namespace Deno {
|
||||||
options?: StartTlsOptions
|
options?: StartTlsOptions
|
||||||
): Promise<Conn>;
|
): Promise<Conn>;
|
||||||
|
|
||||||
/** **UNSTABLE**: not sure if broken or not */
|
|
||||||
export interface Metrics {
|
export interface Metrics {
|
||||||
opsDispatched: number;
|
opsDispatched: number;
|
||||||
opsDispatchedSync: number;
|
opsDispatchedSync: number;
|
||||||
|
@ -2210,8 +2209,6 @@ declare namespace Deno {
|
||||||
signal?: number;
|
signal?: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** **UNSTABLE**: `args` has been recently renamed to `cmd` to differentiate from
|
|
||||||
* `Deno.args`. */
|
|
||||||
export interface RunOptions {
|
export interface RunOptions {
|
||||||
/** Arguments to pass. Note, the first element needs to be a path to the
|
/** Arguments to pass. Note, the first element needs to be a path to the
|
||||||
* binary */
|
* binary */
|
||||||
|
|
Loading…
Add table
Reference in a new issue