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
/
std
/
node
/
os_test.ts
Age
Commit message (
Expand
)
Author
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-12-15
feat(std/node): Added os.type (#8591)
MVEMCJSUNPE
2020-11-19
feat(std/node): add os.totalmem, os.freemem (#8317)
Gyubong
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-20
Remove Deno.dir and dirs dependency (#6385)
Ryan Dahl
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-06-12
Revert "feat: add Deno.osName()" (#6261)
Ryan Dahl
2020-06-11
feat: add Deno.osName() (#5714)
Rubin Bhandari
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-01
feat(std/node): add os.tmpdir() implementation (#4213)
ecyrbe
2020-02-24
Add missing node os.release() implementation (#4065)
ecyrbe
2020-02-23
feat(std/node): add os Symbol.toPrimitive methods (#4073)
Ben Noordhuis
2020-02-22
feat(std/node): add os.loadavg() (#4075)
ecyrbe
2020-02-21
feat(std/node) : add os.platform (#4064)
ecyrbe
2020-02-11
refactor: rewrite tests in std/ to use Deno.test (#3930)
Bartek IwaĆczuk
2020-01-30
feat(std/node) Endianness (#3833)
Chris Knight
2020-01-29
Partial implementation of node os polyfill based on currently available Deno ...
cknight
2019-10-09
remove std submodule
Ryan Dahl
2019-10-04
Move deno_std to a more convenient location. (#3057)
Ryan Dahl