browserslist / caniuse-lite

A smaller version of caniuse-db, with only the essentials!
Creative Commons Attribution 4.0 International
547 stars 77 forks source link

upgrade to babel7 #66

Closed sunny775 closed 3 years ago

sunny775 commented 3 years ago

The changes proposed by this PR will port the project to babel7. This is quite needful, especially to other packages that depend on this module. For instance, at Debian we currently maintain these changes as patches in the Debian Package of caniuse-lite

ai commented 3 years ago

Do we need Babel at all.

We use it just in database generator.

sunny775 commented 3 years ago

@ai if you can do away with Babel, that will even be better. Thanks a lot :)

ai commented 3 years ago

Fixed. We are now using Babel only to data/ generation and I updated to Babel 7.

sunny775 commented 3 years ago

Thanks @ai