chore: make parser as optional in ParserDefinition

This commit is contained in:
Reda Al Sulais
2023-08-20 17:21:10 +03:00
parent 963dd75c39
commit 82054bfabc
8 changed files with 4 additions and 10 deletions

View File

@@ -39,7 +39,6 @@ describe('DiagramAPI', () => {
parse: (_text) => {
return;
},
parser: { yy: {} },
},
renderer: {},
styles: {},