oxc/napi/minify
翠 / 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
..
src feat(napi/minify): implement napi (#8478) 2025-01-14 08:55:55 +00:00
test feat(mangler): reuse variable names (#8562) 2025-01-25 14:00:24 +08:00
build.rs
Cargo.toml feat(napi/minify): implement napi (#8478) 2025-01-14 08:55:55 +00:00
index.d.ts build(napi): napi build --no-dts-cache (#8499) 2025-01-15 07:02:29 +00:00
index.js build(napi): napi build --no-dts-cache (#8499) 2025-01-15 07:02:29 +00:00
package.json build(napi): napi build --no-dts-cache (#8499) 2025-01-15 07:02:29 +00:00