In the next version of Bun
`bun.lock` is the new lockfile in `bun install`
`bun.lock` is the new lockfile in `bun install`
Comments
https://github.com/sharkdp/bat
The lockfile format is jsonc, like tsconfig.json. Trailing commas and comments are allowed.
:(
Fewer lines means easier merge conflicts.
`bun.lock` will be the default for `bun install` after Bun v1.2.
To try the new text-based lockfile before then, use the `--save-text-lockfile` flag and upgrade to --canary.