googlearchive / polyclean

BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

ES6 Arrow Functions Throw Errors #22

Open michael-lumley opened 8 years ago

michael-lumley commented 8 years ago

http://es6-features.org/#ExpressionBodies

Given syntax as demonstrated at the link above, Polyclean throws an unexpected token error.

[08:19:10] Error in plugin "polyclean"
Message:
    Line 769: Unexpected token >
Details:
    index: 22254
    lineNumber: 769
    column: 26
    description: Unexpected token >

Of course, it also took me 2 hours to figure out the culprit, because the debugging errors are pretty sparse.