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
test: make the bin-only doctor fixture actually bin-only
The workspace fixture builder wrote an index.js for every package, so the
bin-only case had no main and no exports but did have an entry file to fall
back to. require.resolve('<dep>') therefore succeeded and the case stopped
pinning the resolve ORDER it exists to pin: swapping the two attempts left it
green. Write an entry file only for a manifest that declares main or exports.
Verified by the swap: entry-first ordering now reds the bin-only case.
0 commit comments