
JSCompress does not support shorthand functions (arrow function syntax) suchlike to:
(async () => { await someAsyncFunction(); })();
ㅤ ㅤ
I know this is related/due to lack of ES6, etc. support, but it would still be great to have, (without using babel-minify ECMAScript #78), if possible...