Skip to content
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

Allow partial imports #125

Merged

Commits on Mar 13, 2018

  1. Allow partial imports

    `this.parse(this.extract(str), opts)` assumes `query-string` will always be imported fully. Importing `stringify` by itself works, but not `parseUrl`. This change makes the `parseUrl` export independent, allowing `import { parseUrl } from 'query-string'` and a more consistent behavior.
    Haraldson authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    2f5bc68 View commit details
    Browse the repository at this point in the history