swc/crates/swc_ecma_minifier/tests/fixture/projects
Austaras f8ca366cc1
fix(es/minifier): Abort seq inliner if var is not fn_local or reassigned (#7804)
**Description:**

It turns out that the original implementation of `infect`is incomplete
because it cannot cover function param, and the new implementation
introduced in #7772 is redundant because what
[terser](https://github.com/terser/terser/blob/master/lib/compress/tighten-body.js#L909C18-L909C28)
do is basically checking `fn_local`


**Related issue:**

 - Closes #7784
2023-08-17 05:15:59 +00:00
..
angular test(es/minifier): Remove mangle-only snapshots (#5979) 2022-09-28 21:35:52 +09:00
backbone feat(es/minifier): Drop unused properties (#7534) 2023-07-04 05:11:33 +00:00
jquery fix(es/minifier): Abort seq inliner if var is not fn_local or reassigned (#7804) 2023-08-17 05:15:59 +00:00
mootools feat(es/minifier): Drop unused properties (#7534) 2023-07-04 05:11:33 +00:00
next fix(es/minifier): Preserve delete of unresolved variables (#7072) 2023-03-15 02:31:08 +00:00
react fix(es/minifier): Mark all function params as potential property mutation (#7409) 2023-05-18 01:19:17 +00:00
underscore fix(es/minifier): Make sequential inliner respect resolution order (#6509) 2022-11-29 04:50:15 +00:00
wmr/archive-1/chunks fix(es/minifier): Don't drop unused properties of top-level vars (#7638) 2023-07-07 04:07:13 +00:00
yui test(es/minifier): Remove mangle-only snapshots (#5979) 2022-09-28 21:35:52 +09:00
config.json refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00