Searched refs:directoryPathMap (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleNameResolver.ts | 568 const directoryPathMap = new Map<string, ResolvedModuleWithFailedLookupLocations>(); constant 573 … return directoryPathMap.get(toPath(directory, currentDirectory, getCanonicalFileName)); 590 if (directoryPathMap.has(path)) { 593 directoryPathMap.set(path, result); 607 if (parent === current || directoryPathMap.has(parent)) { 610 directoryPathMap.set(parent, result);
|
| /third_party/typescript/lib/ |
| D | tsc.js | 32276 var directoryPathMap = new ts.Map(); 32279 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName)); 32283 if (directoryPathMap.has(path)) { 32286 directoryPathMap.set(path, result); 32293 if (parent === current || directoryPathMap.has(parent)) { 32296 directoryPathMap.set(parent, result);
|
| D | typingsInstaller.js | 39553 var directoryPathMap = new ts.Map(); 39556 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName)); 39572 if (directoryPathMap.has(path)) { 39575 directoryPathMap.set(path, result); 39588 if (parent === current || directoryPathMap.has(parent)) { 39591 directoryPathMap.set(parent, result);
|
| D | typescript.js | 39758 var directoryPathMap = new ts.Map(); 39761 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName)); 39777 if (directoryPathMap.has(path)) { 39780 directoryPathMap.set(path, result); 39793 if (parent === current || directoryPathMap.has(parent)) { 39796 directoryPathMap.set(parent, result);
|
| D | typescriptServices.js | 39758 var directoryPathMap = new ts.Map(); 39761 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName)); 39777 if (directoryPathMap.has(path)) { 39780 directoryPathMap.set(path, result); 39793 if (parent === current || directoryPathMap.has(parent)) { 39796 directoryPathMap.set(parent, result);
|
| D | tsserverlibrary.js | 39758 var directoryPathMap = new ts.Map(); 39761 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName)); 39777 if (directoryPathMap.has(path)) { 39780 directoryPathMap.set(path, result); 39793 if (parent === current || directoryPathMap.has(parent)) { 39796 directoryPathMap.set(parent, result);
|
| D | tsserver.js | 39564 var directoryPathMap = new ts.Map(); 39567 … return directoryPathMap.get(ts.toPath(directory, currentDirectory, getCanonicalFileName)); 39583 if (directoryPathMap.has(path)) { 39586 directoryPathMap.set(path, result); 39599 if (parent === current || directoryPathMap.has(parent)) { 39602 directoryPathMap.set(parent, result);
|