Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DeditorServices.ts1941 this.externalProjects.forEach(printProjectWithoutFileNames);
1942 this.configuredProjects.forEach(printProjectWithoutFileNames);
1943 this.inferredProjects.forEach(printProjectWithoutFileNames);
4327 function printProjectWithoutFileNames(project: Project) { function