summaryrefslogtreecommitdiff
path: root/cli/diagnostics.rs
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-11-13 20:00:24 +0100
committerGitHub <noreply@github.com>2022-11-13 14:00:24 -0500
commit52dc3ef1a4db10ce35345c84e07bbae0c463ba18 (patch)
treeef111110376070f16867c7850f077b2b27834085 /cli/diagnostics.rs
parent15db936348d7c76013244344b65dfa5a440a99f2 (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.rs6
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",