Home
last modified time | relevance | path

Searched refs:projectFile (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsbuildWatch/
Ddemo.ts14 solutionFile = projectFile("tsconfig.json");
15 baseConfig = projectFile("tsconfig-base.json");
81 return fileNames.map(file => projectFile(`${subProject}/${file}`));
84 function projectFile(fileName: string): File { function
DprogramUpdates.ts17 function projectFile(subProject: SubProject, baseFileName: string): File { function
22 const tsconfig = projectFile(subProject, "tsconfig.json");
23 const index = projectFile(subProject, "index.ts");
27 const anotherModule = projectFile(SubProject.core, "anotherModule.ts");
28 const someDecl = projectFile(SubProject.core, "some_decl.ts");
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dindex.js645 const projectFile = resolve(this.localPrefix, '.npmrc')
651 if (projectFile !== this.#get('userconfig')) {
652 return this.#loadFile(projectFile, 'project')