Home
last modified time | relevance | path

Searched defs:projectErrors (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectErrors.ts138 const projectErrors = configuredProjectAt(projectService, 0).getAllProjectErrors(); constant
152 const projectErrors = configuredProjectAt(projectService, 0).getAllProjectErrors(); constant
183 const projectErrors = configuredProjectAt(projectService, 0).getAllProjectErrors(); constant
193 const projectErrors = configuredProjectAt(projectService, 0).getAllProjectErrors(); constant
/third_party/typescript/src/server/
Dproject.ts92 projectErrors: readonly Diagnostic[]; property
Dsession.ts1198 const projectErrors = project.getAllProjectErrors(); constant
Dprotocol.ts1517 projectErrors: DiagnosticWithLinePosition[]; property