Searched refs:sourceFilesFoundSearchingNodeModules (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 1060 const sourceFilesFoundSearchingNodeModules = new Map<string, boolean>(); constant 1915 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true); 2022 return !!sourceFilesFoundSearchingNodeModules.get(file.path); 2879 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0); 2964 …if (file && sourceFilesFoundSearchingNodeModules.get(file.path) && currentNodeModulesDepth === 0) { 2965 sourceFilesFoundSearchingNodeModules.set(file.path, false); 3039 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 121535 var sourceFilesFoundSearchingNodeModules = new ts.Map(); 122317 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true); 122401 return !!sourceFilesFoundSearchingNodeModules.get(file.path); 123154 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0); 123237 …if (file_2 && sourceFilesFoundSearchingNodeModules.get(file_2.path) && currentNodeModulesDepth ===… 123238 sourceFilesFoundSearchingNodeModules.set(file_2.path, false); 123301 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
|
| D | tsc.js | 100818 var sourceFilesFoundSearchingNodeModules = new ts.Map(); 101468 sourceFilesFoundSearchingNodeModules.set(oldFile.path, true); 101546 return !!sourceFilesFoundSearchingNodeModules.get(file.path); 102210 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0); 102280 …if (file_2 && sourceFilesFoundSearchingNodeModules.get(file_2.path) && currentNodeModulesDepth ===… 102281 sourceFilesFoundSearchingNodeModules.set(file_2.path, false); 102333 sourceFilesFoundSearchingNodeModules.set(path, currentNodeModulesDepth > 0);
|