Searched refs:diagnosticReporter (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/compiler/ |
D | watch.ts | 765 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/ |
D | typingsInstaller.js | 128613 var diagnosticReporter = reportDiagnostic || createDiagnosticReporter(system); 128614 … var host = createWatchCompilerHost(system, createProgram, diagnosticReporter, reportWatchStatus); 128615 …nction (diagnostic) { return reportUnrecoverableDiagnostic(system, diagnosticReporter, diagnostic)…
|
D | tsc.js | 106941 var diagnosticReporter = reportDiagnostic || createDiagnosticReporter(system); 106942 … var host = createWatchCompilerHost(system, createProgram, diagnosticReporter, reportWatchStatus); 106943 …nction (diagnostic) { return reportUnrecoverableDiagnostic(system, diagnosticReporter, diagnostic)…
|