{"version":3,"file":"mermaid-mindmap-detector.core.mjs","sources":["../src/detector.ts"],"sourcesContent":["export const id = 'mindmap';\n\nexport const detector = (txt: string) => {\n  return txt.match(/^\\s*mindmap/) !== null;\n};\n\nexport const loadDiagram = async () => {\n  const { diagram } = await import('./diagram-definition');\n  return { id, diagram };\n};\n"],"names":[],"mappings":"AAAO,MAAM,KAAK;AAEL,MAAA,WAAW,CAAC,QAAgB;AAChC,SAAA,IAAI,MAAM,aAAa,MAAM;AACtC;AAEO,MAAM,cAAc,YAAY;AACrC,QAAM,EAAE,QAAA,IAAY,MAAM,OAAO;AAC1B,SAAA,EAAE,IAAI;AACf;"}