chore: resolve eslint warnings in packages/mermaid/src/dagre-wrapper/mermaid-graphlib.js

This commit is contained in:
Sidharth Vinod
2025-04-19 10:21:43 +05:30
parent a331a958c0
commit e4f19480cd

View File

@@ -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 = () => {