feat(parser): create pie parser and export it

This commit is contained in:
Reda Al Sulais
2023-08-20 18:48:03 +03:00
parent 4ae361bd1f
commit 49c5f3bb9c
10 changed files with 472 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
export type { Info } from './language/index.js';
export type { Info, Pie, PieSection } from './language/index.js';
export type { DiagramAST } from './parse.js';
export { parse, MermaidParseError } from './parse.js';