From aa47f8186cbc068232e23b92a6966be9bd23e4bb Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Fri, 26 Feb 2021 01:35:10 +0800 Subject: feat(runtime): stabilize Deno.link and Deno.linkSync (#9417) This commit makes "Deno.link" and "Deno.linkSync" stable. The permission required has been changed to read-write to ensure one cannot escape the sandbox. --- cli/diagnostics.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/diagnostics.rs') diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 1da2f277e..5b2ce3641 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -44,8 +44,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "ftruncateSync", "hostname", "kill", - "link", - "linkSync", "listen", "listenDatagram", "loadavg", -- cgit v1.2.3