Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `typeof(voidStmt)` now works (#17807) | Timothee Cour | 2021-04-23 | 1 | -5/+2 |
| | | | | | | | | * `typeof(voidStmt)` now works * remove typeOrVoid * add condsyms, and reference cligen https://github.com/c-blake/cligen/pull/193 * fixup * changelog [skip ci] * fixup | ||||
* | Use importjs (#17422) | konsumlamm | 2021-03-19 | 1 | -4/+4 |
| | |||||
* | followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189) | Timothee Cour | 2021-03-04 | 1 | -21/+58 |
| | | | | | | | | | | * 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 | ||||
* | fix #17177 (#17243) | flywind | 2021-03-03 | 1 | -2/+3 |
| | | | | | | | | | * remove unnecessary when statement * remove outdated codes * fix #17177 * add testcase | ||||
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -3/+66 |
| | | | | | | * asyncjs: add then * improve tests, changelog, API * fix cryptic windows error: The parameter is incorrect * address comments | ||||
* | clean up the docs of some modules under lib/js (#16579) | flywind | 2021-01-04 | 1 | -15/+15 |
| | |||||
* | Fix header inconsistencies in documentation (#11071) | Zed | 2019-04-23 | 1 | -1/+1 |
| | |||||
* | Minor fixes for asyncjs (#8894) | LemonBoy | 2018-09-07 | 1 | -4/+12 |
| | | | | | | | | | | * Minor fixes for asyncjs Mark internal procedures as used Allow .async. for more node kinds Make .async. work for nkStmtList * Fix logic error in both the async macros | ||||
* | Use addPragma | Alexander Ivanov | 2018-03-05 | 1 | -5/+1 |
| | |||||
* | Stop replacing all pragmas of a function with asyncjs | Alexander Ivanov | 2018-03-03 | 1 | -1/+6 |
| | |||||
* | Fix return (#7225) | Alexander Ivanov | 2018-02-27 | 1 | -6/+8 |
| | |||||
* | Unify async macro and futures for js and native targets | Yuriy Glukhov | 2018-01-05 | 1 | -0/+4 |
| | |||||
* | Fix docs! | Alexander Ivanov | 2017-12-20 | 1 | -2/+2 |
| | |||||
* | Fix forward | Alexander Ivanov | 2017-12-19 | 1 | -13/+18 |
| | |||||
* | Make asyncjs Future[void] play nicely with last line discardable calls | Alexander Ivanov | 2017-12-19 | 1 | -3/+29 |
| | |||||
* | added asyncjs standard library module (#6841) | Alexander Ivanov | 2017-12-19 | 1 | -0/+110 |