UNPKG

@diullei/codeguardian

Version:

Open-source developer tool to validate and enforce architectural rules, especially for AI-generated code

10 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JsonReporter = void 0; class JsonReporter { report(report) { console.log(JSON.stringify(report, null, 2)); } } exports.JsonReporter = JsonReporter; //# sourceMappingURL=JsonReporter.js.map