defunctzombie / node-url

node.js core url module as a module
MIT License
376 stars 96 forks source link

Project roadmap #53

Open ljharb opened 3 years ago

ljharb commented 3 years ago

Now that I've got the tests running in Github Actions, here's my rough plan for the package, not necessarily in order:

flaviotordini commented 3 years ago

Hello, maybe I'm asking too much but is there a timeframe for whatwg-url support? In a project I'm using webpack with some nodejs modules to target a platform that has no URL implementation and this is going to be a showstopper.

ljharb commented 3 years ago

No, there’s no timeframe at this time.

There are separate whatwg URL polyfills you can certainly use in the meantime.

rifler commented 2 years ago

Sorry for silly question, what is the purpose of this project? In node.js 16 if I do require('url') it uses core module

ljharb commented 2 years ago

@rifler older nodes exist, and browsers exist.