swc/ecmascript/minifier/tests/terser/compress/const/issue_1396/output.js
강동윤 b02e189d07
feat(es/minifier): Implement more rules (#1871)
swc_ecma_codegen:
 - Fix codegen of `U+0028` and `U+0029`. 

swc_ecma_minifier:
 - Implement MVP.

swc_ecma_transforms_base:
 - `fixer`: Handle seq/await in rhs of for-of.
2021-07-30 10:11:27 +09:00

11 lines
280 B
JavaScript

function foo(a) {
console.log(3);
console.log(2);
console.log(1);
console.log(1 & a);
}
function bar() {
console.log("0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789");
console.log("abcabcabcabcabc");
}