piping
piping copied to clipboard
ES6 Rewrite
V1 is a full rewrite in ES6, with a new mechanism for including piping in your code, hooks for reloading events on both the supervisor and application process, and a test suite.
any changes this will get in?
u should consider moving to Jest
https://github.com/skovhus/jest-codemods
it is much faster than ava
Currently there's some race condition/leak in the newer version affecting node 4.4 (see #21) which I'd kinda like to get to the bottom of before merging this, in case it's an indication of some bigger issue. Unfortunately I haven't had a chance to look into it properly yet...
Tks for the answer. I think it is really hard to keep compatibility against different versions of node.
You should setup tests against many versions of node, like this repo here: https://github.com/chentsulin/koa-graphql/blob/master/.travis.yml