mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 11:01:52 +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. |
||
---|---|---|
.. | ||
angular-1.2.5.js | ||
backbone-1.1.0.js | ||
jquery-1.9.1.js | ||
jquery.mobile-1.4.2.js | ||
mootools-1.4.5.js | ||
react-17.0.1.js | ||
react-dom-17.0.2.js | ||
underscore-1.5.2.js | ||
yui-3.12.0.js |