swc/ecmascript/minifier/tests/terser/compress/arrow/issue_2084/output.js
강동윤 c6b22c57f8
feat(es/minifier): Implement minifier partially (#1302)
Co-authored-by: Fábio Santos <fabiosantosart@gmail.com>
2021-05-20 13:51:30 +09:00

6 lines
123 B
JavaScript

var c = 0;
((c) => {
(c = 1 + c), (c = 1 + (c = 0)), 0 !== (23).toString() && (c = 1 + c);
})(-1),
console.log(c);