Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-13 | fix: default to `"inherit"` for `Deno.Command#spawn()`'s `stdout` & `stderr` ↵ | Leo Kettmeir | |
(#17025) | |||
2022-11-28 | feat(unstable): rework Deno.Command (#16812) | Leo Kettmeir | |
Refactors the `Deno.Command` class to not handle any state, but only being an intermediary to calling its methods, and as such any methods and properties besides `output`, `outputSync` & `spawn` have been removed. Interracting with a `spawn`ed subprocess now works by using the methods and properties on the returned class of the `spawn` method. | |||
2022-11-22 | test: disable commandChildUnref flaky test (#16752) | Bartek Iwańczuk | |
2022-11-13 | feat(unstable): "Deno.Command()" API (#16516) | Leo Kettmeir | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2022-05-11 | feat(runtime/spawn): add `AbortSignal` support (#14538) | Leo Kettmeir | |
2022-04-24 | fix(runtime/js/spawn): Pass stdio options for spawn() and spawnSync() (#14358) | Nayeem Rahman | |
2022-04-21 | feat(runtime): two-tier subprocess API (#11618) | Leo Kettmeir | |