Home
last modified time | relevance | path

Searched refs:globalCachePath (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts112 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/
DimportFixes.ts971 … string, toPath: string, getCanonicalFileName: GetCanonicalFileName, globalCachePath?: string, isO…
978 … || (!!globalCachePath && startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent));
/third_party/typescript/lib/
DtypingsInstaller.js115325 …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 */);
Dtypescript.js139722 function isImportablePath(fromPath, toPath, getCanonicalFileName, globalCachePath) { argument
139728 …|| (!!globalCachePath && ts.startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent)…
DtypescriptServices.js139722 function isImportablePath(fromPath, toPath, getCanonicalFileName, globalCachePath) { argument
139728 …|| (!!globalCachePath && ts.startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent)…
Dtsserverlibrary.js139722 function isImportablePath(fromPath, toPath, getCanonicalFileName, globalCachePath) { argument
139728 …|| (!!globalCachePath && ts.startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent)…
Dtsserver.js139153 function isImportablePath(fromPath, toPath, getCanonicalFileName, globalCachePath) { argument
139159 …|| (!!globalCachePath && ts.startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent)…