Home
last modified time | relevance | path

Searched refs:getWatchInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
DwatchUtilities.ts640 …log(`ExcludeWatcher:: Added:: ${getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDe…
642 …close: () => log(`ExcludeWatcher:: Close:: ${getWatchInfo(file, flags, options, detailInfo1, detai…
654 …log(`FileWatcher:: Added:: ${getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetai…
658 …log(`FileWatcher:: Close:: ${getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetai…
672 …const watchInfo = `DirectoryWatcher:: Added:: ${getWatchInfo(file, flags, options, detailInfo1, de…
680 …const watchInfo = `DirectoryWatcher:: Close:: ${getWatchInfo(file, flags, options, detailInfo1, de…
699 …Triggered with ${args[0]} ${args[1] !== undefined ? args[1] : ""}:: ${getWatchInfo(file, flags, op…
708 …function getWatchInfo<T>(file: string, flags: T, options: WatchOptions | undefined, detailInfo1: X… function
/third_party/typescript/lib/
DtypingsInstaller.js120562 …log("ExcludeWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2…
120564 …close: function () { return log("ExcludeWatcher:: Close:: ".concat(getWatchInfo(file, flags, optio…
120568 …log("FileWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, g…
120572 …log("FileWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, g…
120578 …var watchInfo = "DirectoryWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo…
120586 …var watchInfo = "DirectoryWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo…
120601 …s[0], " ").concat(args[1] !== undefined ? args[1] : "", ":: ").concat(getWatchInfo(file, flags, op…
120609 function getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo) { function
Dtsc.js99949 …log("ExcludeWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2…
99951 …close: function () { return log("ExcludeWatcher:: Close:: ".concat(getWatchInfo(file, flags, optio…
99955 …log("FileWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, g…
99959 …log("FileWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, g…
99965 …var watchInfo = "DirectoryWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo…
99973 …var watchInfo = "DirectoryWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo…
99988 …s[0], " ").concat(args[1] !== undefined ? args[1] : "", ":: ").concat(getWatchInfo(file, flags, op…
99996 function getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo) { function