oxc/napi/minify/test
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
..
colorless-console.js test(napi/minify): add runtime test (#8501) 2025-01-15 21:13:00 +08:00
minify.test.ts feat(mangler): use characters in the order of their likely frequency (#8771) 2025-01-29 02:20:44 +00:00
sandbox.js test(napi/minify): add runtime test (#8501) 2025-01-15 21:13:00 +08:00
terser.test.ts feat(mangler): use characters in the order of their likely frequency (#8771) 2025-01-29 02:20:44 +00:00