stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.3k stars 593 forks source link

Switch build to Babel 7? #360

Open pravi opened 4 years ago

pravi commented 4 years ago

There is a babel-upgrade tool to automate upgrade and full changes in babel 7 here https://babeljs.io/blog/2018/08/27/7.0.0

We'd like to remove babel 6 from next version of debian and switched to using babel 7 for building es6-promise but it'd be nice to stay close to the versions you use.

stefanpenner commented 2 years ago

Switching to babel 7 seems great, I welcome it. If i have some spare time, I'll doit myself but if someone has cycles a PR would be welcome