Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferenceErrors.ts29 syncDiagnostics: () => [
51 syncDiagnostics: () => [
Dhelpers.ts895 …ErrorsUsingSyncMethods({ scenario, subScenario, allFiles, openFiles, syncDiagnostics }: VerifyGetE…
900 for (const { file, project } of syncDiagnostics()) {
935 syncDiagnostics: () => readonly SyncDiagnostics[]; property
DprojectErrors.ts412 syncDiagnostics: () => [{ file, project: config }],