Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dwatch.ts765 const diagnosticReporter = reportDiagnostic || createDiagnosticReporter(system); constant
766 …const host = createWatchCompilerHost(system, createProgram, diagnosticReporter, reportWatchStatus)…
767 …leDiagnostic = diagnostic => reportUnrecoverableDiagnostic(system, diagnosticReporter, diagnostic);
/third_party/typescript/lib/
DtypingsInstaller.js128613 var diagnosticReporter = reportDiagnostic || createDiagnosticReporter(system);
128614 … var host = createWatchCompilerHost(system, createProgram, diagnosticReporter, reportWatchStatus);
128615 …nction (diagnostic) { return reportUnrecoverableDiagnostic(system, diagnosticReporter, diagnostic)…
Dtsc.js106941 var diagnosticReporter = reportDiagnostic || createDiagnosticReporter(system);
106942 … var host = createWatchCompilerHost(system, createProgram, diagnosticReporter, reportWatchStatus);
106943 …nction (diagnostic) { return reportUnrecoverableDiagnostic(system, diagnosticReporter, diagnostic)…