diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-02-13 19:25:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 19:25:00 +0100 |
commit | f917d2e2c10e0a94e564a9016217e7ce27c8bbee (patch) | |
tree | dc13ab3e0acf5d28874c881ad4ea62f2a103bdff /cli/tsc/diagnostics.rs | |
parent | 9e3d433249b9259e3a04b4f68563a41455ac7efc (diff) |
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.
Diffstat (limited to 'cli/tsc/diagnostics.rs')
-rw-r--r-- | cli/tsc/diagnostics.rs | 9 |
1 files changed, 0 insertions, 9 deletions
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", |