Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Node's os module exports a number of methods that evaluate to themselves when coerced to a primitive. I.e., `"" + os.arch` and `os.arch()` evaluate to the same string, and now Deno's shims do too. | |||
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 | |
functionality (#3821) | |||
2019-10-09 | remove std submodule | Ryan Dahl | |
2019-10-04 | Move deno_std to a more convenient location. (#3057) | Ryan Dahl | |
js/deps/https/deno.land/std -> js/std |