Searched refs:toWatch (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/compiler/ |
D | resolutionCache.ts | 584 …const toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocation… constant 585 if (toWatch) { 586 const { dir, dirPath, nonRecursive } = toWatch; 651 …const toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocation… constant 652 if (toWatch) { 653 const { dirPath } = toWatch; 831 … const toWatch = getDirectoryToWatchFromFailedLookupLocationDirectory(typeRoot, typeRootPath); constant 832 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
/third_party/typescript/lib/ |
D | tsc.js | 91642 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 91643 if (toWatch) { 91644 … var dir = toWatch.dir, dirPath = toWatch.dirPath, nonRecursive = toWatch.nonRecursive; 91696 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 91697 if (toWatch) { 91698 var dirPath = toWatch.dirPath; 91844 … var toWatch = getDirectoryToWatchFromFailedLookupLocationDirectory(typeRoot, typeRootPath); 91845 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | typingsInstaller.js | 111377 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111378 if (toWatch) { 111379 … var dir = toWatch.dir, dirPath = toWatch.dirPath, nonRecursive = toWatch.nonRecursive; 111435 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111436 if (toWatch) { 111437 var dirPath = toWatch.dirPath; 111599 … var toWatch = getDirectoryToWatchFromFailedLookupLocationDirectory(typeRoot, typeRootPath); 111600 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | tsserverlibrary.js | 111582 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111583 if (toWatch) { 111584 … var dir = toWatch.dir, dirPath = toWatch.dirPath, nonRecursive = toWatch.nonRecursive; 111640 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111641 if (toWatch) { 111642 var dirPath = toWatch.dirPath; 111804 … var toWatch = getDirectoryToWatchFromFailedLookupLocationDirectory(typeRoot, typeRootPath); 111805 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | typescript.js | 111582 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111583 if (toWatch) { 111584 … var dir = toWatch.dir, dirPath = toWatch.dirPath, nonRecursive = toWatch.nonRecursive; 111640 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111641 if (toWatch) { 111642 var dirPath = toWatch.dirPath; 111804 … var toWatch = getDirectoryToWatchFromFailedLookupLocationDirectory(typeRoot, typeRootPath); 111805 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | tsserver.js | 111388 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111389 if (toWatch) { 111390 … var dir = toWatch.dir, dirPath = toWatch.dirPath, nonRecursive = toWatch.nonRecursive; 111446 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111447 if (toWatch) { 111448 var dirPath = toWatch.dirPath; 111610 … var toWatch = getDirectoryToWatchFromFailedLookupLocationDirectory(typeRoot, typeRootPath); 111611 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|
D | typescriptServices.js | 111582 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111583 if (toWatch) { 111584 … var dir = toWatch.dir, dirPath = toWatch.dirPath, nonRecursive = toWatch.nonRecursive; 111640 …var toWatch = getDirectoryToWatchFailedLookupLocation(failedLookupLocation, failedLookupLocationPa… 111641 if (toWatch) { 111642 var dirPath = toWatch.dirPath; 111804 … var toWatch = getDirectoryToWatchFromFailedLookupLocationDirectory(typeRoot, typeRootPath); 111805 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
|