mermaid
Version:
Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.
12 lines (11 loc) • 452 B
TypeScript
/**
* getSemanticModel() tests (v0.8.1).
*
* Verifies the presentation-only contract from the agentflow syntax specification §10:
* styling, class membership, view/collapsed state, icons, images and
* element-mapping positions MUST NOT influence the semantic export. The
* semantic model is what downstream tooling consumes when it needs to
* understand what the diagram *means* without being influenced by
* rendering choices.
*/
export {};