mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-05 12:04:45 +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';
|
import * as graphlib from 'dagre-d3-es/src/graphlib/index.js';
|
||||||
|
|
||||||
export let clusterDb = {};
|
export let clusterDb = {};
|
||||||
|
/** @type {Record<string, string[]>} */
|
||||||
let descendants = {};
|
let descendants = {};
|
||||||
|
/** @type {Record<string, string>} */
|
||||||
let parents = {};
|
let parents = {};
|
||||||
|
|
||||||
export const clear = () => {
|
export const clear = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user