From 45ee72741225728f8fa3940fe4685f7d795ecca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 15 May 2022 17:19:26 +0200 Subject: [PATCH] chore: remove some unstable props (#14618) --- cli/diagnostics.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 758cda01b4..094fc7b563 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -27,12 +27,8 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "EmitResult", "HttpClient", "Location", - "MXRecord", "Metrics", "OpMetrics", - "RecordType", - "SOARecord", - "SRVRecord", "SetRawOptions", "SignalStream", "StartTlsOptions",