Searched refs:runWithoutRecursiveWatches (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | watchEnvironment.ts | 238 return createWatchedSystem(files, { runWithoutRecursiveWatches: true }); 329 return createWatchedSystem(files, { runWithoutRecursiveWatches: true }); 370 return createWatchedSystem(files, { runWithoutRecursiveWatches: true }); 430 return createWatchedSystem(files, { runWithoutRecursiveWatches: true }); 449 …return createWatchedSystem(files, { runWithoutRecursiveWatches: true, runWithFallbackPolling: true… 470 … function sys(watchOptions: WatchOptions, runWithoutRecursiveWatches?: boolean): WatchedSystem { 496 … return createWatchedSystem(files, { currentDirectory: projectRoot, runWithoutRecursiveWatches });
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | watchEnvironment.ts | 209 … const host = createServerHost(files.concat(commonFile1), { runWithoutRecursiveWatches: true }); 230 …const host = createServerHost(files.concat(commonFile1), { runWithoutRecursiveWatches: true, runWi… 272 … const host = createServerHost(files.concat(commonFile1), { runWithoutRecursiveWatches: true }); 289 …const host = createServerHost(files.concat(commonFile1), { runWithoutRecursiveWatches: true, runWi…
|
/third_party/typescript/src/harness/ |
D | virtualFileSystemWithWatch.ts | 28 runWithoutRecursiveWatches?: boolean; property 363 runWithoutRecursiveWatches, runWithFallbackPolling, 395 fsSupportsRecursiveFsWatch: tscWatchDirectory ? false : !runWithoutRecursiveWatches,
|