Searched defs:nonRecursive (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | resolutionCache.ts | 87 nonRecursive?: boolean; property 93 nonRecursive?: boolean; property 713 const { dir, dirPath, nonRecursive } = toWatch; constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 127327 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument 127334 …dLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRecursive), refCount: 1, … property 127392 function createDirectoryWatcher(directory, dirPath, nonRecursive) { argument
|
| D | tsc.js | 105884 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument 105891 …dLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRecursive), refCount: 1, … property 105948 function createDirectoryWatcher(directory, dirPath, nonRecursive) { argument
|