summaryrefslogtreecommitdiff
path: root/cli/tests/unit/command_test.ts
AgeCommit message (Expand)Author
2022-12-13fix: default to `"inherit"` for `Deno.Command#spawn()`'s `stdout` & `stderr` ...Leo Kettmeir
2022-11-28feat(unstable): rework Deno.Command (#16812)Leo Kettmeir
2022-11-22test: disable commandChildUnref flaky test (#16752)Bartek IwaƄczuk
2022-11-13feat(unstable): "Deno.Command()" API (#16516)Leo Kettmeir
2022-05-11feat(runtime/spawn): add `AbortSignal` support (#14538)Leo Kettmeir
2022-04-24fix(runtime/js/spawn): Pass stdio options for spawn() and spawnSync() (#14358)Nayeem Rahman
2022-04-21feat(runtime): two-tier subprocess API (#11618)Leo Kettmeir