oxc/tasks/minsize
sapphi-red 7ea99f40ac
feat(minifier): compress array of string literals to 'str1,str2'.split(',') (#8786)
Ported `["str1", "str2", ...]` => `"str1 str2".split(" ")` compression from closure compiler with some tweaks.
2025-01-31 04:13:41 +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(minifier): compress array of string literals to 'str1,str2'.split(',') (#8786) 2025-01-31 04:13:41 +00:00
README.md

Track Minification size

See minification-benchmarks for baseline.