swc/crates/swc_ecma_minifier/tests
Donny/강동윤 55b98fc874
fix(es/minifier): Remap variables on IIFE evaluation (#4230)
- We now check if there's pending inlining before remapping variables.
 - We now use ad-hoc type for remapping.
 - We now inline before remapping to prevent interference with inlining.
2022-04-03 11:39:05 +00:00
..
compress/fixture fix(es/minifier): Remap variables on IIFE evaluation (#4230) 2022-04-03 11:39:05 +00:00
full fix(es/minifier): Fix evaluation of IIFEs (#4207) 2022-03-31 09:11:54 +00:00
mangle perf(es/minifier): Refactor base54 (#3989) 2022-03-12 15:36:42 +00:00
projects fix(es/minifier): Fix evaluation of IIFEs (#4207) 2022-03-31 09:11:54 +00:00
single-pass feat(es/minifier): Drop noop calls (#4019) 2022-03-15 16:23:32 +09:00
terser/compress fix(es/minifier): Remap variables on IIFE evaluation (#4230) 2022-04-03 11:39:05 +00:00
compress.rs chore(es/minifier): Add logging (#4156) 2022-03-25 06:44:07 +00:00
eval.rs chore(es/minifier): Add logging (#4156) 2022-03-25 06:44:07 +00:00
exec.rs chore(es/minifier): Add logging (#4156) 2022-03-25 06:44:07 +00:00
golden.txt fix(es/minifier): Fix evaluation of IIFEs (#4207) 2022-03-31 09:11:54 +00:00
mangle.rs chore(es/minifier): Add logging (#4156) 2022-03-25 06:44:07 +00:00
TODO.txt fix(es/minifier): Fix evaluation of IIFEs (#4207) 2022-03-31 09:11:54 +00:00