Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchUtilities.ts672 …const watchInfo = `DirectoryWatcher:: Added:: ${getWatchInfo(file, flags, options, detailInfo1, de… constant
673 log(watchInfo);
677 log(`Elapsed:: ${elapsed}ms ${watchInfo}`);
680 …const watchInfo = `DirectoryWatcher:: Close:: ${getWatchInfo(file, flags, options, detailInfo1, de… constant
681 log(watchInfo);
685 log(`Elapsed:: ${elapsed}ms ${watchInfo}`);
/third_party/typescript/lib/
Dtsc.js100123 …var watchInfo = "DirectoryWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo…
100124 log(watchInfo);
100128 log("Elapsed:: ".concat(elapsed, "ms ").concat(watchInfo));
100131 …var watchInfo = "DirectoryWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo…
100132 log(watchInfo);
100136 log("Elapsed:: ".concat(elapsed, "ms ").concat(watchInfo));
DtypingsInstaller.js120754 …var watchInfo = "DirectoryWatcher:: Added:: ".concat(getWatchInfo(file, flags, options, detailInfo…
120755 log(watchInfo);
120759 log("Elapsed:: ".concat(elapsed, "ms ").concat(watchInfo));
120762 …var watchInfo = "DirectoryWatcher:: Close:: ".concat(getWatchInfo(file, flags, options, detailInfo…
120763 log(watchInfo);
120767 log("Elapsed:: ".concat(elapsed, "ms ").concat(watchInfo));