mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-05 03:54:35 +01:00
chore: resolve eslint warnings in packages/mermaid/src/dagre-wrapper/mermaid-graphlib.js
This commit is contained in:
@@ -4,7 +4,9 @@ import * as graphlibJson from 'dagre-d3-es/src/graphlib/json.js';
|
||||
import * as graphlib from 'dagre-d3-es/src/graphlib/index.js';
|
||||
|
||||
export let clusterDb = {};
|
||||
/** @type {Record<string, string[]>} */
|
||||
let descendants = {};
|
||||
/** @type {Record<string, string>} */
|
||||
let parents = {};
|
||||
|
||||
export const clear = () => {
|
||||
|
||||
Reference in New Issue
Block a user