Hacker News new | ask | show | jobs
by machiaweliczny 1065 days ago
I don’t like binary lockfile. How do I know if something is properly resolved?
1 comments

See the docs: https://bun.sh/docs/install/lockfile

> 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.