Searched defs:filesToWatch (Results 1 – 2 of 2) sorted by relevance
146 const filesToWatch: string[] = []; constant197 const result = { cachedTypingPaths, newTypingNames, filesToWatch }; constant
131788 …cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch: filesToWatch }; property131810 function getTypingNames(projectRootPath, manifestName, modulesDirName, filesToWatch) { argument