Skip to content

Commit 668b3cf

Browse files
committed
Remove unused type import
1 parent a3746b9 commit 668b3cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parse/parser/unified.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type * as Ast from '@unified-latex/unified-latex-types'
33
// import { getParser } from '@unified-latex/unified-latex-util-parse'
44
// import { attachMacroArgs } from '@unified-latex/unified-latex-util-arguments'
55
import { bibtexParser } from 'latex-utensils'
6-
import type { SyntaxError } from 'latex-utensils/out/types/src/pegjs/pegjs_types.js'
76

87
// @ts-expect-error Load unified.js from /out/src/...
98
import { getParser, attachMacroArgs } from '../../../../resources/unified.js'

0 commit comments

Comments
 (0)