Home
last modified time | relevance | path

Searched refs:createDiagnosticReporter (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tscWatch/
Dhelpers.ts185 createDiagnosticReporter(sys, /*pretty*/ true),
204 reportDiagnostic: createDiagnosticReporter(input.system, /*pretty*/ true),
220 reportDiagnostic: createDiagnosticReporter(input.system, /*pretty*/ true),
Dincremental.ts137 const reportDiagnostic = createDiagnosticReporter(system);
DwatchApi.ts446 const reportDiagnostic = createDiagnosticReporter(sys, /*pretty*/ true);
/third_party/typescript/src/testRunner/unittests/tsc/
DcancellationToken.ts43 const reportDiagnostic = createDiagnosticReporter(sys, /*pretty*/ true);
Dhelpers.ts150 createDiagnosticReporter(sys, /*pretty*/ true),
/third_party/typescript/src/testRunner/unittests/tsbuild/
DpublicApi.ts53 createDiagnosticReporter(sys, /*pretty*/ true),
/third_party/typescript/src/compiler/
Dwatch.ts12 export function createDiagnosticReporter(system: System, pretty?: boolean): DiagnosticReporter { function
765 const diagnosticReporter = reportDiagnostic || createDiagnosticReporter(system);
788 …ateWatchCompilerHost(system, createProgram, reportDiagnostic || createDiagnosticReporter(system), …
813 input.reportDiagnostic || createDiagnosticReporter(system),
DtsbuildPublic.ts170 host.reportDiagnostic = reportDiagnostic || createDiagnosticReporter(system);
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts64 createDiagnosticReporter(sys, /*pretty*/ true) :
468 let reportDiagnostic = createDiagnosticReporter(sys);
713 createDiagnosticReporter(sys),
/third_party/typescript/src/harness/
DfakesHosts.ts586 const out = ts.createDiagnosticReporter(ts.sys);
/third_party/typescript/lib/
Dtsc.js106397 function createDiagnosticReporter(system, pretty) { function
106413 ts.createDiagnosticReporter = createDiagnosticReporter;
106941 var diagnosticReporter = reportDiagnostic || createDiagnosticReporter(system);
106953 …ateWatchCompilerHost(system, createProgram, reportDiagnostic || createDiagnosticReporter(system), …
106965 …rrorsAndGetExitStatus(builderProgram, input.reportDiagnostic || createDiagnosticReporter(system), …
107726 host.reportDiagnostic = reportDiagnostic || ts.createDiagnosticReporter(system);
109420 ts.createDiagnosticReporter(sys, true) :
109757 var reportDiagnostic = ts.createDiagnosticReporter(sys);
109903 …var reportDiagnostic = updateReportDiagnostic(sys, ts.createDiagnosticReporter(sys), buildOptions);
DtypingsInstaller.js128017 function createDiagnosticReporter(system, pretty) { function
128033 ts.createDiagnosticReporter = createDiagnosticReporter;
128613 var diagnosticReporter = reportDiagnostic || createDiagnosticReporter(system);
128628 …ateWatchCompilerHost(system, createProgram, reportDiagnostic || createDiagnosticReporter(system), …
128640 …rrorsAndGetExitStatus(builderProgram, input.reportDiagnostic || createDiagnosticReporter(system), …
129487 host.reportDiagnostic = reportDiagnostic || ts.createDiagnosticReporter(system);