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
/
os_test.ts
Age
Commit message (
Expand
)
Author
2022-01-31
feat(unstable): add Deno.getUid (#13496)
Yoshiya Hinosawa
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-09-23
test(cli): align unit test permissions with runtime test permissions (#12189)
Casper Beyer
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-07-29
feat(runtime): implement navigator.hardwareConcurrency (#11448)
Divy Srivastava
2021-03-17
refactor: clean up permission handling (#9367)
crowlKats
2021-02-23
fix: panic caused by Deno.env.set("", "") (#9583)
Kohei Ueno
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-10-26
feat(unstable): add Deno.systemCpuInfo() (#7774)
Elias Sjögreen
2020-09-14
test(cli/tests/unit): Enable color for js_unit_tests (#7443)
Nayeem Rahman
2020-09-10
feat(unstable): Add Deno.systemMemoryInfo() (#7350)
Akshat Agarwal
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-08
feat(unstable): Deno.ppid (#6539)
uki00a
2020-06-25
refactor(cli/tests/unit) to use assertThrows (#6459)
Casper Beyer
2020-06-20
Remove Deno.dir and dirs dependency (#6385)
Ryan Dahl
2020-06-12
Revert "feat: add Deno.osName()" (#6261)
Ryan Dahl
2020-06-11
feat: add Deno.osName() (#5714)
Rubin Bhandari
2020-06-09
feat(cli): Add Deno.env.delete() (#5859)
Tuan Le
2020-05-29
fix(cli/permissions): Fix CWD and exec path leaks (#5642)
Nayeem Rahman
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl