> Why is it binary?
> In a word: Performance. Bun’s lockfile saves & loads incredibly quickly, and saves a lot more data than what is typically inside lockfiles.
> How do I inspect it?
> Run bun install -y to generate a Yarn-compatible yarn.lock (v1) that can be inspected more easily.
> Why is it binary?
> In a word: Performance. Bun’s lockfile saves & loads incredibly quickly, and saves a lot more data than what is typically inside lockfiles.
> How do I inspect it?
> Run bun install -y to generate a Yarn-compatible yarn.lock (v1) that can be inspected more easily.