oxc/tasks/minsize
sapphi-red 86b6219d26
feat(mangler): use characters in the order of their likely frequency (#8771)
Just noticed that we can use a static list here. I think this has no downsides. To have better compression, we can actually count the characters, but I guess there won't be much difference normally.
2025-01-29 02:20:44 +00:00
..
src chore(tasks/minsize): enable test coverage 2025-01-19 12:00:40 +08:00
Cargo.toml chore(tasks): print diff for minify idempotency assertion (#8161) 2024-12-29 00:55:45 +08:00
minsize.snap feat(mangler): use characters in the order of their likely frequency (#8771) 2025-01-29 02:20:44 +00:00
README.md

Track Minification size

See minification-benchmarks for baseline.