Updated as per PR comments

This commit is contained in:
saurabhg772244
2025-01-23 12:25:38 +05:30
parent 90bbf90a83
commit b09f2e836a
2 changed files with 16 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/unbound-method -- Broken for Vitest mocks, see https://github.com/vitest-dev/eslint-plugin-vitest/pull/286 */
// @ts-expect-error Jison doesn't export types
import { parser } from './parser/classDiagram.jison';
import { ClassDB } from './classDb.js';