diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-11-13 20:00:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 14:00:24 -0500 |
commit | 52dc3ef1a4db10ce35345c84e07bbae0c463ba18 (patch) | |
tree | ef111110376070f16867c7850f077b2b27834085 /cli/diagnostics.rs | |
parent | 15db936348d7c76013244344b65dfa5a440a99f2 (diff) |
feat(unstable): "Deno.Command()" API (#16516)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 69ff8ae25..05502dca4 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -33,8 +33,14 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "Child", "spawn", "spawnSync", + "SpawnOptions", "ChildStatus", "SpawnOutput", + "command", + "Command", + "CommandOptions", + "CommandStatus", + "CommandOutput", "serve", "ServeInit", "ServeTlsInit", |