mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +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 = ((n)=>(o)=>{
|
|
const t = n.map((n)=>{
|
|
if (n) return ((n)=>n.foo)(n);
|
|
});
|
|
return t;
|
|
})(r);
|