Searched defs:eventKind (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 2748 const eventKind = getFileWatcherEventKind(info.mTime!, mTime); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 4197 …return function (_fileName, eventKind, modifiedTime) { return callback(eventKind === FileWatcherEv… argument 4432 return watchFile(fileOrDirectory, function (_fileName, eventKind, modifiedTime) { argument 99998 function addOrDeleteFile(fileName, filePath, eventKind) { argument 105846 … resolutionHost.watchAffectingFileLocation(locationToWatch, function (fileName, eventKind) { argument 107961 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 107963 function onSourceFileChange(fileName, eventKind, path) { argument 107971 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 107981 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument 108027 …xtendedConfigFilePath) { return watchFile(extendedConfigFileName, function (_fileName, eventKind) { argument 108051 …dLine.watcher || (commandLine.watcher = watchFile(configFileName, function (_fileName, eventKind) { argument [all …]
|
| D | typingsInstaller.js | 6725 …return function (_fileName, eventKind, modifiedTime) { return callback(eventKind === FileWatcherEv… argument 7008 return watchFile(fileOrDirectory, function (_fileName, eventKind, modifiedTime) { argument 120589 function addOrDeleteFile(fileName, filePath, eventKind) { argument 127288 … resolutionHost.watchAffectingFileLocation(locationToWatch, function (fileName, eventKind) { argument 129701 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 129703 function onSourceFileChange(fileName, eventKind, path) { argument 129713 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 129724 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument 129775 …xtendedConfigFilePath) { return watchFile(extendedConfigFileName, function (_fileName, eventKind) { argument 129805 …dLine.watcher || (commandLine.watcher = watchFile(configFileName, function (_fileName, eventKind) { argument [all …]
|