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:
Bartek Iwańczuk 2023-02-13 19:25:00 +01:00 committed by GitHub
parent 9e3d433249
commit f917d2e2c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 318 additions and 475 deletions

View file

@ -29,15 +29,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"removeSignalListener",
"shutdown",
"umask",
"Child",
"ChildProcess",
"ChildStatus",
"SpawnOutput",
"command",
"Command",
"CommandOptions",
"CommandStatus",
"CommandOutput",
"serve",
"ServeInit",
"ServeTlsInit",