mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
chore: remove stable unstable APIs from cli/diagnostics.rs (#16492)
All these APIs are now stable
This commit is contained in:
parent
94a5103b04
commit
05eb4d1084
1 changed files with 0 additions and 14 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue