Searched refs:toExternalFiles (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | externalProjects.ts | 22 rootFiles: toExternalFiles([f1.path, upperCaseConfigFilePath]), 188 rootFiles: toExternalFiles([file1.path, file2.path]), 213 const externalFiles = toExternalFiles(["^ScriptDocument1 file1.ts"]); 286 rootFiles: toExternalFiles([config1.path, config2.path, file3.path]), 349 rootFiles: toExternalFiles([configFile.path]), 386 rootFiles: toExternalFiles([configFile.path]), 420 …xternalProject({ projectFileName: "project", options: {}, rootFiles: toExternalFiles([file1.path])… 424 …xternalProject({ projectFileName: "project", options: {}, rootFiles: toExternalFiles([file1.path, … 446 …tions: { moduleResolution: ModuleResolutionKind.NodeJs }, rootFiles: toExternalFiles([file1.path, … 451 …ions: { moduleResolution: ModuleResolutionKind.Classic }, rootFiles: toExternalFiles([file1.path, … [all …]
|
D | skipLibCheck.ts | 63 rootFiles: toExternalFiles([jsFile.path, dTsFile.path]), 99 rootFiles: toExternalFiles([jsFile.path, dTsFile.path]),
|
D | projects.ts | 80 …projectService.openExternalProject({ rootFiles: toExternalFiles([file1.path]), options: {}, projec… 84 …projectService.openExternalProject({ rootFiles: toExternalFiles([file2.path]), options: {}, projec… 88 …projectService.openExternalProject({ rootFiles: toExternalFiles([file3.path]), options: {}, projec… 110 …projectService.openExternalProject({ rootFiles: toExternalFiles([file1.path, file2.path]), options… 137 rootFiles: toExternalFiles([file1.path, config1.path]), 214 …ce.openExternalProject({ projectFileName: "/a/b/project", rootFiles: toExternalFiles([f1.path, f2.… 347 …xternalProject({ projectFileName: "project", options: {}, rootFiles: toExternalFiles([file1.path, … 387 …ernalProject({ projectFileName: projectName, options: {}, rootFiles: toExternalFiles([file1.path, … 446 …xternalProject({ projectFileName: "project", options: {}, rootFiles: toExternalFiles(files.map(f =… 488 …xternalProject({ projectFileName: "project", options: {}, rootFiles: toExternalFiles([file1.path, … [all …]
|
D | watchEnvironment.ts | 365 rootFiles: toExternalFiles([main.path, bar.path, foo.path]), 390 rootFiles: toExternalFiles([main.path, bar.path, foo.path]),
|
D | telemetry.ts | 81 rootFiles: toExternalFiles([file1.path]),
|
D | resolutionCache.ts | 304 …projectService.openExternalProject({ rootFiles: toExternalFiles([f1.path, config.path]), options: … 310 …projectService.openExternalProject({ rootFiles: toExternalFiles([f1.path, config.path]), options: …
|
D | projectErrors.ts | 52 rootFiles: toExternalFiles([file1.path, file2.path]) 635 const externalFiles = toExternalFiles([f1.path]);
|
D | compileOnSave.ts | 722 rootFiles: toExternalFiles([file1.path, file2.path]), 755 rootFiles: toExternalFiles([file1.path]),
|
D | helpers.ts | 267 export function toExternalFiles(fileNames: string[]) { function
|
/third_party/typescript/src/testRunner/unittests/tsserver/events/ |
D | projectLoading.ts | 163 rootFiles: toExternalFiles([aTs.path, configA.path]),
|