Home
last modified time | relevance | path

Searched refs:toExternalFiles (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DexternalProjects.ts22 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 …]
DskipLibCheck.ts63 rootFiles: toExternalFiles([jsFile.path, dTsFile.path]),
99 rootFiles: toExternalFiles([jsFile.path, dTsFile.path]),
Dprojects.ts80 …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 …]
DwatchEnvironment.ts365 rootFiles: toExternalFiles([main.path, bar.path, foo.path]),
390 rootFiles: toExternalFiles([main.path, bar.path, foo.path]),
Dtelemetry.ts81 rootFiles: toExternalFiles([file1.path]),
DresolutionCache.ts304 …projectService.openExternalProject({ rootFiles: toExternalFiles([f1.path, config.path]), options: …
310 …projectService.openExternalProject({ rootFiles: toExternalFiles([f1.path, config.path]), options: …
DprojectErrors.ts52 rootFiles: toExternalFiles([file1.path, file2.path])
635 const externalFiles = toExternalFiles([f1.path]);
DcompileOnSave.ts722 rootFiles: toExternalFiles([file1.path, file2.path]),
755 rootFiles: toExternalFiles([file1.path]),
Dhelpers.ts267 export function toExternalFiles(fileNames: string[]) { function
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts163 rootFiles: toExternalFiles([aTs.path, configA.path]),