UNPKG

jest-metadata

Version:

🦸‍♂️ Superhero power for your Jest reporters! 🦸‍♀️

14 lines 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlantSerializer = void 0; const PlantMetadataVisitor_1 = require("./PlantMetadataVisitor"); exports.PlantSerializer = { serialize: (metadataChecker, metadataRegistry) => { const visitor = new PlantMetadataVisitor_1.PlantMetadataVisitor(metadataChecker); for (const metadata of metadataRegistry.all()) { visitor.visit(metadata); } return visitor.generatePlantUML(); }, }; //# sourceMappingURL=PlantSerializer.js.map