summaryrefslogtreecommitdiff
path: root/std/node
AgeCommit message (Expand)Author
2020-06-23fix(std/node): global process should usable (#6392)Benjamin Lupton
2020-06-21feat(std/node): support hex / base64 encoding in Buffer (#6414)Marcos Casagrande
2020-06-20Remove Deno.dir and dirs dependency (#6385)Ryan Dahl
2020-06-13fix(std/node): added tests for static methods of Buffer (#6276)David Gonzalez
2020-06-13Doc: Node buffer is now supported (#6274)Michael Yuan
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-12Revert "feat: add Deno.osName()" (#6261)Ryan Dahl
2020-06-12make std deno-lint clean (#6240)Ryan Dahl
2020-06-11feat: add Deno.osName() (#5714)Rubin Bhandari
2020-06-09fix(std/node): emitter.removeAllListeners (#5583)blairzhao111
2020-06-08feat(std/node) - Add util.promisify (#5540)Marcos Casagrande
2020-06-07feat(std/node) add util.types (#6159)Peter Evers
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-06fix: use queueMicrotask instead of setTimeout (#6112)Marcos Casagrande
2020-06-05Rename abbreviated assertions in std/testing (#6118)Casper Beyer
2020-06-02fix: Better use of @ts-expect-error (#6038)Kitson Kelly
2020-06-01feat(std/node): add util.type.isDate (#6029)Peter Evers
2020-05-28feat(std/node): add link/linkSync polyfill (#5930)Chris Knight
2020-05-26Use ts-expect-error instead of ts-ignore. (#5869)Kitson Kelly
2020-05-25Fix typo (#5834)Rares Folea
2020-05-23refactor: remove duplicated code in std/node/module (#5778)Ali Hasani
2020-05-22std/node: fs.writeFile/sync path can now be an URL (#5652)Marcos Casagrande
2020-05-22re-enable symlink tests on windows (#5746)Ali Hasani
2020-05-20Remove duplicate test (#5687)Marcos Casagrande
2020-05-20feat(std/node): first pass at url module (#4700)Ali Hasani
2020-05-20feat(std/node) Export TextDecoder and TextEncoder from util (#5663)Garrone Joseph
2020-05-20std/node: add util.callbackify (#5415)Evan Hahn
2020-05-20feat(std/node): Add fs.promises.readFile (#5656)Marcos Casagrande
2020-05-19fix(std/node) improve fs.close compatibility (#5649)Marcos Casagrande
2020-05-16Fix a bunch of spelling errors (#5314)Bert Belder
2020-05-15fix: setTimeout and friends have too strict types (#5412)Tomasz Gałkowski
2020-05-15feat(std/node): fs.writeFileSync polyfill (#5414)Marcos Casagrande
2020-05-14[std/node]: remove execute permissions from fs.ts (#5363)Evan Hahn
2020-05-14std/node fs.readFile should take string as option (#5316)Marcos Casagrande
2020-05-14Fix typos across the repo (#5295)Dante Calderón
2020-05-11doc: fix typo in std/node/README.md (#4819)Edward Elric
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
2020-05-06Remove flaky and useless tests (#5116)Ryan Dahl
2020-05-04feat(std/node): fs.writefile / fs.promises.writeFile (#5054)Marcos Casagrande
2020-05-03[std/node] add the ability to path argument to be URL type (#5055)Ali Hasani
2020-04-30std/node: toString for globals (#5013)Nikolai Vavilov
2020-04-30std/node: make process global (#4985)Nikolai Vavilov
2020-04-29Cleanup std/node/fs functions (#5000)Marcos Casagrande
2020-04-29make camel case readDir, readLink, realPath (#4995)Ryan Dahl
2020-04-29BREAKING: Include limited metadata in 'DirEntry' objects (#4941)Bert Belder
2020-04-29BREAKING: Map-like interface for Deno.env (#4942)Valentin Anger
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-04-28BREAKING: remove overload of Deno.test() (#4951)Bartek Iwańczuk
2020-04-27Rename FileInfo time fields and represent them as Date objects (#4932)Bert Belder