Björgvin Ragnarsson

Results 14 comments of Björgvin Ragnarsson

(I haven't studied the effect of `ecma` version in Terser, just read docs.) I propose Terser makes the ecma-level as high as the input allows. The devil is in the...

@fabiosantoscode it would be really nice if users didn't have to think about the `ecma` option. If the input code uses arrow functions or any feature that was implemented later...

It was originally added in #1169 to avoid parsing error by Acorn < 7.3.0 (the Acorn JS parser is used by Webpack). Since then Node.js 12 has been dropped #1207...