Searched refs:globalCachePath (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/typingsInstallerCore/ |
| D | typingsInstaller.ts | 112 private readonly globalCachePath: string, property in ts.server.typingsInstaller.TypingsInstaller 118 this.globalCachePackageJsonPath = combinePaths(globalCachePath, "package.json"); 121 …this.log.writeLine(`Global cache location '${globalCachePath}', safe file path '${safeListPath}', … 124 this.processCacheLocation(this.globalCachePath); 186 …this.installTypings(req, req.cachePath || this.globalCachePath, discoverTypingsResult.cachedTyping… 491 …if (containsPath(this.globalCachePath, file, projectRootPath, !this.installTypingHost.useCaseSensi… 492 createProjectWatcher(this.globalCachePath, ProjectWatcherType.DirectoryWatcher);
|
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 971 … string, toPath: string, getCanonicalFileName: GetCanonicalFileName, globalCachePath?: string, isO… 978 … || (!!globalCachePath && startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent));
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 115325 …function TypingsInstaller(installTypingHost, globalCachePath, safeListPath, typesMapLocation, thro… argument 115329 this.globalCachePath = globalCachePath; 115343 … this.globalCachePackageJsonPath = ts.combinePaths(globalCachePath, "package.json"); 115346 …this.log.writeLine("Global cache location '" + globalCachePath + "', safe file path '" + safeListP… 115349 this.processCacheLocation(this.globalCachePath); 115394 …this.installTypings(req, req.cachePath || this.globalCachePath, discoverTypingsResult.cachedTyping… 115684 …if (ts.containsPath(this.globalCachePath, file, projectRootPath, !this.installTypingHost.useCaseSe… 115685 … createProjectWatcher(this.globalCachePath, "DirectoryWatcher" /* DirectoryWatcher */);
|
| D | typescript.js | 139722 function isImportablePath(fromPath, toPath, getCanonicalFileName, globalCachePath) { argument 139728 …|| (!!globalCachePath && ts.startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent)…
|
| D | typescriptServices.js | 139722 function isImportablePath(fromPath, toPath, getCanonicalFileName, globalCachePath) { argument 139728 …|| (!!globalCachePath && ts.startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent)…
|
| D | tsserverlibrary.js | 139722 function isImportablePath(fromPath, toPath, getCanonicalFileName, globalCachePath) { argument 139728 …|| (!!globalCachePath && ts.startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent)…
|
| D | tsserver.js | 139153 function isImportablePath(fromPath, toPath, getCanonicalFileName, globalCachePath) { argument 139159 …|| (!!globalCachePath && ts.startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent)…
|