Blake Embrey
Blake Embrey
Ah, sorry, I just saw you were talking about type imports in the title 😄 I regularly overlook the title and just read the body, sorry for the confusion and...
If possible, definitely.
Yep, we should definitely enable it if it’s possible. Usually we don’t yet have the rules for it though.
@bramp Honestly, I haven't seen the need either and I avoid using Bower - which probably answers the question :smile: Not sure what would be involved with it, but I...
Sweet, thanks :+1: Looking forward to giving it a go. On a controversial side note, is it possible to remove `underscore` from the project? It's normally a pretty big/unnecessary dependency....
Sounds like a good idea. I've been using a lot of awesome new features around flow control, strict null checking and the union type discrimination. TypeScript 2.0 is truly amazing,...
👍 to @DanielRosenwasser's comment. If you're writing type definitions, they should be maintained in the library. See https://github.com/typings/typings/issues/322 for more information. Of course, if you ever need a hand you...
@dougwilson Great, I'll see after and during the development what is similar between the modules and we can factor out. I'm also going to be building it with first-class promise...
@scottcorgan It'll fix the engine issue by allowing your own match function to be used. The implementation using `path-to-regexp` in `index.js` is the only documentation right now.
Check out https://github.com/blakeembrey/router/blob/router-engine/index.js You'll need to implement the methods for `.route`, `.use` and `#verb` that will turn the path into a function instead of a regexp. That function just needs...