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

Function getProjectFilePath

packages/webpack5/src/helpers/project.ts:30–32  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

28 * @param filePath path to get
29 */
30export function getProjectFilePath(filePath: string): string {
31 return resolve(getProjectRootPath(), filePath);
32}
33
34export function getProjectTSConfigPath(): string | undefined {
35 return [

Callers 5

addVirtualModuleFunction · 0.90
base.tsFile · 0.90
getSvelteConfigFunction · 0.90
getPackageJsonFunction · 0.70
getProjectTSConfigPathFunction · 0.70

Calls 2

getProjectRootPathFunction · 0.70
resolveFunction · 0.50

Tested by

no test coverage detected