MCPcopy Create free account
hub / github.com/SoCreate/angular-playground / Reporter

Interface Reporter

projects/cli/src/error-reporter.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11};
12
13export interface Reporter {
14 getReport: () => string;
15}
16
17export interface ErrorReport {
18 descriptions: any;

Callers

nothing calls this directly

Implementers 2

JSONReporterprojects/cli/src/check-errors/reporter
XMLReporterprojects/cli/src/check-errors/reporter

Calls

no outgoing calls

Tested by

no test coverage detected