firefox-devtools / devtools-core

:rocket: Packages for Firefox DevTools
142 stars 97 forks source link

Stop transforming async to generators #375

Open jasonLaster opened 7 years ago

jasonLaster commented 7 years ago

It'll be faster to use native async/await, so we should be able to drop transform-async-to-generator

tromey commented 7 years ago

I wonder if we can remove some of the other "es2015" transforms as well.

clarkbw commented 7 years ago

Here's a list of the plugins from launchpad