Stephen Mathieson

Results 132 comments of Stephen Mathieson

> Should they be rewritten to es2015 one day? probably not, as component doesn't support clever lifecycle hooks like npm's `prepublish`.. plus they work fine as es5 currently ;)

looks like only @tj can do anything about deprecating it. quick fix: don't install that module; install the working one instead. ;)

+1 I may add this in the next few days

travis exploded because old versions of node don't have native promises. seems super unrelated to me. does this plugin really need to support node 0.11?

Since #35 has landed, I believe this can be closed.

hmm.. good example would be express: ``` js var express = require('express'); var app = express(); app.use(function (req, res, next) { // logic here req.foo = {}; next(); }); app.use(function...

i agree the arity stuff does introduce a whole bunch of magic, but i think most people are used to it by now. it's already being used to check if...

Thanks for the patch! Unfortunately tests are failing. Can you please look into that?