/** * AST-aware reporters with source location support. * * These reporters format ClassifiedChange arrays with * precise source locations and diff-style output. * * This module re-exports from the refactored reporter modules. * For implementation details, see the ./reporter/ directory. */ export { type ASTReporterOptions, type ASTComparisonReport, type ASTChangeJSON, type ASTReportJSON, createASTComparisonReport, formatSourceLocation, formatASTReportAsText, formatASTReportAsMarkdown, formatASTReportAsJSON, } from './reporter/index'; //# sourceMappingURL=reporter.d.ts.map