renovatebot/pep440

Remove `xregexp` and use build-in `RegExp`

Closed this issue · 2 comments

What would you like to be able to do?

We should remove xregexp dependency, as there is no used benefit. We can maybe use RE2?

It looks like xregexp was added in old node v10 ages and is no longer required.

Did you already have any implementation ideas?

yes, simply use normal RegExp class.

/cc @RahulGautamSingh

fixed in #137