Home
last modified time | relevance | path

Searched refs:toExternalFile (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts253 rootFiles: [toExternalFile(file1.path)]
285 rootFiles: [toExternalFile(appJs.path)],
312 rootFiles: [toExternalFile(file1.path)],
352 rootFiles: [toExternalFile(file1.path)],
406 …rootFiles: [toExternalFile(lodashJs.path), toExternalFile(file2Jsx.path), toExternalFile(file3dts.…
450 rootFiles: [toExternalFile(jqueryJs.path)],
490 rootFiles: [toExternalFile(jqueryJs.path)],
537 rootFiles: [toExternalFile(jqueryJs.path), toExternalFile(file2Ts.path)],
613 …rootFiles: [toExternalFile(lodashJs.path), toExternalFile(commanderJs.path), toExternalFile(file3d…
695 …rootFiles: [toExternalFile(lodashJs.path), toExternalFile(commanderJs.path), toExternalFile(file3.…
[all …]
DexternalProjects.ts58 …const p1 = { projectFileName: "/a/proj1.csproj", rootFiles: [toExternalFile(f1.path)], options: {}…
128 …t = (f: File) => ({ projectFileName: f.path + ".csproj", rootFiles: [toExternalFile(f.path)], opti…
244 toExternalFile(file.path),
245 toExternalFile(app.path)
516 rootFiles: [toExternalFile(site.path), toExternalFile(configFile.path)],
909 rootFiles: [toExternalFile(f1.path)],
DimportHelpers.ts14 …service.openExternalProject({ projectFileName: "p", rootFiles: [toExternalFile(f1.path)], options:…
DtypeAquisition.ts16 …rootFiles: [toExternalFile(file2.path), { fileName: file1.path, hasMixedContent: true, scriptKind:…
DopenFile.ts12 …projectService.openExternalProject({ projectFileName, rootFiles: [toExternalFile(f.path)], options…
Dhelpers.ts263 export function toExternalFile(fileName: string): protocol.ExternalFile { function
268 return map(fileNames, toExternalFile);
Dprojects.ts983 rootFiles: [toExternalFile(f1.path)],