Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts834 const sourceFilesFoundSearchingNodeModules = new Map<string, boolean>(); constant
1613 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true);
1708 return !!sourceFilesFoundSearchingNodeModules.get(file.path);
2511 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
2583 …if (file && sourceFilesFoundSearchingNodeModules.get(file.path) && currentNodeModulesDepth === 0) {
2584 sourceFilesFoundSearchingNodeModules.set(file.path, false);
2657 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
/third_party/typescript/lib/
Dtsc.js87669 var sourceFilesFoundSearchingNodeModules = new ts.Map();
88254 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true);
88327 return !!sourceFilesFoundSearchingNodeModules.get(file.path);
88927 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
88987 …if (file_2 && sourceFilesFoundSearchingNodeModules.get(file_2.path) && currentNodeModulesDepth ===…
88988 sourceFilesFoundSearchingNodeModules.set(file_2.path, false);
89039 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
DtypingsInstaller.js106740 var sourceFilesFoundSearchingNodeModules = new ts.Map();
107450 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true);
107529 return !!sourceFilesFoundSearchingNodeModules.get(file.path);
108207 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
108277 …if (file_2 && sourceFilesFoundSearchingNodeModules.get(file_2.path) && currentNodeModulesDepth ===…
108278 sourceFilesFoundSearchingNodeModules.set(file_2.path, false);
108340 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
Dtypescript.js106945 var sourceFilesFoundSearchingNodeModules = new ts.Map();
107655 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true);
107734 return !!sourceFilesFoundSearchingNodeModules.get(file.path);
108412 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
108482 …if (file_2 && sourceFilesFoundSearchingNodeModules.get(file_2.path) && currentNodeModulesDepth ===…
108483 sourceFilesFoundSearchingNodeModules.set(file_2.path, false);
108545 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
DtypescriptServices.js106945 var sourceFilesFoundSearchingNodeModules = new ts.Map();
107655 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true);
107734 return !!sourceFilesFoundSearchingNodeModules.get(file.path);
108412 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
108482 …if (file_2 && sourceFilesFoundSearchingNodeModules.get(file_2.path) && currentNodeModulesDepth ===…
108483 sourceFilesFoundSearchingNodeModules.set(file_2.path, false);
108545 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
Dtsserverlibrary.js106945 var sourceFilesFoundSearchingNodeModules = new ts.Map();
107655 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true);
107734 return !!sourceFilesFoundSearchingNodeModules.get(file.path);
108412 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
108482 …if (file_2 && sourceFilesFoundSearchingNodeModules.get(file_2.path) && currentNodeModulesDepth ===…
108483 sourceFilesFoundSearchingNodeModules.set(file_2.path, false);
108545 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
Dtsserver.js106751 var sourceFilesFoundSearchingNodeModules = new ts.Map();
107461 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true);
107540 return !!sourceFilesFoundSearchingNodeModules.get(file.path);
108218 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
108288 …if (file_2 && sourceFilesFoundSearchingNodeModules.get(file_2.path) && currentNodeModulesDepth ===…
108289 sourceFilesFoundSearchingNodeModules.set(file_2.path, false);
108351 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);