swc/crates/swc_ecma_minifier/src/util
Donny/강동윤 36d467e7d7
fix(es/minifier): Fix analysis of var declaration after usage (#6043)
**Description:**

`var_initialized` should be `true` even if the declaration of variable comes after its usage.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/6039.
2022-10-06 02:09:13 +00:00
..
base54.rs fix(es/minifier): Fix analysis of var declaration after usage (#6043) 2022-10-06 02:09:13 +00:00
mod.rs fix(es/minifier): Remove wrong variable joiner pass (#5992) 2022-09-29 19:11:18 +09:00
size.rs fix(es/minifier): Don't inline into nested scope (#6002) 2022-09-30 08:53:20 +00:00
sort.rs perf(es/minifier): Make more things parallel and reduce call stacks (#4915) 2022-06-14 05:03:09 +09:00
unit.rs fix(es/minifier): Fix alias analyzer (#5639) 2022-08-26 10:06:25 +00:00