summaryrefslogtreecommitdiff
path: root/std/async
AgeCommit message (Collapse)Author
2021-02-02chore: 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-22fix(std/async): make pooledMap() errors catchable (#9217)Nayeem Rahman
2021-01-15refactor(op_crate/fetch): align streams to spec (#9103)Kitson Kelly
Fixes #8814
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-11-15docs(std/async): fix a couple typos in std/async/README.md (#8388)Elisée Maurer
2020-11-14build: 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-03build: migrate to dlint (#8176)Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-09-26Fix typos (#7687)KNnut
2020-09-26docs(std): add async and signal readme (#7683)Andrew Mitchell
Resolves #7608
2020-09-25test(std/async): remove redundant export in test (#7682)Casper Beyer
2020-09-25test(std): unit test for async/delay (#7671)Csaba Okrona
2020-09-21chore: add copyright (#7593)tokiedokie
2020-08-31test(std): ensure mod.ts modules have a test coverage (#7264)Casper Beyer
2020-07-29feat(std/async): add pooledMap utility (#6898)Luca Casonato
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-15fix: MuxAsyncIterator throws muxed errors (#6295)Kitson Kelly
Fixes #5260
2020-05-15improve deferred test (#5459)Henry Zhuang
2020-05-09BREAKING(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-09remove std submoduleRyan Dahl
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl
js/deps/https/deno.land/std -> js/std