mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
fix: refactored code
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
@@ -348,7 +348,6 @@ export class SequenceDB implements DiagramDB {
|
|||||||
inputRemainder: string,
|
inputRemainder: string,
|
||||||
lexer: any
|
lexer: any
|
||||||
): string {
|
): string {
|
||||||
log.info({ tokenName });
|
|
||||||
const arrowLike = /^\s*(->>|-->>|->|-->|<<->>|<<-->>|-x|--x|-\))/;
|
const arrowLike = /^\s*(->>|-->>|->|-->|<<->>|<<-->>|-x|--x|-\))/;
|
||||||
const colonLike = /^\s*:/;
|
const colonLike = /^\s*:/;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user