diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-30 23:07:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 23:07:41 +0100 |
commit | 05eb4d10845a05ce019724a3a74bbe5e0e1774f3 (patch) | |
tree | bacdd3fb6f2d3395270fe81eb6bea24d4e46babd | |
parent | 94a5103b0452c43113c222f4dfb32bbf39be5c3f (diff) |
chore: remove stable unstable APIs from cli/diagnostics.rs (#16492)
All these APIs are now stable
-rw-r--r-- | cli/diagnostics.rs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 88a92a1a8..59c7f9737 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -17,22 +17,10 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "BenchDefinition", "CreateHttpClientOptions", "DatagramConn", - "Diagnostic", - "DiagnosticCategory", - "DiagnosticItem", - "DiagnosticMessageChain", - "EmitOptions", - "EmitResult", "HttpClient", - "Location", - "Metrics", - "OpMetrics", - "SignalStream", - "StartTlsOptions", "SystemMemoryInfo", "UnixConnectOptions", "UnixListenOptions", - "addSignalListener", "bench", "connect", "createHttpClient", @@ -43,8 +31,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "ppid", "removeSignalListener", "shutdown", - "Signal", - "startTls", "systemMemoryInfo", "umask", "spawnChild", |