Jake Verbaten
Jake Verbaten
[path](https://github.com/substack/node-browserify/blob/master/builtins/path.js) has already been forked for the client by SubStack
@markyen I addressed feedback.
I understand what you mean, you would want to to have all the global captures starting from index 0. This seems fine. However that is a backwards compat change from...
I don't want to change the public interface of this module.
Neutral. I'd rather keep the interface stable.
@glassresistor If you want to make a PR to update the documentation with known caveats and a link to your implementation that works around it then :+1: will merge :)
I'm not going to change the internals. I recommend you do ``` js router.addRoute('samePath', function () { // some magic. function1(); // some more custom magic. function2(); }); ```
Cool, nice work.
Released v2.0.0 If you define path twice it now throws an exception.
At this point, this module is no longer maintained. I use: - https://github.com/Matt-Esch/http-hash and @glassresistor maintains - https://github.com/glassresistor/i40 I should update the README.