summaryrefslogtreecommitdiff
path: root/std/node/module.ts
AgeCommit message (Expand)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-24fix(std/node): replace uses of `window` with `globalThis` (#9237)Liam Murphy
2021-01-17chore: Enforce ban-untagged-todo lint rule (#9135)Bartek Iwańczuk
2021-01-06fix(std/node): resolve files in symlinked directories (#8840)Liam Murphy
2020-11-26feat(std/node/stream): Add Duplex, Transform, Passthrough, pipeline, finished...Steven Guerrero
2020-11-14refactor(std): add std/_util/os.ts module (#8370)Behnam Mohammadi
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-14feat(std/node): add string_decoder (#6638)Steven Guerrero
2020-06-12make std deno-lint clean (#6240)Ryan Dahl
2020-06-07refactor(std): remove testing dependencies from non-test code (#5838)Chris Knight
2020-06-06feat(std/node): Buffer (#5925)Nikolai Vavilov
2020-06-02fix: Better use of @ts-expect-error (#6038)Kitson Kelly
2020-05-26Use ts-expect-error instead of ts-ignore. (#5869)Kitson Kelly
2020-05-23refactor: remove duplicated code in std/node/module (#5778)Ali Hasani
2020-05-14Fix typos across the repo (#5295)Dante Calderón
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
2020-04-29make camel case readDir, readLink, realPath (#4995)Ryan Dahl
2020-04-29BREAKING: Map-like interface for Deno.env (#4942)Valentin Anger
2020-04-20std/node: require_ -> require (#4828)Nikolai Vavilov
2020-04-16refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)Nayeem Rahman
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-19fix: stack traces for modules imported via std/node's require (#4035)Nikolai Vavilov
2020-03-14Add node querystring polyfill (#4370)crowlKats
2020-02-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2020-02-10feat: Event emitter node polyfill (#3944)Chris Knight
2020-01-29Partial implementation of node os polyfill based on currently available Deno ...cknight
2020-01-15feat(std/node): Added node timers builtin (#3634)Luca Casonato
2019-12-15std/node: better error message for read perm in require() (#3502)Kevin (Kun) "Kassimo" Qian
2019-11-19std/node: add some Node.js polyfill to require() (#3382)Kevin (Kun) "Kassimo" Qian
2019-10-09remove std submoduleRyan Dahl
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl