Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts29 runWithFallbackPolling?: boolean; property
345 runWithFallbackPolling: boolean;
363 runWithoutRecursiveWatches, runWithFallbackPolling,
375 this.runWithFallbackPolling = !!runWithFallbackPolling;
681 …if (this.runWithFallbackPolling) throw new Error("Need to use fallback polling instead of file sys…
/third_party/typescript/src/testRunner/unittests/tsserver/
DwatchEnvironment.ts230 …ost(files.concat(commonFile1), { runWithoutRecursiveWatches: true, runWithFallbackPolling: true });
289 …ost(files.concat(commonFile1), { runWithoutRecursiveWatches: true, runWithFallbackPolling: true });
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchEnvironment.ts449 …urn createWatchedSystem(files, { runWithoutRecursiveWatches: true, runWithFallbackPolling: true });