Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectErrors.ts3 …function checkProjectErrors(projectFiles: server.ProjectFilesWithTSDiagnostics, expectedErrors: re…
/third_party/typescript/src/server/
Dproject.ts91 export interface ProjectFilesWithTSDiagnostics extends protocol.ProjectFiles { interface
1559 …wnVersion?: number, includeProjectReferenceRedirectInfo?: boolean): ProjectFilesWithTSDiagnostics {
DeditorServices.ts3691 result: ProjectFilesWithTSDiagnostics[]
3700 …ectVersionInfo[], includeProjectReferenceRedirectInfo?: boolean): ProjectFilesWithTSDiagnostics[] {
3701 const files: ProjectFilesWithTSDiagnostics[] = [];