swc/crates/swc_ecma_minifier/tests/fixture/issues/5865/output.mangleOnly.js
Donny/강동윤 991a34e0c2
fix(es/minifier): Remove fake_block while calculating next scope (#5869)
**Description:**

We now remove `fake_block` mark from `with_ctx`.

**Related issue:**
 - Closes https://github.com/swc-project/swc/issues/5865
2022-09-15 06:04:47 +00:00

7 lines
132 B
JavaScript

v = ((n)=>(o)=>{
const t = n.map((n)=>{
if (n) return ((n)=>n.foo)(n);
});
return t;
})(r);