mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
991a34e0c2
**Description:** We now remove `fake_block` mark from `with_ctx`. **Related issue:** - Closes https://github.com/swc-project/swc/issues/5865
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
v = ((a) => (b) => {
|
|
const n = a.map((t) => {
|
|
if (t) return ((e) => e.foo)(t);
|
|
});
|
|
return n;
|
|
})(r); |