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 | typingsInstaller.js | 6722 …return function (_fileName, eventKind, modifiedTime) { return callback(eventKind === FileWatcherEv… argument 7005 return watchFile(fileOrDirectory, function (_fileName, eventKind, modifiedTime) { argument 120289 function addOrDeleteFile(fileName, filePath, eventKind) { argument 126816 … resolutionHost.watchAffectingFileLocation(locationToWatch, function (fileName, eventKind) { argument 129219 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 129221 function onSourceFileChange(fileName, eventKind, path) { argument 129231 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 129242 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument 129293 …xtendedConfigFilePath) { return watchFile(extendedConfigFileName, function (_fileName, eventKind) { argument 129323 …dLine.watcher || (commandLine.watcher = watchFile(configFileName, function (_fileName, eventKind) { argument [all …]
|
D | tsc.js | 4197 …return function (_fileName, eventKind, modifiedTime) { return callback(eventKind === FileWatcherEv… argument 4432 return watchFile(fileOrDirectory, function (_fileName, eventKind, modifiedTime) { argument 99722 function addOrDeleteFile(fileName, filePath, eventKind) { argument 105400 … resolutionHost.watchAffectingFileLocation(locationToWatch, function (fileName, eventKind) { argument 107505 …return watchFile(file, function (fileName, eventKind) { return callback(fileName, eventKind, path)… argument 107507 function onSourceFileChange(fileName, eventKind, path) { argument 107515 function updateCachedSystemWithFile(fileName, path, eventKind) { argument 107525 function onMissingFileChange(fileName, eventKind, missingFilePath) { argument 107571 …xtendedConfigFilePath) { return watchFile(extendedConfigFileName, function (_fileName, eventKind) { argument 107595 …dLine.watcher || (commandLine.watcher = watchFile(configFileName, function (_fileName, eventKind) { argument [all …]
|