Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DforceConsistentCasingInFileNames.ts46 const loggerFile: File = { constant
61 const host = createServerHost([loggerFile, anotherFile, tsconfig, libFile, tsconfig]);
63 … openFilesForSession([{ file: loggerFile, projectRootPath: tscWatch.projectRoot }], session);
64 verifyGetErrRequest({ session, host, files: [loggerFile] });
66 const newLoggerPath = loggerFile.path.toLowerCase();
67 host.renameFile(loggerFile.path, newLoggerPath);
68 closeFilesForSession([loggerFile], session);
69 …openFilesForSession([{ file: newLoggerPath, content: loggerFile.content, projectRootPath: tscWatch…
95 const loggerFile: File = { constant
110 const host = createServerHost([loggerFile, anotherFile, tsconfig, libFile, tsconfig]);
/third_party/typescript/src/testRunner/unittests/tscWatch/
DforceConsistentCasingInFileNames.ts3 const loggerFile: File = { constant
23 sys: () => createWatchedSystem([loggerFile, anotherFile, tsconfig, libFile]),
44 change: sys => sys.renameFile(loggerFile.path, `${projectRoot}/Logger.ts`),