Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsbuildWatch/
DprogramUpdates.ts222 let coreIndex: File; variable
224 coreIndex = {
230 coreIndex = undefined!;
260 …return createWatchedSystem([libFile, coreTsConfig, coreIndex, logicTsConfig, logicIndex], { curren…
263 changeCore(() => `${coreIndex.content}
266 changeCore(() => `${coreIndex.content}
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dsample.ts260 const coreIndex = getTsBuildProjectFile("core", "index.ts"); constant
272 coreConfig, coreIndex, coreDecl, coreAnotherModule,
332 const coreIndex = getTsBuildProjectFile("core", "index.ts"); constant
344 coreConfig, coreIndex, coreDecl, coreAnotherModule,
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectsWithReferences.ts5 const coreIndex = TestFSWithWatch.getTsBuildProjectFile("sample1", "core/index.ts"); constant
12 …const host = createServerHost([libFile, coreConfig, coreIndex, coreAnotherModule, coreSomeDecl, lo…