Javascript bundler and runtime
Lock file
Bun uses a binary lock file format. To enable pretty git diffs of the lockfile, add to .gitattributes:
*.lockb binary diff=lockband update config:
git config --global diff.lockb.textconv bun
git config --global diff.lockb.binary true