Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectUpdatedInBackground.ts146 const moduleFile1: ts.projectSystem.File = { constant
177 …const files: ts.projectSystem.File[] = [file1Consumer1, moduleFile1, file1Consumer2, moduleFile2, … constant
240 … const { host, moduleFile1, verifyProjectsUpdatedInBackgroundEvent } = getInitialState(); constant
252 …const { host, moduleFile1, file1Consumer1, updateContentOfOpenFile, verifyProjectsUpdatedInBackgro… constant
280 …const { host, moduleFile1, file1Consumer2, verifyProjectsUpdatedInBackgroundEvent } = getInitialSt… constant
291 … const { host, moduleFile1, verifyProjectsUpdatedInBackgroundEvent, } = getInitialState(); constant
299 … const { host, moduleFile1, verifyProjectsUpdatedInBackgroundEvent } = getInitialState({ constant
319 … const { host, moduleFile1, verifyProjectsUpdatedInBackgroundEvent } = getInitialState({ constant
329 … const { host, moduleFile1, verifyProjectsUpdatedInBackgroundEvent } = getInitialState({ constant
342 …const { host, moduleFile1, file1Consumer1, updateContentOfOpenFile, verifyNoProjectsUpdatedInBackg… constant
/third_party/typescript/src/testRunner/unittests/tscWatch/
Demit.ts103 const moduleFile1: ts.tscWatch.File = { constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DcompileOnSave.ts30 let moduleFile1: ts.projectSystem.File; variable