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 105902 … resolutionHost.watchAffectingFileLocation(locationToWatch, function (fileName, eventKind) { argument 108017 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 108019 function onSourceFileChange(fileName, eventKind, path) { argument 108027 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 108037 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument 108083 …xtendedConfigFilePath) { return watchFile(extendedConfigFileName, function (_fileName, eventKind) { argument 108107 …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 127348 … resolutionHost.watchAffectingFileLocation(locationToWatch, function (fileName, eventKind) { argument 129761 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 129763 function onSourceFileChange(fileName, eventKind, path) { argument 129773 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 129784 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument 129835 …xtendedConfigFilePath) { return watchFile(extendedConfigFileName, function (_fileName, eventKind) { argument 129865 …dLine.watcher || (commandLine.watcher = watchFile(configFileName, function (_fileName, eventKind) { argument [all …]
|