Files
bun.sh/test/cli/install/migration/pnpm/root-package-link-resolution/package.json
Dylan Conway 25e156c95b fix(pnpm migration): correctly resolve link: dependencies on the root package (#23111)
### What does this PR do?
Two things:
- we weren't adding the root package to the `pkg_map`.
- `link:` dependency paths in `"snapshots"` weren't being joined with
the top level dir.
### How did you verify your code works?
Manually and added a test.
2025-09-30 00:10:15 -07:00

7 lines
96 B
JSON

{
"name": "transitive-root-link-pkg",
"dependencies": {
"two-range-deps": "1.0.0"
}
}