Searched refs:findPnpmWorkspaceRoot (Results 1 – 8 of 8) sorted by relevance
4 import { findPnpmWorkspaceRoot, PNPM_WORKSPACE_FILE } from '../nodeWorkspaces';10 describe(findPnpmWorkspaceRoot, () => {26 expect(findPnpmWorkspaceRoot(projectRoot)).toBe(workspaceRoot);39 expect(findPnpmWorkspaceRoot(workspaceRoot)).toBe(workspaceRoot);52 expect(findPnpmWorkspaceRoot(projectRoot)).toBeNull();
6 exports.findPnpmWorkspaceRoot = exports.findYarnOrNpmWorkspaceRoot = exports.BUN_LOCK_FILE = export…36 function findPnpmWorkspaceRoot(projectRoot) { function61 exports.findPnpmWorkspaceRoot = findPnpmWorkspaceRoot;
13 export declare function findPnpmWorkspaceRoot(projectRoot: string): string | null;
24 pnpm: nodeWorkspaces_1.findPnpmWorkspaceRoot,
3 import { findPnpmWorkspaceRoot, PNPM_LOCK_FILE } from '../utils/nodeWorkspaces';11 const root = findPnpmWorkspaceRoot(this.ensureCwdDefined('workspaceRoot'));
5 findPnpmWorkspaceRoot,41 pnpm: findPnpmWorkspaceRoot,
31 export function findPnpmWorkspaceRoot(projectRoot: string): string | null { function
15 … const root = (0, nodeWorkspaces_1.findPnpmWorkspaceRoot)(this.ensureCwdDefined('workspaceRoot'));