Mastodon

https://bun.sh/

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=lockb

and update config:

git config --global diff.lockb.textconv bun
git config --global diff.lockb.binary true

source