Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | chore: remove std directory (#9361) | Casper Beyer | |
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now. | |||
2021-01-26 | fix(std/node): Stop callbacks being called twice when callback throws error ↵ | Liam Murphy | |
(#8867) | |||
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
2020-11-26 | feat(std/node/stream): Add Duplex, Transform, Passthrough, pipeline, ↵ | Steven Guerrero | |
finished and promises (#7940) | |||
2020-11-03 | build: migrate to dlint (#8176) | Bartek Iwańczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-09-21 | chore: add copyright (#7593) | tokiedokie | |
2020-09-13 | upgrade: deno_doc, deno_lint, dprint, swc (#7434) | Bartek Iwańczuk | |
upgrades: - swc_ecmascript 0.7.7 - dprint-plugin-typescript 0.31.3 - deno_lint 0.2.0 - deno_doc 0.1.9 Split std_lint test into std_lint and unit_test_lint. Added lint ignores to CommonJS files in std/node. | |||
2020-08-24 | feat: update to TypeScript 4.0 (#6514) | Kitson Kelly | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-06-27 | feat(std/node): support hex/base64 encoding in fs.readFile/fs.writeFile (#6512) | Marcos Casagrande | |
2020-06-23 | fix(std/node): fix readFile types, add encoding types (#6451) | Benjamin Lupton | |
2020-06-06 | feat(std/node): Buffer (#5925) | Nikolai Vavilov | |
2020-05-04 | feat(std/node): fs.writefile / fs.promises.writeFile (#5054) | Marcos Casagrande | |
2020-03-12 | fix: Node polyfill fsAppend rework (#4322) | Chris Knight | |
* My original implementation of `fs.appendFile` used an async API, which, though it would work fine as a polyfill, wasn't an exact match with the Node API. This PR reworks that API to mimic the Node API fully as a synchronous void function with an async internal implementation. * Refactor move of other internal fs `dirent` and `dir` classes to the _fs internal directory. | |||
2020-03-08 | feat(std/node) add appendFile and appendFileSync (#4294) | Chris Knight | |
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 |