mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
### What does this PR do? Fixes a bug preventing workspace self dependencies from getting symlinked to the workspace node_modules Fixes #23605 ### How did you verify your code works? Added a test for normal `"workspace:*"` deps, and `"workspace:."` under a different name. --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>