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

@@ -5,7 +5,6 @@
* This is a dummy parser that satisfies the mermaid API logic.
*/
export default {
parser: { yy: {} },
parse: () => {
// no op
},