We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3746b9 commit 668b3cfCopy full SHA for 668b3cf
src/parse/parser/unified.ts
@@ -3,7 +3,6 @@ import type * as Ast from '@unified-latex/unified-latex-types'
3
// import { getParser } from '@unified-latex/unified-latex-util-parse'
4
// import { attachMacroArgs } from '@unified-latex/unified-latex-util-arguments'
5
import { bibtexParser } from 'latex-utensils'
6
-import type { SyntaxError } from 'latex-utensils/out/types/src/pegjs/pegjs_types.js'
7
8
// @ts-expect-error Load unified.js from /out/src/...
9
import { getParser, attachMacroArgs } from '../../../../resources/unified.js'
0 commit comments