Home
last modified time | relevance | path

Searched refs:symlinkCache (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/server/
Dproject.ts2180 const symlinkCache = hostProject.getSymlinkCache(); constant
2199 … const entrypoints = getRootNamesFromPackageJson(packageJson, program, symlinkCache);
2218 … const entrypoints = getRootNamesFromPackageJson(typesPackageJson, program, symlinkCache);
2232 …const entrypoints = getRootNamesFromPackageJson(packageJson, program, symlinkCache, /*allowJs*/ tr…
2250 …tNamesFromPackageJson(packageJson: PackageJsonInfo, program: Program, symlinkCache: SymlinkCache, …
2261 symlinkCache.setSymlinkedDirectory(packageJson.packageDirectory, {
/third_party/typescript/src/compiler/
Dprogram.ts4231 const symlinkCache = host.getSymlinkCache(); constant
4233 if (symlinkCache.getSymlinkedDirectories()?.has(directoryPath)) return;
4240 symlinkCache.setSymlinkedDirectory(directoryPath, false);
4244 symlinkCache.setSymlinkedDirectory(directory, {
4258 const symlinkCache = host.getSymlinkCache(); constant
4259 const symlinkedDirectories = symlinkCache.getSymlinkedDirectories();
4264 if (isFile && symlinkCache.getSymlinkedFiles()?.has(fileOrDirectoryPath)) return true;
4275 symlinkCache.setSymlinkedFile(
/third_party/typescript/lib/
DtypingsInstaller.js124336 var symlinkCache = host.getSymlinkCache();
124338 …if ((_b = symlinkCache.getSymlinkedDirectories()) === null || _b === void 0 ? void 0 : _b.has(dire…
124345 symlinkCache.setSymlinkedDirectory(directoryPath, false);
124348 symlinkCache.setSymlinkedDirectory(directory, {
124362 var symlinkCache = host.getSymlinkCache();
124363 var symlinkedDirectories = symlinkCache.getSymlinkedDirectories();
124370 …if (isFile && ((_b = symlinkCache.getSymlinkedFiles()) === null || _b === void 0 ? void 0 : _b.has…
124381symlinkCache.setSymlinkedFile(fileOrDirectoryPath, "".concat(symlinkedDirectory.real).concat(absol…
Dtsc.js103290 var symlinkCache = host.getSymlinkCache();
103292 …if ((_b = symlinkCache.getSymlinkedDirectories()) === null || _b === void 0 ? void 0 : _b.has(dire…
103298 symlinkCache.setSymlinkedDirectory(directoryPath, false);
103301 symlinkCache.setSymlinkedDirectory(directory, {
103314 var symlinkCache = host.getSymlinkCache();
103315 var symlinkedDirectories = symlinkCache.getSymlinkedDirectories();
103322 …if (isFile && ((_b = symlinkCache.getSymlinkedFiles()) === null || _b === void 0 ? void 0 : _b.has…
103331symlinkCache.setSymlinkedFile(fileOrDirectoryPath, "".concat(symlinkedDirectory.real).concat(absol…