Searched refs:filesToWatch (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 129 { cachedTypingPaths: string[], newTypingNames: string[], filesToWatch: string[] } { 132 return { cachedTypingPaths: [], newTypingNames: [], filesToWatch: [] }; 146 const filesToWatch: string[] = []; constant 156 getTypingNames(searchDir, "bower.json", "bower_components", filesToWatch); 157 getTypingNames(searchDir, "package.json", "node_modules", filesToWatch); 158 getTypingNames(searchDir, "oh-package.json5", "oh_modules", filesToWatch); 197 const result = { cachedTypingPaths, newTypingNames, filesToWatch }; constant 219 …rojectRootPath: string, manifestName: string, modulesDirName: string, filesToWatch: string[]): voi… 227 filesToWatch.push(manifestPath); 238 filesToWatch.push(packagesFolderPath);
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 183 …this.watchFiles(req.projectName, discoverTypingsResult.filesToWatch, req.projectRootPath, req.watc…
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 1638 filesToWatch: ["/bower_components", "/node_modules", "/oh_modules"], 1664 filesToWatch: ["/bower_components", "/node_modules", "/oh_modules"],
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 131731 return { cachedTypingPaths: [], newTypingNames: [], filesToWatch: [] }; 131742 var filesToWatch = []; 131751 getTypingNames(searchDir, "bower.json", "bower_components", filesToWatch); 131752 getTypingNames(searchDir, "package.json", "node_modules", filesToWatch); 131753 getTypingNames(searchDir, "oh-package.json5", "oh_modules", filesToWatch); 131788 …cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch: filesToWatch }; property 131810 function getTypingNames(projectRootPath, manifestName, modulesDirName, filesToWatch) { argument 131818 filesToWatch.push(manifestPath); 131828 filesToWatch.push(packagesFolderPath); 132136 …this.watchFiles(req.projectName, discoverTypingsResult.filesToWatch, req.projectRootPath, req.watc…
|