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/
Dtsc.js100107 …log("ExcludeWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2…
100109 …close: function () { return log("ExcludeWatcher:: Close:: ".concat(getWatchInfo(file, flags, optio…
100113 …log("FileWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, g…
100117 …log("FileWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, g…
100123 …var watchInfo = "DirectoryWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo…
100131 …var watchInfo = "DirectoryWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo…
100146 …s[0], " ").concat(args[1] !== undefined ? args[1] : "", ":: ").concat(getWatchInfo(file, flags, op…
100154 function getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo) { function
DtypingsInstaller.js120738 …log("ExcludeWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2…
120740 …close: function () { return log("ExcludeWatcher:: Close:: ".concat(getWatchInfo(file, flags, optio…
120744 …log("FileWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, g…
120748 …log("FileWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo1, detailInfo2, g…
120754 …var watchInfo = "DirectoryWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo…
120762 …var watchInfo = "DirectoryWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo…
120777 …s[0], " ").concat(args[1] !== undefined ? args[1] : "", ":: ").concat(getWatchInfo(file, flags, op…
120785 function getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo) { function