/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | symLinks.ts | 47 { 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
|
D | inferredProjects.ts | 154 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
|
D | forceConsistentCasingInFileNames.ts | 63 … 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);
|
D | projects.ts | 407 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 …]
|
D | watchEnvironment.ts | 271 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);
|
D | configFileSearch.ts | 87 assert.equal(service.inferredProjects[0].projectRootPath, projectDir); 170 function verifyConfigFileWatch(projectRootPath: string | undefined) { 174 …service.openClientFile(path, /*fileContent*/ undefined, /*scriptKind*/ undefined, projectRootPath);
|
D | projectErrors.ts | 273 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);
|
D | dynamicFiles.ts | 38 projectRootPath: "/proj", 187 … openFilesForSession([{ file: file.path, projectRootPath: tscWatch.projectRoot }], session);
|
D | helpers.ts | 660 …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/ |
D | editorServices.ts | 638 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 …]
|
D | utilitiesPublic.ts | 42 projectRootPath: project.getCurrentDirectory() as Path,
|
D | project.ts | 372 …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) ||
|
D | typingsCache.ts | 4 projectRootPath: Path; property
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 170 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/ |
D | types.ts | 15 readonly projectRootPath: Path; property 36 readonly projectRootPath: Path; property
|
D | jsTyping.ts | 108 projectRootPath: Path, 138 possibleSearchDirs.add(projectRootPath);
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | resident_runner_test.dart | 69 projectRootPath: anyNamed('projectRootPath'), 176 projectRootPath: anyNamed('projectRootPath'), 281 projectRootPath: anyNamed('projectRootPath'),
|
D | hot_test.dart | 116 projectRootPath: anyNamed('projectRootPath'),
|
/third_party/typescript/src/typingsInstaller/ |
D | nodeTypingsInstaller.ts | 157 const { fileName, packageName, projectName, projectRootPath } = req; constant 158 … const cwd = getDirectoryOfPackageJson(fileName, this.installTypingHost) || projectRootPath;
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | run_hot.dart | 65 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,
|
D | resident_runner.dart | 471 String projectRootPath, 492 projectRootPath: projectRootPath, 536 String projectRootPath, 544 projectRootPath = projectRootPath ?? fs.currentDirectory.path, 572 final String projectRootPath;
|
D | devfs.dart | 426 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/ |
D | attach.dart | 279 projectRootPath: argResults['project-root'], 363 String projectRootPath, 377 projectRootPath: projectRootPath,
|
/third_party/typescript/src/services/ |
D | shims.ts | 26 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/ |
D | attach_test.dart | 146 projectRootPath: anyNamed('projectRootPath'), 178 projectRootPath: projectRoot,
|