oxc/napi/minify/test
翠 / green 6589c3bbb3
feat(mangler): reuse variable names (#8562)
Changed the mangler to reuse variable names where possible.

This will reduce the code size as shorter variable names can be used in
more places. But requires global information and limits parallelism in a
single file and requires more memory.

---------

Co-authored-by: Boshen <boshenc@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-01-25 14:00:24 +08:00
..
colorless-console.js test(napi/minify): add runtime test (#8501) 2025-01-15 21:13:00 +08:00
minify.test.ts feat(mangler): reuse variable names (#8562) 2025-01-25 14:00:24 +08:00
sandbox.js test(napi/minify): add runtime test (#8501) 2025-01-15 21:13:00 +08:00
terser.test.ts test(napi/minify): fix more broken tests 2025-01-16 16:09:23 +08:00