Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DgetEditsForFileRename.ts43 const aTsconfig: File = { constant
56 const host = createServerHost([aUserTs, aOldTs, aTsconfig, bUserTs, bTsconfig]);
66 fileName: aTsconfig.path,
67 …textChanges: [{ ...protocolTextSpanFromSubstring(aTsconfig.content, "./old.ts"), newText: "new.ts"…
DdeclarationFileMaps.ts55 const aTsconfig: File = { path: "/a/tsconfig.json", content: configContent }; constant
123 …const host = createServerHost([aTs, aTsconfig, aDtsMap, aDts, bTsconfig, bTs, bDtsMap, bDts, ...(a…
165 …Files(session.getProjectService().configuredProjects.get(aTsconfig.path)!, [aTs.path, aTsconfig.pa…
467 const aTsconfig: File = { constant
479 … const session = createSession(createServerHost([aTs, aTsconfig, bTs, bTsconfig, aDts, aDtsMap]));
679 const aTsconfig: File = { constant
703 const host = createServerHost([aTs, aTsconfig, bTs, bTsconfig]);
DsymLinks.ts10 const aTsconfig: File = { constant
41 const files = [cFile, libFile, aFile, aTsconfig, aC, bFile, bTsconfig, bC]; constant