You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(changelog): document binary handling and bundle optimizations
Add comprehensive documentation for recent improvements:
- Binary permission management (chmod 0o755 for all package binaries)
- npm-compatible bin resolution via vendored getBinFromManifest
- Enhanced findBinaryPath() with npm's resolution strategy
- Minimized external module exports (fast-sort, fast-glob, del, streaming-iterables)
- ~211 KB direct savings from fast-sort and streaming-iterables
- ~1.1 MB savings by vendoring instead of bundling libnpmexec
0 commit comments