mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 04:49:44 +02:00
Add zenuml
This commit is contained in:
10
packages/mermaid-zenuml/src/parser.ts
Normal file
10
packages/mermaid-zenuml/src/parser.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// ZenUML manage parsing internally. It uses Antlr4 to parse the DSL.
|
||||
// The parser is defined in https://github.com/ZenUml/vue-sequence/blob/main/src/parser/index.js
|
||||
|
||||
// This is a dummy parser that satisfies the mermaid API logic.
|
||||
export default {
|
||||
parser: { yy: {} },
|
||||
parse: () => {
|
||||
// no op
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user