defunctzombie / node-url

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

Could it support ES Module Export? #66

Open fruithardcandy opened 11 months ago

fruithardcandy commented 11 months ago

Some project depend this Code ,But use "import" to get the exports ,So Build Fail,So... Could it support ES Module Export ?

ljharb commented 11 months ago

Why would the build fail? ESM can import CJS in node perfectly fine.