oxc/napi/minify
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 feat(napi/minify): implement napi (#8478) 2025-01-14 08:55:55 +00:00
test feat(mangler): use characters in the order of their likely frequency (#8771) 2025-01-29 02:20:44 +00:00
build.rs feat(napi): add napi minifier (#6053) 2024-09-28 00:46:52 +08:00
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