wesleytodd / nighthawk

A wrapper around Express' router for the browser
ISC License
55 stars 7 forks source link

Switch to `qs` module, but lazy load it #9

Closed wesleytodd closed 7 years ago

wesleytodd commented 7 years ago

The qs module is what express uses, but it is larger than the querystring module, so I made it a dev dependency, and you have to manually load it if you want to use it.

wesleytodd commented 7 years ago

Also, not merging it yet because it depends on this pr for the tests to pass: https://github.com/mantoni/mochify.js/pull/149