mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 23:27:56 +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. |
||
---|---|---|
.. | ||
alias | ||
analyzer | ||
lib.rs | ||
marks.rs | ||
util.rs |