summaryrefslogtreecommitdiff
path: root/test/es2017/awaitableFunctions.js
Commit message (Collapse)AuthorAgeFilesLines
* fix: update priorityQueue functionality to match queue (#1790)Hubert Argasinski2022-04-151-2/+58
|
* fix tests related to wrapped function namesAlexander Early2020-02-231-60/+0
|
* moar coverageAlexander Early2019-06-221-0/+11
|
* fix tests in firefoxAlexander Early2019-06-221-6/+6
|
* feat(queue): add pushAsync and unshiftAsync functions that reject on error. ↵Alexander Early2019-06-221-0/+1
| | | | Closes #1659
* BREAKING CHANGE: awaitable queues (#1641)Alex Early2019-05-191-0/+45
| | | | | | | | | | | | * BREAKING CHANGE: awaitable queues * fix priorityQueue tests * fix tests in firefox * make the upgrade a bit more user-friendly * clarify docs
* BREAKING CHANGE: remove partial application feature of applyEach (#1640)Alex Early2019-05-191-1/+16
| | | | | | * BREAKING CHANGE: remove partial application feature of applyEach * add awaitable tests for applyEach
* feat: await-able Async methods (#1572)Alex Early2018-09-301-0/+579
* make each and family awaitable * dont pretend they're AsyncFunctions * check errors * ensure function name is preserved somehow * awaitable concat * awaitable detect * awaitable every/filter * awaitable groupBy * awaitable map/mapValues * awaitable reduce * awaitable reject * awaitable some * awaitable transform * awaitable times * awaitable auto * awaitable compose/seq * awaitable whilst/until (lol) * awaitable forever * awaitable parallel/race * awaitable retry * awaitable series (lol) * awaitable tryEach * awaitable waterfall (lol) * lint * cleanup, remove noop and unused internal functions