swc/crates/swc_ecma_minifier/tests/fixture/issues/5865/input.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

6 lines
119 B
JavaScript

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