Hacker News new | ask | show | jobs
by SpencerWood 3428 days ago
Can't wait... need me some async await without babel.
1 comments

In 7.2.x, you could do async await with just a --harmony flag.
I might be mistaken but I believe there were some major performance issues with the older async/await implementation.
Yes, on the other hand, if you are like me and use them for one-off scripts, they are great.