native-url icon indicating copy to clipboard operation
native-url copied to clipboard

Activity?

Open niksy opened this issue 2 years ago • 1 comments

I wanted to ask about this package activity.

  • There are no tests so it isn’t clear how close this package matches the spec. Would you consider accepting PR which uses tests from node-url so we can be closer to implementation which majority of Webpack users is using?
  • Node has added few new methods to core url API such as fileURLToPath. It would be nice to have these methods available in this package.
  • Since ESM has gained traction, it would be nice to have proper exports in package.json.

I would be willing to create PRs for this if this package is still maintained and reviewed, but from what I currently see, there isn’t any new activity.

niksy avatar Oct 04 '21 09:10 niksy

Hi @niksy , I was frustrated of the inactivity of the repo but I needed this package in a TS repo, so I forked it to another repo: https://github.com/louisremi/portable-url I've already merged the two pending PRs of this repo and I'm welcoming new PRs Best regards

louisremi avatar Dec 20 '21 15:12 louisremi