defunctzombie / node-url

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

pathToFileUrl is not a function #63

Open alessiostalla opened 1 year ago

alessiostalla commented 1 year ago

We have a dependency using this function https://nodejs.org/api/url.html#urlpathtofileurlpath It was introduced in Node 10.

ljharb commented 1 year ago

Since that returns a URL object, that's blocked on #33.