Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't recurse into inner functions during asyncjs transform (#23036) | Jake Leahy | 2023-12-06 | 1 | -0/+5 |
| | | | Closes #13341 | ||||
* | `std/asyncjs` allow transforming proc types (#21356) | Jake Leahy | 2023-02-14 | 1 | -0/+5 |
| | | | | | * Add test case * Implement JS async transform for nnkProcTy | ||||
* | followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189) | Timothee Cour | 2021-03-04 | 1 | -0/+97 |
* followup #16871 asyncjs.then: allow pipelining procs returning futures * rename test files where they belong * fix tests * tests for then with `onReject` callback * rename test file containing fail to avoid messing with grep * address comments * cleanup * un-disable 1 test |