cojs / co-body

Parse request bodies with co
MIT License
325 stars 42 forks source link

the version 6.0.0 can't be supported in node 6.x, is this your plan ? #67

Closed Yann-Wang closed 4 months ago

Yann-Wang commented 6 years ago

In version 6.0.0, the async syntax is not be compiled to es5. Is this your plan ? Or forgot to build the code ?

Looking forward to your reply. Thanks!

fengmk2 commented 4 months ago

only support Node.js >= 8.x

https://github.com/cojs/co-body/blob/master/.travis.yml#L4