swc/crates/swc_ecma_minifier/tests/projects
Donny/강동윤 6d0ca05cb5
fix(es/minifier): Fix ordering issue of analyzer (#6150)
**Description:**

This is the groundwork for a parallel analyzer. This PR fixes the ordering issue of the analyzer so that the analyzer works identically regardless of the visit order. This patch contains some improvements because previously, we mixed `.and_modify()` and `.or_default()`.
2022-10-15 04:37:11 +00:00
..
files test(es/minifier): Add tests for benchmark files (#5986) 2022-09-29 09:41:13 +09:00
output fix(es/minifier): Fix ordering issue of analyzer (#6150) 2022-10-15 04:37:11 +00:00
.prettierrc refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00