You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
I wanted to ask about this package activity.
node-url
so we can be closer to implementation which majority of Webpack users is using?url
API such asfileURLToPath
. It would be nice to have these methods available in this package.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.
The text was updated successfully, but these errors were encountered: