summaryrefslogtreecommitdiff
path: root/cli/diagnostics.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-08-02 14:40:46 +0200
committerGitHub <noreply@github.com>2021-08-02 14:40:46 +0200
commit3a2e94492b0d4df1ae5c3bb5a6a6a899538de10b (patch)
tree3e9b89130f95df5b285a50ef273bbbc32c249605 /cli/diagnostics.rs
parentf87aa44d94240327fb4ab1dc756d70f71247edb4 (diff)
feat: stabilize Deno.serveHttp() (#11544)
This commit moves "Deno.serveHttp()" and related types to stable namespace.
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r--cli/diagnostics.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs
index f2c78d5c4..18506ccc8 100644
--- a/cli/diagnostics.rs
+++ b/cli/diagnostics.rs
@@ -25,7 +25,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"EmitOptions",
"EmitResult",
"HttpClient",
- "HttpConn",
"LinuxSignal",
"Location",
"MXRecord",
@@ -33,7 +32,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"Metrics",
"OpMetrics",
"RecordType",
- "RequestEvent",
"ResolveDnsOptions",
"SRVRecord",
"SetRawOptions",
@@ -60,7 +58,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"osRelease",
"ppid",
"resolveDns",
- "serveHttp",
"setRaw",
"shutdown",
"signal",