Searched refs:sourceFilesFoundSearchingNodeModules (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 834 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/ |
| D | tsc.js | 87669 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);
|
| D | typingsInstaller.js | 106740 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);
|
| D | typescript.js | 106945 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);
|
| D | typescriptServices.js | 106945 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);
|
| D | tsserverlibrary.js | 106945 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);
|
| D | tsserver.js | 106751 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);
|