1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-18 03:44:05 -05:00

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", "BenchDefinition",
"CreateHttpClientOptions", "CreateHttpClientOptions",
"DatagramConn", "DatagramConn",
"Diagnostic",
"DiagnosticCategory",
"DiagnosticItem",
"DiagnosticMessageChain",
"EmitOptions",
"EmitResult",
"HttpClient", "HttpClient",
"Location",
"Metrics",
"OpMetrics",
"SignalStream",
"StartTlsOptions",
"SystemMemoryInfo", "SystemMemoryInfo",
"UnixConnectOptions", "UnixConnectOptions",
"UnixListenOptions", "UnixListenOptions",
"addSignalListener",
"bench", "bench",
"connect", "connect",
"createHttpClient", "createHttpClient",
@ -43,8 +31,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"ppid", "ppid",
"removeSignalListener", "removeSignalListener",
"shutdown", "shutdown",
"Signal",
"startTls",
"systemMemoryInfo", "systemMemoryInfo",
"umask", "umask",
"spawnChild", "spawnChild",