Comment on Async/await support in FirefoxparentComments−olalonde9yI believe that's a goal of https://github.com/babel/babel-preset-env. There are also a few manually crafted presets on npm which target a particular environment and EcmaScript version, e.g. https://github.com/blockai/babel-preset-eslatest-node6 (I'm the author).
Comments
I believe that's a goal of https://github.com/babel/babel-preset-env. There are also a few manually crafted presets on npm which target a particular environment and EcmaScript version, e.g. https://github.com/blockai/babel-preset-eslatest-node6 (I'm the author).