chore: remove stable unstable APIs from cli/diagnostics.rs (#16492)

All these APIs are now stable
This commit is contained in:
Bartek Iwańczuk 2022-10-30 23:07:41 +01:00 committed by GitHub
parent 94a5103b04
commit 05eb4d1084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",