GoogleChromeLabs / native-url

Node's url module implemented using the built-in URL API.
https://npm.im/native-url
Apache License 2.0
284 stars 11 forks source link

Parse spaces and special chars correctly #30

Closed Janpot closed 4 years ago

Janpot commented 4 years ago

Fixes https://github.com/vercel/next.js/issues/14566 (and a few more edge case I discovered while debugging this)

Do we want even native-url to parse this weird paths identical to how url parses those?

janicklas-ralph commented 4 years ago

Thanks for the PR!