index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
command_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-01-21
chore: use `Deno.writeTextFile()` where appropriate (#22008)
Asher Gomez
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-01
feat: disposable Deno resources (#20845)
Luca Casonato
2023-09-18
fix: `Deno.Command` - improve error message when `cwd` is not a directory (#2...
Shreyas
2023-07-19
fix(runtime): print process name in case of spawn error (#19855)
sigmaSd
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-05-11
fix(runtime): `ChildProcess::kill()` doesn't require additional perms (#15339)
Nayeem Rahman
2023-03-13
fix(core): `SafePromiseAll` to be unaffected by `Array#@@iterator` (#17542)
Kenta Moriuchi
2023-01-24
feat(runtime/command): make stdin default to inherit for spawn() (#17334)
Leo Kettmeir
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2022-12-13
fix: default to `"inherit"` for `Deno.Command#spawn()`'s `stdout` & `stderr` ...
Leo Kettmeir
2022-11-28
feat(unstable): rework Deno.Command (#16812)
Leo Kettmeir
2022-11-22
test: disable commandChildUnref flaky test (#16752)
Bartek IwaĆczuk
2022-11-13
feat(unstable): "Deno.Command()" API (#16516)
Leo Kettmeir
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