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