Home
last modified time | relevance | path

Searched refs:changeToHostTrackingWrittenFiles (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsbuild/
Dsample.ts269 const system = TestFSWithWatch.changeToHostTrackingWrittenFiles(
341 const system = TestFSWithWatch.changeToHostTrackingWrittenFiles(
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dhelpers.ts174 const sys = TestFSWithWatch.changeToHostTrackingWrittenFiles(initialSys);
425 … const solutionBuilder = createSolutionBuilder(TestFSWithWatch.changeToHostTrackingWrittenFiles(
/third_party/typescript/src/testRunner/unittests/tsserver/
Dhelpers.ts414 TestFSWithWatch.changeToHostTrackingWrittenFiles(this.host as TestServerHost),
540 TestFSWithWatch.changeToHostTrackingWrittenFiles(this.host as TestServerHost),
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts1198 export function changeToHostTrackingWrittenFiles(inputHost: TestServerHost) { function