(pollingInterval)
| 6354 | } |
| 6355 | } |
| 6356 | function scheduleNextPoll(pollingInterval) { |
| 6357 | pollingIntervalQueue(pollingInterval).pollScheduled = host.setTimeout(pollingInterval === PollingInterval.Low ? pollLowPollingIntervalQueue : pollPollingIntervalQueue, pollingInterval, pollingIntervalQueue(pollingInterval)); |
| 6358 | } |
| 6359 | } |
| 6360 | ts.createDynamicPriorityPollingWatchFile = createDynamicPriorityPollingWatchFile; |
| 6361 | function createUseFsEventsOnParentDirectoryWatchFile(fsWatch, useCaseSensitiveFileNames) { |
no test coverage detected