slevithan / xregexp

Extended JavaScript regular expressions
http://xregexp.com/
MIT License
3.31k stars 278 forks source link

Dependency on core-js@2 which is no longer maintend #279

Closed humphreyn closed 4 years ago

humphreyn commented 4 years ago

Hi, Currently xregexp has a dependency on @babel/runtime-corejs@2 and in turn has a dependency on core-js@2 which according to the developers "is no longer maintained and not recommended for usage due to the number of issues".

Do you have plans to upgrade to @babel/runtime-corejs@3 which uses core-js@3.

tdjastrzebski commented 4 years ago

This becomes a real issue. Not to mention core-js runs postinstall script displaying info about the author looking for a job when installing packages which depend on it, even indirectly. I think adding such messages is not a standard, well-seen practice. It just looks bad.