oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.15k stars 2.77k forks source link

Implement `querystring.escape` and `querystring.unescape` #1983

Closed colinhacks closed 1 year ago

colinhacks commented 1 year ago

What is the problem this feature would solve?

These are the only missing bits of functionality from a complete implementation of node:querystring

What is the feature you are proposing to solve the problem?

Full compat node:querystring

What alternatives have you considered?

No response

gaurishhs commented 1 year ago

Bumping querystring-es3 to 1.0.0-0 should fix this issue

https://github.com/SpainTrain/querystring-es3