Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
export
interface
Reporter {
14
getReport: () => string;
15
}
16
17
export
interface
ErrorReport {
18
descriptions: any;
Callers
nothing calls this directly
Implementers
2
JSONReporter
projects/cli/src/check-errors/reporter
XMLReporter
projects/cli/src/check-errors/reporter
Calls
no outgoing calls
Tested by
no test coverage detected