@quenty/cli-output-helpers
Version:
Helpers to generate Nevermore package and game templates
5 lines • 678 B
TypeScript
export { type GithubCommentColumn, type GithubCommentTableConfig, type GithubTableRow, summarizeError, formatGithubTable, formatResultStatus, formatRunningStatus, getActionsRunUrl, formatGithubTableBody, formatGithubNoTestsBody, formatGithubErrorBody, } from './formatting.js';
export { GithubCommentTableReporter } from './comment-table-reporter.js';
export { GithubJobSummaryReporter } from './job-summary-reporter.js';
export { type DiagnosticSeverity, type Diagnostic, type DiagnosticSummary, formatAnnotation, emitAnnotations, summarizeDiagnostics, formatAnnotationSummaryMarkdown, writeAnnotationSummaryAsync, } from './annotations.js';
//# sourceMappingURL=index.d.ts.map