Home
last modified time | relevance | path

Searched refs:filesToWatch (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/jsTyping/
DjsTyping.ts129 { 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/
DtypingsInstaller.ts183 …this.watchFiles(req.projectName, discoverTypingsResult.filesToWatch, req.projectRootPath, req.watc…
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts1638 filesToWatch: ["/bower_components", "/node_modules", "/oh_modules"],
1664 filesToWatch: ["/bower_components", "/node_modules", "/oh_modules"],
/third_party/typescript/lib/
DtypingsInstaller.js131731 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…