Skip to content

Commit

Permalink
update info @ts-ignore comments deception
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Jun 12, 2023
1 parent dfdfa63 commit 98d9205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/info/infoDiagram.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { DiagramDefinition } from '../../diagram-api/types.js';
// @ts-ignore: TODO Fix ts errors
// @ts-ignore jison doesn't export types
import parser from './parser/info.jison';
import db from './infoDb.js';
import renderer from './infoRenderer.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/info/infoRenderer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** Created by knut on 14-12-11. */
// @ts-ignore - TODO: why
// @ts-ignore - TODO: fix ts error from d3
import { select } from 'd3';
import { log } from '../../logger.js';
import { getConfig } from '../../config.js';
Expand Down

0 comments on commit 98d9205

Please sign in to comment.