Home
last modified time | relevance | path

Searched defs:projectRootPath (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/jsTyping/
Dtypes.ts23 readonly projectRootPath: Path; property
44 readonly projectRootPath: Path; property
/third_party/typescript/src/server/
DtypingsCache.ts9 projectRootPath: Path; property
DeditorServices.ts682 projectRootPath?: string; property
1902 const projectRootPath = this.openFiles.get(info.path); constant
Dproject.ts2081 readonly projectRootPath: string | undefined; property in InferredProject
Dprotocol.ts1703 projectRootPath?: string; property
1905 projectRootPath?: string; property
/third_party/typescript/src/testRunner/unittests/tsserver/
DsymLinks.ts58 const projectRootPath = "/users/username/projects/myproject"; constant
Dprojects.ts1269 const projectRootPath = "/users/username/projects/project"; constant
1289 const projectRootPath = "/users/username/projects/project"; constant
1360 const projectRootPath = "/users/username/projects/project"; constant
1501 const projectRootPath = "/users/username/projects/project"; constant
DprojectErrors.ts344 const projectRootPath = "/users/username/projects/myproject"; constant
DtypingsInstaller.ts2108 const projectRootPath = `${projects}/san2`; constant
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts163 const { fileName, packageName, projectName, projectRootPath } = req; constant
/third_party/typescript/src/services/
Dshims.ts41 projectRootPath: string; // The path to the project root directory property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts33 readonly projectRootPath: Path; property
51 readonly projectRootPath: Path; property
1326 projectRootPath?: string; property
1456 projectRootPath?: string; property
Dtypescript.d.ts6465 readonly projectRootPath: Path; property
6483 readonly projectRootPath: Path; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts33 readonly projectRootPath: Path; property
51 readonly projectRootPath: Path; property
1326 projectRootPath?: string; property
1456 projectRootPath?: string; property
Dtypescript.d.ts6465 readonly projectRootPath: Path; property
6483 readonly projectRootPath: Path; property
DtypingsInstaller.js39005 function discoverTypings(host, log2, fileNames, projectRootPath, safeList, packageNameToTypingLocat… argument
39564 watchFiles(projectName, files, projectRootPath, options) { argument