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_node
/
process_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-07
chore(cli): Use @test_util for relative path for unit tests (#22327)
Matt Mastracci
2024-02-01
fix(node): add `ppid` getter for `node:process` (#22167)
Yusuke Tanaka
2024-01-24
feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#...
Asher Gomez
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-02
fix(node): setting process.exitCode should change exit code of process (#21429)
David Sherret
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-12-01
fix(ext/node): add stubbed process.report (#21373)
Daniel Mizerski
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-22
Revert "chore: update to `std@0.207.0` (#21284)" (#21295)
Bartek Iwańczuk
2023-11-22
chore: update to `std@0.207.0` (#21284)
Asher Gomez
2023-11-20
fix(ext/node): handle closing process.stdin more than once (#21267)
Divy Srivastava
2023-11-10
fix(ext/node): implement process.geteuid (#21151)
Divy Srivastava
2023-10-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
2023-10-18
fix(ext/node): process.argv0 (#20925)
Bartek Iwańczuk
2023-10-05
fix(ext/node): implement uv.errname (#20785)
Divy Srivastava
2023-08-29
fix(ext/node): fix argv[1] in Worker (#20305)
Yoshiya Hinosawa
2023-08-04
fix(node): polyfill process.title (#20044)
Bartek Iwańczuk
2023-06-02
fix(node): don't close stdio streams (#19256)
Bartek Iwańczuk
2023-05-31
fix(node): add missing process.reallyExit method (#19326)
Marvin Hagemeister
2023-03-25
feat(test): print pending tests on sigint (#18246)
Nayeem Rahman
2023-02-16
test: add unit tests from std/node (#17794)
Bartek Iwańczuk