Hacker News new | ask | show | jobs
by jyunderwood 3711 days ago
I would assume the answer is no. Backporting ES6 features could introduce some breaking changes. You could transpile your code with something like Babel[1].

[1]https://babeljs.io/

1 comments

I'm a fan of async functions, so will be using Babel on the front and back for a while to come.