Closed hung-phan closed 8 years ago
No coverage report found for master at 9118bb4.
Powered by Codecov. Last update 9118bb4...48394ca
@niftylettuce Updated
It should be merged to 2.x, 3.x is for koa@2 that support aa, []. includes is also supported 😄 .
What is the node version you are using to run @popomore?
async/await is supported by node@6 with harmony flag
I don't use node@6 with harmony flag. I use node@4 and use a transpiler on my modules. What is the best practice for koa.js then? 🤔
Sorry, I don't use transpiler on server side. LGTM for me now. Add node@4 to travis for testing?
Updated
@popomore, @niftylettuce.
I've published 3.0.4 to NPM. @hung-phan any chance you could also update the History file?
ok @niftylettuce
This PR is to use the method indexOf instead of includes for the reason that it doesn't work with the node 4.6.0 yet and causes error in server after the update.