@quenty/cli-output-helpers
Version:
Helpers to generate Nevermore package and game templates
33 lines (29 loc) • 794 B
text/typescript
// Shared formatting types and helpers
export {
type GithubCommentColumn,
type GithubCommentTableConfig,
type GithubTableRow,
summarizeError,
formatGithubTable,
formatResultStatus,
formatRunningStatus,
getActionsRunUrl,
formatGithubTableBody,
formatGithubNoTestsBody,
formatGithubErrorBody,
} from './formatting.js';
// PR comment reporter
export { GithubCommentTableReporter } from './comment-table-reporter.js';
// Job summary reporter
export { GithubJobSummaryReporter } from './job-summary-reporter.js';
// Workflow annotations
export {
type DiagnosticSeverity,
type Diagnostic,
type DiagnosticSummary,
formatAnnotation,
emitAnnotations,
summarizeDiagnostics,
formatAnnotationSummaryMarkdown,
writeAnnotationSummaryAsync,
} from './annotations.js';