-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement v2 query string migrate #2
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but you need to indent everything by 4 spaces, not two. (That's what everything else uses.)
I do appreciate the tests, though.
Also, note: I'm not going to merge this until the corresponding Mithril PR is. |
@isiahmeadows best regards, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So far, the only request remaining is that you remove the ESLint stuff, since I'm going to be pushing something different (to bring it in line with my other projects).
@isiahmeadows best regards, |
description
This PR is for query parser/build breaking chage (Mithril.js#2025).
implements
migrate/v2
parseQueryString
andbuildQueryString
npm test