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:
parent
94a5103b04
commit
05eb4d1084
1 changed files with 0 additions and 14 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue