Y
Hacker News
new
|
ask
|
show
|
jobs
by
SpencerWood
3428 days ago
Can't wait... need me some async await without babel.
1 comments
fiiv
3428 days ago
In 7.2.x, you could do async await with just a --harmony flag.
link
eknkc
3428 days ago
I might be mistaken but I believe there were some major performance issues with the older async/await implementation.
link
ronjouch
3428 days ago
Indeed, a memory leak:
https://github.com/nodejs/node/issues/9339
/
https://bugs.chromium.org/p/v8/issues/detail?id=5582
link
egeozcan
3428 days ago
Yes, on the other hand, if you are like me and use them for one-off scripts, they are great.
link