Home
last modified time | relevance | path

Searched defs:filesToWatch (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/jsTyping/
DjsTyping.ts146 const filesToWatch: string[] = []; constant
197 const result = { cachedTypingPaths, newTypingNames, filesToWatch }; constant
/third_party/typescript/lib/
DtypingsInstaller.js131788 …cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch: filesToWatch }; property
131810 function getTypingNames(projectRootPath, manifestName, modulesDirName, filesToWatch) { argument