mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
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.
This commit is contained in:
parent
9e3d433249
commit
f917d2e2c1
7 changed files with 318 additions and 475 deletions
|
@ -29,15 +29,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
|
|||
"removeSignalListener",
|
||||
"shutdown",
|
||||
"umask",
|
||||
"Child",
|
||||
"ChildProcess",
|
||||
"ChildStatus",
|
||||
"SpawnOutput",
|
||||
"command",
|
||||
"Command",
|
||||
"CommandOptions",
|
||||
"CommandStatus",
|
||||
"CommandOutput",
|
||||
"serve",
|
||||
"ServeInit",
|
||||
"ServeTlsInit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue