Searched defs:nonRecursive (Results 1 – 2 of 2) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | resolutionCache.ts | 112 nonRecursive?: boolean; property 118 nonRecursive?: boolean; property 742 const { dir, dirPath, nonRecursive } = toWatch; constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 110141 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument 110147 …dLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRecursive), refCount: 1, … property 110199 function createDirectoryWatcher(directory, dirPath, nonRecursive) { argument
|