Home
last modified time | relevance | path

Searched defs:expectedWatchedFiles (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DwatchEnvironment.ts27 const expectedWatchedFiles = arrayToMap(fileNames.slice(1), s => s, () => 1); constant
161 const expectedWatchedFiles = arrayToMap(fileNames.slice(1), identity, () => 1); constant
DtypingsInstaller.ts140 const expectedWatchedFiles = new Map<string, number>(); constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
DwatchMode.ts807 …const expectedWatchedFiles = expectedProgramFiles.concat(cTsconfig.path, bTsconfig.path, aTsconfig… constant
1031 …const expectedWatchedFiles = expectedProgramFiles.concat(cTsconfig.path, bTsconfig.path).map(s => … constant
1102 …const expectedWatchedFiles = expectedProgramFiles.concat(cTsconfigFile.path, bTsconfigFile.path, a… constant