asyncawait
asyncawait copied to clipboard
Callback heaven for Node.js with async/await
Bumps [async](https://github.com/caolan/async) from 1.5.2 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I dont get how https://github.com/yortus/asyncawait/issues/13 is in typescript. Can you add concrete examples in typescript for basic. I cant use javascript syntax such as var. For me await does not...
The README states: > node-fibers: This implementation of coroutines is unfortunately limited to Node.js. ES6 generators may be simpler, but fibers are more flexible and support a far broader space...
https://ponyfoo.com/articles/understanding-javascript-async-await
Given that this is supposed to be a comparison of code styles, it's rather important that the examples reflect the idiomatic/optimal style for a given approach. This wasn't the case...
In the documentation (https://github.com/yortus/asyncawait) it says that "will include a useable stack trace". But it does not for me. So I think I am doing it wrong..but I don't know...
Not install in latest version of npm...