Searched defs:filesToWatch (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 131 const filesToWatch: string[] = []; constant 187 const result = { cachedTypingPaths, newTypingNames, filesToWatch }; constant
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | configFileSearch.ts | 133 const filesToWatch = [libFile.path, ...getConfigFilesToWatch(dirOfFile)]; constant
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 115078 …cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch: filesToWatch }; property 115095 function getTypingNamesFromJson(jsonPath, filesToWatch) { argument 115132 function getTypingNamesFromPackagesFolder(packagesFolderPath, filesToWatch) { argument
|
D | typescriptServices.js | 115283 …cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch: filesToWatch }; property 115300 function getTypingNamesFromJson(jsonPath, filesToWatch) { argument 115337 function getTypingNamesFromPackagesFolder(packagesFolderPath, filesToWatch) { argument
|
D | typescript.js | 115283 …cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch: filesToWatch }; property 115300 function getTypingNamesFromJson(jsonPath, filesToWatch) { argument 115337 function getTypingNamesFromPackagesFolder(packagesFolderPath, filesToWatch) { argument
|
D | tsserver.js | 152417 …cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch: filesToWatch }; property 152434 function getTypingNamesFromJson(jsonPath, filesToWatch) { argument 152471 function getTypingNamesFromPackagesFolder(packagesFolderPath, filesToWatch) { argument
|
D | tsserverlibrary.js | 115283 …cachedTypingPaths: cachedTypingPaths, newTypingNames: newTypingNames, filesToWatch: filesToWatch }; property 115300 function getTypingNamesFromJson(jsonPath, filesToWatch) { argument 115337 function getTypingNamesFromPackagesFolder(packagesFolderPath, filesToWatch) { argument
|