|
|
|
|
|
by Jarred
319 days ago
|
|
We’ve made a lot of progress on bun install over the last few months: - isolated, pnpm-style symlink installs for node_modules - catalogs - yarn.lock support (later today) - bun audit - bun update —interactive - bun why <pkg> helps find why a package is installed - bun info <pkg> - bun pm pkg get - bun pm version (for bumping) We will also support pnpm lockfile migration next week. To do that, we’re writing a YAML parser. This will also unlock importing YAML files in JavaScript at runtime. |
|