swc/crates/swc_ecma_usage_analyzer
Austaras 55225cb994
refactor(es/minifier): Merge cond_init with reassigned (#6850)
**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.
2023-01-26 10:17:33 +09:00
..
src refactor(es/minifier): Merge cond_init with reassigned (#6850) 2023-01-26 10:17:33 +09:00
Cargo.toml chore: Publish crates 2023-01-15 06:45:26 +00:00