Home
last modified time | relevance | path

Searched refs:projectRootPath (Results 1 – 25 of 43) sorted by relevance

12

/third_party/typescript/src/testRunner/unittests/tsserver/
DsymLinks.ts47 { file: aFile, projectRootPath: folderA },
48 { file: bFile, projectRootPath: folderB },
49 { file: aFc, projectRootPath: folderA },
50 { file: bFc, projectRootPath: folderB },
98 const projectRootPath = "/users/username/projects/myproject"; constant
99 const packages = `${projectRootPath}/javascript/packages`;
176 projectRootPath
DinferredProjects.ts154 const file1 = { path: "/a/file1.ts", content: "let x = 1;", projectRootPath: "/a" };
155 const file2 = { path: "/a/file2.ts", content: "let y = 2;", projectRootPath: "/a" };
156 const file3 = { path: "/b/file2.ts", content: "let x = 3;", projectRootPath: "/b" };
183 projectRootPath: "/b"
194 projectRootPath: file1.projectRootPath
205 projectRootPath: file2.projectRootPath
216 projectRootPath: file3.projectRootPath
DforceConsistentCasingInFileNames.ts63 … openFilesForSession([{ file: loggerFile, projectRootPath: tscWatch.projectRoot }], session);
73 …FilesForSession([{ file: newLoggerPath, content: loggerFile.content, projectRootPath: tscWatch.pro…
76 … openFilesForSession([{ file: anotherFile, projectRootPath: tscWatch.projectRoot }], session);
115 … openFilesForSession([{ file: anotherFile, projectRootPath: tscWatch.projectRoot }], session);
Dprojects.ts407 projectRootPath: "/",
1295 const projectRootPath = "/users/username/projects/project"; constant
1297 path: `${projectRootPath}/a.ts`,
1301 path: `${projectRootPath}/tsconfig.json`,
1315 const projectRootPath = "/users/username/projects/project"; constant
1317 path: `${projectRootPath}/A/a.ts`,
1321 path: `${projectRootPath}/A/tsconfig.json`,
1330 path: `${projectRootPath}/B/b.ts`,
1334 path: `${projectRootPath}/B/tsconfig.json`,
1386 const projectRootPath = "/users/username/projects/project"; constant
[all …]
DwatchEnvironment.ts271 openFilesForSession([{ file: commonFile1, projectRootPath: "/a/b" }], session);
328 openFilesForSession([{ file: commonFile1, projectRootPath: "/a/b" }], session);
382 openFilesForSession([{ file: commonFile1, projectRootPath: "/a/b" }], session);
420 openFilesForSession([{ file: commonFile1, projectRootPath: "/a/b" }], session);
486 openFilesForSession([{ file: commonFile1, projectRootPath: "/a/b" }], session);
544 openFilesForSession([{ file: commonFile1, projectRootPath: "/a/b" }], session);
767 function verifyFileNames(projectRoot: string, projectRootPath: string) {
768 const keyMapper = (str: string) => str.replace(projectRoot, projectRootPath);
DconfigFileSearch.ts87 assert.equal(service.inferredProjects[0].projectRootPath, projectDir);
170 function verifyConfigFileWatch(projectRootPath: string | undefined) {
174 …service.openClientFile(path, /*fileContent*/ undefined, /*scriptKind*/ undefined, projectRootPath);
DprojectErrors.ts273 projectRootPath: useProjectRoot ? folderPath : undefined
398 openFilesForSession([{ file: app, projectRootPath: tscWatch.projectRoot }], session);
403 … openFilesForSession([{ file: backendTest, projectRootPath: tscWatch.projectRoot }], session);
408 …openFilesForSession([{ file: serverUtilities.path, projectRootPath: tscWatch.projectRoot }], sessi…
417 const projectRootPath = "/users/username/projects/myproject"; constant
419 path: `${projectRootPath}/src/a.ts`,
426 path: `${projectRootPath}/tsconfig.json`,
430 path: `${projectRootPath}/node_modules/@custom/plugin/index.d.ts`,
437 path: `${projectRootPath}/node_modules/@custom/plugin/proposed.d.ts`,
1000 openFilesForSession([{ file: main, projectRootPath: tscWatch.projectRoot }], session);
DdynamicFiles.ts38 projectRootPath: "/proj",
187 … openFilesForSession([{ file: file.path, projectRootPath: tscWatch.projectRoot }], session);
Dhelpers.ts660 …ion(files: readonly (File | { readonly file: File | string, readonly projectRootPath: string, cont…
663 …peof file.file === "string" ? file.file : file.file.path, projectRootPath: file.projectRootPath } …
/third_party/typescript/src/server/
DeditorServices.ts638 projectRootPath?: string; property
1056 …cts(projectCompilerOptions: protocol.InferredProjectCompilerOptions, projectRootPath?: string): vo…
1057 …Debug.assert(projectRootPath === undefined || this.useInferredProjectPerProjectRoot, "Setting comp…
1060 const watchOptions = convertWatchOptions(projectCompilerOptions, projectRootPath);
1066 … const canonicalProjectRootPath = projectRootPath && this.toCanonicalFileName(projectRootPath);
1088 project.projectRootPath === canonicalProjectRootPath :
1089 …!project.projectRootPath || !this.compilerOptionsForInferredProjectsPerProjectRoot.has(project.pro…
1463 …assignOrphanScriptInfoToInferredProject(info: ScriptInfo, projectRootPath: NormalizedPath | undefi…
1466 …onst project = this.getOrCreateInferredProjectForProjectRootPathIfEnabled(info, projectRootPath) ||
1470 projectRootPath || this.currentDirectory :
[all …]
DutilitiesPublic.ts42 projectRootPath: project.getCurrentDirectory() as Path,
Dproject.ts372 …ngsCache.installPackage({ ...options, projectName: this.projectName, projectRootPath: this.toPath(…
1843 readonly projectRootPath: string | undefined; property in ts.server.InferredProject
1855 projectRootPath: NormalizedPath | undefined,
1872 … this.projectRootPath = projectRootPath && projectService.toCanonicalFileName(projectRootPath);
1873 if (!projectRootPath && !projectService.useSingleInferredProject) {
1907 return (!this.projectRootPath && !this.projectService.useSingleInferredProject) ||
DtypingsCache.ts4 projectRootPath: Path; property
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts170 req.projectRootPath,
182 ….watchFiles(req.projectName, discoverTypingsResult.filesToWatch, req.projectRootPath, req.watchOpt…
410 …private watchFiles(projectName: string, files: string[], projectRootPath: Path, options: WatchOpti…
477 …if (containsPath(projectRootPath, file, projectRootPath, !this.installTypingHost.useCaseSensitiveF…
478 … const subDirectory = file.indexOf(directorySeparator, projectRootPath.length + 1);
491 …if (containsPath(this.globalCachePath, file, projectRootPath, !this.installTypingHost.useCaseSensi…
/third_party/typescript/src/jsTyping/
Dtypes.ts15 readonly projectRootPath: Path; property
36 readonly projectRootPath: Path; property
DjsTyping.ts108 projectRootPath: Path,
138 possibleSearchDirs.add(projectRootPath);
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dresident_runner_test.dart69 projectRootPath: anyNamed('projectRootPath'),
176 projectRootPath: anyNamed('projectRootPath'),
281 projectRootPath: anyNamed('projectRootPath'),
Dhot_test.dart116 projectRootPath: anyNamed('projectRootPath'),
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts157 const { fileName, packageName, projectName, projectRootPath } = req; constant
158 … const cwd = getDirectoryOfPackageJson(fileName, this.installTypingHost) || projectRootPath;
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Drun_hot.dart65 String projectRootPath,
74 projectRootPath: projectRootPath,
270 final String fsName = fs.path.basename(projectRootPath);
275 fs.directory(projectRootPath),
310 projectRootPath: projectRootPath,
356 final String entryUri = fs.path.relative(mainScript, from: projectRootPath);
694 from: projectRootPath,
Dresident_runner.dart471 String projectRootPath,
492 projectRootPath: projectRootPath,
536 String projectRootPath,
544 projectRootPath = projectRootPath ?? fs.currentDirectory.path,
572 final String projectRootPath;
Ddevfs.dart426 String projectRootPath,
481 final Uri entryUri = fs.path.toUri(projectRootPath != null
482 ? fs.path.relative(pathToReload, from: projectRootPath)
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dattach.dart279 projectRootPath: argResults['project-root'],
363 String projectRootPath,
377 projectRootPath: projectRootPath,
/third_party/typescript/src/services/
Dshims.ts26 projectRootPath: string; // The path to the project root directory property
1270 toPath(info.projectRootPath, info.projectRootPath, getCanonicalFileName),
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dattach_test.dart146 projectRootPath: anyNamed('projectRootPath'),
178 projectRootPath: projectRoot,

12