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
// Same reasoning for allow-remote=root: the store node has no edgesIn, so capture from the source node whether it satisfies a valid edge from the project root or a workspace.
awaitt.resolves(arb.reify(),'registry tarball is allowed under linked strategy')
4028
4028
})
4029
4029
4030
+
t.test('allowRemote=root allows root-direct remote tarball under linked install strategy',asynct=>{
4031
+
// The linked strategy extracts store nodes as IsolatedNode, which has no edgesIn to recompute root-ness from.
4032
+
// isRootDependency must be carried from the source tree node, otherwise allow-remote=root mis-fires on a genuine remote tarball that is a direct dep of the project root.
0 commit comments