From f917d2e2c10e0a94e564a9016217e7ce27c8bbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 13 Feb 2023 19:25:00 +0100 Subject: feat: Stabilize Deno.Command API (#17628) This commit stabilizes "Deno.Command" API with all its related APIs. "--unstable" flag is no longer required to use this API. --- cli/tsc/diagnostics.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cli/tsc/diagnostics.rs') diff --git a/cli/tsc/diagnostics.rs b/cli/tsc/diagnostics.rs index 461cda775..a865daa9d 100644 --- a/cli/tsc/diagnostics.rs +++ b/cli/tsc/diagnostics.rs @@ -29,15 +29,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "removeSignalListener", "shutdown", "umask", - "Child", - "ChildProcess", - "ChildStatus", - "SpawnOutput", - "command", - "Command", - "CommandOptions", - "CommandStatus", - "CommandOutput", "serve", "ServeInit", "ServeTlsInit", -- cgit v1.2.3