swc/crates/swc_ecma_minifier/tests/fixture/issues/5865/output.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 = ((a)=>(b)=>{
const n = a.map((t)=>{
if (t) return ((e)=>e.foo)(t);
});
return n;
})(r);