koajs / bodyparser

Koa body parsing middleware
MIT License
1.31k stars 116 forks source link

Make compatible with node 6 #76

Closed sibelius closed 7 years ago

sibelius commented 7 years ago

is this compatible with node 6?

"engines": {
    "node": ">=7.6"
  }

https://github.com/koajs/bodyparser/blob/master/package.json#L42

I'm using here https://github.com/entria/graphql-dataloader-boilerplate

this code run with node 6 using babel, do you think we can lower the node engine requirement?

sibelius commented 7 years ago

can we use babel to provide compiled version of this project?

dead-horse commented 7 years ago

no, you can use koa-bodyparser@3