You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for https://bun.sh node.js package manager, including bun.lock file as source for dependency information. Bun uses a package.json for dependency definition, but has it's own lock file and install scripts.
What is the use-case for your enhancement?
Node projects based on bun
Alternatives you have considered
Bun supports to create a yarn v1 compatible lock file, but distinct support would be preferred