Home
last modified time | relevance | path

Searched refs:projectPath (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/
DtsbuildPublic.ts548 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 …]
DwatchUtilities.ts323 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();
DwatchPublic.ts974 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/
DtypeReferenceDirectives.ts60 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/
Dset-path.js9 const setPATH = (projectPath, binPaths, env) => { argument
22 let p = projectPath
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/
Dmain.go45 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/
Dloader.js215 return _this.resourcePath === path.resolve(process.env.projectPath,
494 const entryPath = path.join(path.resolve(process.env.projectPath), key + '.hml');
/third_party/typescript/lib/
Dtsc.js99917 …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 …]
DtypingsInstaller.js120509 …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 …]