MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getProjectRootPath

Function getProjectRootPath

packages/webpack5/src/helpers/project.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { resolve } from 'path';
3
4export function getProjectRootPath(): string {
5 return process.cwd();
6}
7
8interface IPackageJson {
9 main?: string;

Callers 8

getDependencyPathFunction · 0.90
getEntryPathFunction · 0.90
getAbsoluteDistPathFunction · 0.90
getDotEnvPathFunction · 0.90
getDistPathFunction · 0.90
getDistPathFunction · 0.90
getProjectFilePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected