/third_party/typescript/src/server/ |
D | editorServices.ts | 2575 const eventKind = getFileWatcherEventKind(info.mTime!, mTime); constant
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 6722 …watcher: watchFile(fileName, function (fileName, eventKind) { return ts.forEach(callbacksCache.get… argument 6997 …return function (_fileName, eventKind) { return callback(eventKind === FileWatcherEventKind.Change… argument 7571 return watchFile(fileOrDirectory, function (_fileName, eventKind) { argument 105980 function addOrDeleteFile(fileName, filePath, eventKind) { argument 113467 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 113469 function onSourceFileChange(fileName, eventKind, path) { argument 113480 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 113488 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument 154949 …cher = this.projectService.watchFactory.watchFile(missingFilePath, function (fileName, eventKind) { argument 155661 …e.watchFactory.watchFile(this.getConfigFilePath(), function (_fileName, eventKind) { return _this.… argument [all …]
|
D | tsserver.js | 6528 …watcher: watchFile(fileName, function (fileName, eventKind) { return ts.forEach(callbacksCache.get… argument 6803 …return function (_fileName, eventKind) { return callback(eventKind === FileWatcherEventKind.Change… argument 7377 return watchFile(fileOrDirectory, function (_fileName, eventKind) { argument 105786 function addOrDeleteFile(fileName, filePath, eventKind) { argument 113273 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 113275 function onSourceFileChange(fileName, eventKind, path) { argument 113286 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 113294 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument 154755 …cher = this.projectService.watchFactory.watchFile(missingFilePath, function (fileName, eventKind) { argument 155467 …e.watchFactory.watchFile(this.getConfigFilePath(), function (_fileName, eventKind) { return _this.… argument [all …]
|
D | tsc.js | 3986 …watcher: watchFile(fileName, function (fileName, eventKind) { return ts.forEach(callbacksCache.get… argument 4220 …return function (_fileName, eventKind) { return callback(eventKind === FileWatcherEventKind.Change… argument 4705 return watchFile(fileOrDirectory, function (_fileName, eventKind) { argument 86807 function addOrDeleteFile(fileName, filePath, eventKind) { argument 93307 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 93309 function onSourceFileChange(fileName, eventKind, path) { argument 93318 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 93326 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument
|
D | typingsInstaller.js | 6517 …watcher: watchFile(fileName, function (fileName, eventKind) { return ts.forEach(callbacksCache.get… argument 6792 …return function (_fileName, eventKind) { return callback(eventKind === FileWatcherEventKind.Change… argument 7366 return watchFile(fileOrDirectory, function (_fileName, eventKind) { argument 105775 function addOrDeleteFile(fileName, filePath, eventKind) { argument 113262 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 113264 function onSourceFileChange(fileName, eventKind, path) { argument 113275 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 113283 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument
|
D | typescript.js | 6722 …watcher: watchFile(fileName, function (fileName, eventKind) { return ts.forEach(callbacksCache.get… argument 6997 …return function (_fileName, eventKind) { return callback(eventKind === FileWatcherEventKind.Change… argument 7571 return watchFile(fileOrDirectory, function (_fileName, eventKind) { argument 105980 function addOrDeleteFile(fileName, filePath, eventKind) { argument 113467 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 113469 function onSourceFileChange(fileName, eventKind, path) { argument 113480 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 113488 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument
|
D | typescriptServices.js | 6722 …watcher: watchFile(fileName, function (fileName, eventKind) { return ts.forEach(callbacksCache.get… argument 6997 …return function (_fileName, eventKind) { return callback(eventKind === FileWatcherEventKind.Change… argument 7571 return watchFile(fileOrDirectory, function (_fileName, eventKind) { argument 105980 function addOrDeleteFile(fileName, filePath, eventKind) { argument 113467 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 113469 function onSourceFileChange(fileName, eventKind, path) { argument 113480 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 113488 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument
|