summaryrefslogtreecommitdiff
path: root/cli/diagnostics.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r--cli/diagnostics.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs
index 615a13225..7af64d843 100644
--- a/cli/diagnostics.rs
+++ b/cli/diagnostics.rs
@@ -63,6 +63,11 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"spawnSync",
"ChildStatus",
"SpawnOutput",
+ "serve",
+ "serveTls",
+ "ServeInit",
+ "ServeTlsInit",
+ "Handler",
];
static MSG_MISSING_PROPERTY_DENO: Lazy<Regex> = Lazy::new(|| {