(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo)
| 115696 | }, flags, options, detailInfo1, detailInfo2); }; |
| 115697 | } |
| 115698 | function getWatchInfo(file, flags, options, detailInfo1, detailInfo2, getDetailWatchInfo) { |
| 115699 | return "WatchInfo: ".concat(file, " ").concat(flags, " ").concat(JSON.stringify(options), " ").concat(getDetailWatchInfo ? getDetailWatchInfo(detailInfo1, detailInfo2) : detailInfo2 === undefined ? detailInfo1 : "".concat(detailInfo1, " ").concat(detailInfo2)); |
| 115700 | } |
| 115701 | } |
| 115702 | ts.getWatchFactory = getWatchFactory; |
| 115703 | function getFallbackOptions(options) { |
no test coverage detected
searching dependent graphs…