-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add escape/unescape per http://nodejs.org/api/querystring.html #7
Conversation
I will happily merge updates from this repo into https://github.com/mike-spainhower/querystring if they happen to be ES3 compatible. Anything incompatible would be handled separately via issue or PR in the fork. |
This issue seems to have long consequences, see mike-spainhower#4 |
@dfcreative issue you meantion is about |
@medikoo the owner refers to your repository as a source of incompatibility |
@dfcreative owner then should rely on Node.js and not this package |
@dfcreative incompatibility discussion you linked, is actually a different matter, and it's not related to how querystring natively works in Node.js, it's about incompatibility with one of the goals of Browserify, read carefully linked issue. |
...and I think this issue is related with this pull request too. |
If we ignore the incompatibilities with Browserify, is there anything that is keeping this from being merged? |
FWIW I just updated the es3-compatible version and will be publishing it shortly behind a major bump - https://github.com/SpainTrain/querystring-es3 Feel free to review and flag any issues. |
See proposed roadmap: #20 it covers also ES3 version, PR's are very welcome (and I will handle them promptly). I'm going to close it as it all should be addressed with new published versions |
add
escape()
andunescape()
+ minimal tests to show that they work as expected and (per the NodeJS documentation) can be overriddenThis issue has been mentioned at:
#6
mike-spainhower#4
browserify/browserify#826