Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectErrors.ts248 const folderPath = "/user/someuser/projects/someFolder"; constant
254 path: `${folderPath}/src/somefile.d.ts`,
273 projectRootPath: useProjectRoot ? folderPath : undefined
277 … infoForUntitledAtProjectRoot = projectService.getScriptInfoForPath(`${folderPath.toLowerCase()}/$…
279 …infoForSomefileAtProjectRoot = projectService.getScriptInfoForPath(`/${folderPath.toLowerCase()}/s…
DresolutionCache.ts133 const folderPath = "/a/b/projects/temp"; constant
135 path: `${folderPath}/a.ts`,
147 projectRootPath: folderPath
167 path: `${folderPath}/node_modules/@types/pad/index.d.ts`,
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts698 deleteFolder(folderPath: string, recursive?: boolean) {
699 const path = this.toFullPath(folderPath);