summaryrefslogtreecommitdiff
path: root/std/node/os.ts
AgeCommit message (Expand)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
2020-12-15feat(std/node): Added os.type (#8591)MVEMCJSUNPE
2020-11-27fix(std/node): Inline default objects to ensure correct prototype (#8513)Guy Bedford
2020-11-09feat(std/node): consistent Node.js builtin shapes (#8274)Guy Bedford
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-08-27fix(std/node): "events" and "util" modules (#7170)Schwarzkopf Balázs
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-23fix(std/node): global process should usable (#6392)Benjamin Lupton
2020-06-20Remove Deno.dir and dirs dependency (#6385)Ryan Dahl
2020-06-12Revert "feat: add Deno.osName()" (#6261)Ryan Dahl
2020-06-11feat: add Deno.osName() (#5714)Rubin Bhandari
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-01feat(std/node): add os.tmpdir() implementation (#4213)ecyrbe
2020-02-24Add missing node os.release() implementation (#4065)ecyrbe
2020-02-23feat(std/node): add os Symbol.toPrimitive methods (#4073)Ben Noordhuis
2020-02-22feat(std/node): add os.loadavg() (#4075)ecyrbe
2020-02-21feat(std/node) : add os.platform (#4064)ecyrbe
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2020-02-10feat: Event emitter node polyfill (#3944)Chris Knight
2020-01-30feat(std/node) Endianness (#3833)Chris Knight
2020-01-29Partial implementation of node os polyfill based on currently available Deno ...cknight
2019-10-09remove std submoduleRyan Dahl
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl