Home
last modified time | relevance | path

Searched defs:eventKind (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/server/
DeditorServices.ts2748 const eventKind = getFileWatcherEventKind(info.mTime!, mTime); constant
/third_party/typescript/lib/
Dtsc.js4197 …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 …]
DtypingsInstaller.js6725 …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 …]