mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
55225cb994
**Description:** And optimize the following situation ```js export function genElement(el, state) { if ('slot' === el.tag) return el1 = el, genChildren(el1); if (el.component) { var el1 return 999; } } ``` which rarely happens in hand written JS, but is often generated by swc merge variable pass. |
||
---|---|---|
.. | ||
files | ||
output | ||
.prettierrc |