swc/crates/swc_ecma_minifier/tests/projects/output
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
..
angular-1.2.5.js feat(es/minifier): Swap more binary expressions (#6134) 2022-10-13 03:45:05 +00:00
backbone-1.1.0.js fix(es/codegen): Drop the last comma in an array literal (#5877) 2022-09-16 15:48:28 +09:00
jquery-1.9.1.js feat(es/minifier): Swap more binary expressions (#6134) 2022-10-13 03:45:05 +00:00
jquery.mobile-1.4.2.js feat(es/minifier): Ignore return value if a param of IIFE is not used (#6115) 2022-10-14 02:58:00 +00:00
mootools-1.4.5.js fix(es/minifier): Remove wrong variable joiner pass (#5992) 2022-09-29 19:11:18 +09:00
react-17.0.1.js fix(es/minifier): Preserve return values of recursive IIFE (#6142) 2022-10-14 09:32:56 +09:00
react-dom-17.0.2.js fix(es/minifier): Fix ordering issue of analyzer (#6150) 2022-10-15 04:37:11 +00:00
underscore-1.5.2.js feat(es/minifier): Detect type of .length (#6120) 2022-10-11 23:06:58 +00:00
yui-3.12.0.js feat(es/minifier): Inline more lazily initialized vars (#6089) 2022-10-10 09:53:50 +09:00