Home
last modified time | relevance | path

Searched refs:formatDiagnosticsWithColorAndContext (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/scripts/build/
Dutils.js84 …? ts.formatDiagnosticsWithColorAndContext(diagnostics, getFormatDiagnosticsHost(options && options…
/third_party/typescript/src/compiler/
Dwatch.ts25 … system.write(formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine());
Dprogram.ts453 …export function formatDiagnosticsWithColorAndContext(diagnostics: readonly Diagnostic[], host: For… function
/third_party/typescript/src/harness/
DharnessIO.ts533 …return (pretty ? ts.formatDiagnosticsWithColorAndContext : ts.formatDiagnostics)(diagnostics, host…
/third_party/typescript/lib/
Dtypescript.d.ts4827 …export function formatDiagnosticsWithColorAndContext(diagnostics: readonly Diagnostic[], host: For…
DtypescriptServices.d.ts4827 …export function formatDiagnosticsWithColorAndContext(diagnostics: readonly Diagnostic[], host: For…
Dtsserverlibrary.d.ts4827 …export function formatDiagnosticsWithColorAndContext(diagnostics: readonly Diagnostic[], host: For…
Dtsc.js87416 function formatDiagnosticsWithColorAndContext(diagnostics, host) { function
87449 ts.formatDiagnosticsWithColorAndContext = formatDiagnosticsWithColorAndContext;
92418 … system.write(ts.formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine());
DtypingsInstaller.js106446 function formatDiagnosticsWithColorAndContext(diagnostics, host) { function
106479 ts.formatDiagnosticsWithColorAndContext = formatDiagnosticsWithColorAndContext;
112293 … system.write(ts.formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine());
Dtypescript.js106651 function formatDiagnosticsWithColorAndContext(diagnostics, host) { function
106684 ts.formatDiagnosticsWithColorAndContext = formatDiagnosticsWithColorAndContext;
112498 … system.write(ts.formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine());
DtypescriptServices.js106651 function formatDiagnosticsWithColorAndContext(diagnostics, host) { function
106684 ts.formatDiagnosticsWithColorAndContext = formatDiagnosticsWithColorAndContext;
112498 … system.write(ts.formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine());
Dtsserverlibrary.js106651 function formatDiagnosticsWithColorAndContext(diagnostics, host) { function
106684 ts.formatDiagnosticsWithColorAndContext = formatDiagnosticsWithColorAndContext;
112498 … system.write(ts.formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine());
Dtsserver.js106457 function formatDiagnosticsWithColorAndContext(diagnostics, host) { function
106490 ts.formatDiagnosticsWithColorAndContext = formatDiagnosticsWithColorAndContext;
112304 … system.write(ts.formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine());
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5066 …export function formatDiagnosticsWithColorAndContext(diagnostics: readonly Diagnostic[], host: For…
Dtsserverlibrary.d.ts5066 …export function formatDiagnosticsWithColorAndContext(diagnostics: readonly Diagnostic[], host: For…