Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-09 | unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893) | Bartek IwaĆczuk | |
This commit removes three unstable Deno APIs: - "Deno.spawn()" - "Deno.spawnSync()" - "Deno.spawnChild()" These APIs were replaced by a unified "Deno.Command" API. |