Home
last modified time | relevance | path

Searched defs:projectErrors (Results 1 – 6 of 6) 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.ts83 projectErrors: readonly Diagnostic[]; property
Dsession.ts1137 const projectErrors = project.getAllProjectErrors(); constant
Dprotocol.ts1480 projectErrors: DiagnosticWithLinePosition[]; property
/third_party/typescript/lib/
Dtsserverlibrary.js154342 Project.prototype.setProjectErrors = function (projectErrors) { argument
155758 ConfiguredProject.prototype.setProjectErrors = function (projectErrors) { argument
Dtsserver.js154148 Project.prototype.setProjectErrors = function (projectErrors) { argument
155564 ConfiguredProject.prototype.setProjectErrors = function (projectErrors) { argument