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-22 | fix(std/async): make pooledMap() errors catchable (#9217) | Nayeem Rahman | |
2021-01-15 | refactor(op_crate/fetch): align streams to spec (#9103) | Kitson Kelly | |
Fixes #8814 | |||
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
2020-11-15 | docs(std/async): fix a couple typos in std/async/README.md (#8388) | Elisée Maurer | |
2020-11-14 | build: update dlint to v0.2.10 (#8284) | Yusuke Tanaka | |
Update prebuilt "dlint" binary to v0.2.10 and fix diagnostics for "require-await" rule. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
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-10-04 | docs: end sentences with a period in markdown (#7813) | Trivikram Kamat | |
2020-09-26 | Fix typos (#7687) | KNnut | |
2020-09-26 | docs(std): add async and signal readme (#7683) | Andrew Mitchell | |
Resolves #7608 | |||
2020-09-25 | test(std/async): remove redundant export in test (#7682) | Casper Beyer | |
2020-09-25 | test(std): unit test for async/delay (#7671) | Csaba Okrona | |
2020-09-21 | chore: add copyright (#7593) | tokiedokie | |
2020-08-31 | test(std): ensure mod.ts modules have a test coverage (#7264) | Casper Beyer | |
2020-07-29 | feat(std/async): add pooledMap utility (#6898) | Luca Casonato | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-06-15 | fix: MuxAsyncIterator throws muxed errors (#6295) | Kitson Kelly | |
Fixes #5260 | |||
2020-05-15 | improve deferred test (#5459) | Henry Zhuang | |
2020-05-09 | BREAKING(std): reorganization (#5087) | Nayeem Rahman | |
* Prepend underscores to private modules * Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result. * Move std/_util/async.ts to std/async * Move std/util/sha*.ts to std/hash | |||
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 |