summary refs log tree commit diff stats
path: root/tests/js/tasyncjs.nim
Commit message (Collapse)AuthorAgeFilesLines
* Don't recurse into inner functions during asyncjs transform (#23036)Jake Leahy2023-12-061-0/+5
| | | Closes #13341
* `std/asyncjs` allow transforming proc types (#21356)Jake Leahy2023-02-141-0/+5
| | | | | * Add test case * Implement JS async transform for nnkProcTy
* followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)Timothee Cour2021-03-041-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