{"version":3,"file":"MdocModule.mjs","names":[],"sources":["../../../src/modules/mdoc/MdocModule.ts"],"sourcesContent":["import type { DependencyManager, Module } from '../../plugins'\n\nimport { MdocApi } from './MdocApi'\nimport { MdocService } from './MdocService'\nimport { MdocRepository } from './repository'\n\n/**\n * @public\n */\nexport class MdocModule implements Module {\n  public readonly api = MdocApi\n\n  /**\n   * Registers the dependencies of the mdoc module on the dependency manager.\n   */\n  public register(dependencyManager: DependencyManager) {\n    // Services\n    dependencyManager.registerSingleton(MdocService)\n\n    // Repositories\n    dependencyManager.registerSingleton(MdocRepository)\n  }\n}\n"],"mappings":";;;;;;;;;;;AASA,IAAa,aAAb,MAA0C;;OACxB,MAAM;;;;;CAKtB,AAAO,SAAS,mBAAsC;AAEpD,oBAAkB,kBAAkB,YAAY;AAGhD,oBAAkB,kBAAkB,eAAe"}