Home
last modified time | relevance | path

Searched refs:anotherFile (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DforceConsistentCasingInFileNames.ts50 const anotherFile: File = { constant
61 const host = createServerHost([loggerFile, anotherFile, tsconfig, libFile, tsconfig]);
72 … openFilesForSession([{ file: anotherFile, projectRootPath: tscWatch.projectRoot }], session);
77 fileName: anotherFile.path,
81 anotherFile.content,
90 verifyGetErrRequest({ session, host, files: [newLoggerPath, anotherFile] });
99 const anotherFile: File = { constant
110 const host = createServerHost([loggerFile, anotherFile, tsconfig, libFile, tsconfig]);
112 … openFilesForSession([{ file: anotherFile, projectRootPath: tscWatch.projectRoot }], session);
113 verifyGetErrRequest({ session, host, files: [anotherFile] });
[all …]
/third_party/typescript/src/testRunner/unittests/tscWatch/
DforceConsistentCasingInFileNames.ts7 const anotherFile: File = { constant
23 sys: () => createWatchedSystem([loggerFile, anotherFile, tsconfig, libFile]),
33 …change: sys => sys.writeFile(anotherFile.path, anotherFile.content.replace("./logger", "./Logger")…