swc/crates/swc_ecma_minifier/tests/fixture
Donny/강동윤 877936f626
feat(es/minifier): Clone trivial literals in sequential inliner (#6005)
**Description:**

As our minifier is two-pass by default, this is enough.

At the first pass, we inline all numeric literals using sequential inliner, and minifier can then inline constants correctly in the second pass.
2022-10-03 07:20:48 +00:00
..
comparison test(es/minifier): Add tests for size (#5561) 2022-08-19 06:03:42 +00:00
issues feat(es/minifier): Clone trivial literals in sequential inliner (#6005) 2022-10-03 07:20:48 +00:00
next feat(es/minifier): Clone trivial literals in sequential inliner (#6005) 2022-10-03 07:20:48 +00:00
projects fix(es/minifier): Remove wrong variable joiner pass (#5992) 2022-09-29 19:11:18 +09:00
reduced feat(es/minifier): Inline function calls in more cases (#6010) 2022-10-01 18:18:45 +09:00
simple test(es/minifier): Remove mangle-only snapshots (#5979) 2022-09-28 21:35:52 +09:00
terser test(es/minifier): Remove mangle-only snapshots (#5979) 2022-09-28 21:35:52 +09:00