(workspaceRoot: string)
| 33 | } |
| 34 | |
| 35 | export function workspaceKeyForRoot(workspaceRoot: string): string { |
| 36 | return `${workspaceNameForRoot(workspaceRoot)}-${shortWorkspaceHash(workspaceRoot)}`; |
| 37 | } |
| 38 | |
| 39 | export function resolveWorkspaceIdentity(opts: { |
| 40 | cwd: string; |