Searched refs:projectPath (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/compiler/ |
D | tsbuildPublic.ts | 548 const projectPath = toResolvedConfigFilePath(state, resolvedProject); constant 551 configFileName => toResolvedConfigFilePath(state, configFileName) === projectPath 656 /*@internal*/ readonly projectPath: ResolvedConfigFilePath; property 710 projectPath: ResolvedConfigFilePath 712 state.projectPendingBuild.delete(projectPath); 713 return state.diagnostics.has(projectPath) ? 721 projectPath: ResolvedConfigFilePath, 729 projectPath, 734 updateOutputTimestamps(state, config, projectPath); 739 updateOutputTimestamps(state, config, projectPath); [all …]
|
D | watchUtilities.ts | 323 projectPath: T, 333 watcher.projects.delete(projectPath); 341 existing.projects.add(projectPath); 346 projects: new Set([projectPath]), 363 projectPath: T, 367 if (watcher.projects.delete(projectPath)) watcher.close();
|
D | watchPublic.ts | 974 projects.forEach(projectPath => { 975 if (toPath(configFileName) === projectPath) { 981 const config = parsedConfigs?.get(projectPath); 983 … resolutionCache.removeResolutionsFromProjectReferenceRedirects(projectPath);
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typeReferenceDirectives.ts | 60 const projectPath = `${tscWatch.projectRoot}/background`; constant 62 path: `${projectPath}/a.ts`, 66 path: `${projectPath}/tsconfig.json`,
|
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/ |
D | set-path.js | 9 const setPATH = (projectPath, binPaths, env) => { argument 22 let p = projectPath
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
D | main.go | 45 projectPath = flag.String("projpath", ".", "project path") var 90 testListDir := filepath.Dir(filepath.Join(*projectPath, *testListPath)) 141 path := filepath.Join(*projectPath, group.File)
|
/third_party/weex-loader/src/ |
D | loader.js | 215 return _this.resourcePath === path.resolve(process.env.projectPath, 494 const entryPath = path.join(path.resolve(process.env.projectPath), key + '.hml');
|
/third_party/typescript/lib/ |
D | tsc.js | 99917 …function updateSharedExtendedConfigFileWatcher(projectPath, options, extendedConfigFilesMap, creat… argument 99922 watcher.projects.delete(projectPath); 99929 existing.projects.add(projectPath); 99933 projects: new ts.Set([projectPath]), 99947 function clearSharedExtendedConfigFileWatcher(projectPath, extendedConfigFilesMap) { argument 99949 if (watcher.projects.delete(projectPath)) 107908 projects.forEach(function (projectPath) { argument 107909 if (toPath(configFileName) === projectPath) { 107913 …fig = parsedConfigs === null || parsedConfigs === void 0 ? void 0 : parsedConfigs.get(projectPath); 107916 resolutionCache.removeResolutionsFromProjectReferenceRedirects(projectPath); [all …]
|
D | typingsInstaller.js | 120509 …function updateSharedExtendedConfigFileWatcher(projectPath, options, extendedConfigFilesMap, creat… argument 120515 watcher.projects.delete(projectPath); 120523 existing.projects.add(projectPath); 120528 projects: new ts.Set([projectPath]), 120545 function clearSharedExtendedConfigFileWatcher(projectPath, extendedConfigFilesMap) { argument 120547 if (watcher.projects.delete(projectPath)) 129653 projects.forEach(function (projectPath) { argument 129654 if (toPath(configFileName) === projectPath) { 129660 …fig = parsedConfigs === null || parsedConfigs === void 0 ? void 0 : parsedConfigs.get(projectPath); 129663 resolutionCache.removeResolutionsFromProjectReferenceRedirects(projectPath); [all …]
|