Searched refs:createDiagnosticReporter (Results 1 – 12 of 12) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | helpers.ts | 185 createDiagnosticReporter(sys, /*pretty*/ true), 204 reportDiagnostic: createDiagnosticReporter(input.system, /*pretty*/ true), 220 reportDiagnostic: createDiagnosticReporter(input.system, /*pretty*/ true),
|
D | incremental.ts | 137 const reportDiagnostic = createDiagnosticReporter(system);
|
D | watchApi.ts | 446 const reportDiagnostic = createDiagnosticReporter(sys, /*pretty*/ true);
|
/third_party/typescript/src/testRunner/unittests/tsc/ |
D | cancellationToken.ts | 43 const reportDiagnostic = createDiagnosticReporter(sys, /*pretty*/ true);
|
D | helpers.ts | 150 createDiagnosticReporter(sys, /*pretty*/ true),
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | publicApi.ts | 53 createDiagnosticReporter(sys, /*pretty*/ true),
|
/third_party/typescript/src/compiler/ |
D | watch.ts | 12 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),
|
D | tsbuildPublic.ts | 170 host.reportDiagnostic = reportDiagnostic || createDiagnosticReporter(system);
|
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 64 createDiagnosticReporter(sys, /*pretty*/ true) : 468 let reportDiagnostic = createDiagnosticReporter(sys); 713 createDiagnosticReporter(sys),
|
/third_party/typescript/src/harness/ |
D | fakesHosts.ts | 586 const out = ts.createDiagnosticReporter(ts.sys);
|
/third_party/typescript/lib/ |
D | tsc.js | 106397 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);
|
D | typingsInstaller.js | 128017 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);
|