Home
last modified time | relevance | path

Searched defs:nonRecursive (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts87 nonRecursive?: boolean; property
93 nonRecursive?: boolean; property
713 const { dir, dirPath, nonRecursive } = toWatch; constant
/third_party/typescript/lib/
Dtsc.js107309 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument
107316 …dLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRecursive), refCount: 1, … property
107373 function createDirectoryWatcher(directory, dirPath, nonRecursive) { argument
DtypingsInstaller.js128965 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument
128972 …dLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRecursive), refCount: 1, … property
129030 function createDirectoryWatcher(directory, dirPath, nonRecursive) { argument