yui / yuicompressor

YUI Compressor
http://yui.github.com/yuicompressor/
Other
3.01k stars 662 forks source link

arrow function error #315

Closed baiyukey closed 5 years ago

baiyukey commented 5 years ago

let a=_x=>_x+1;//26:25:syntax error console.log(a(8));

tml commented 5 years ago

YUICompressor cannot support arrow functions without a complete rewrite.