colony icon indicating copy to clipboard operation
colony copied to clipboard

Doesn't seem to support ES2015 arrow functions

Open ericmacfarland opened this issue 7 years ago • 1 comments

Colony throws an error (Error: Line 36: Unexpected token >)when parsing my express app, esprima can't seem to parse arrow functions?

Line 36: app.use((req, res, next) => {

ericmacfarland avatar Jun 26 '17 22:06 ericmacfarland

+1

mavrick avatar Aug 22 '17 01:08 mavrick