Skip to content

Commit

Permalink
Remove unused type import
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Oct 26, 2024
1 parent a3746b9 commit 668b3cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parse/parser/unified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type * as Ast from '@unified-latex/unified-latex-types'
// import { getParser } from '@unified-latex/unified-latex-util-parse'
// import { attachMacroArgs } from '@unified-latex/unified-latex-util-arguments'
import { bibtexParser } from 'latex-utensils'
import type { SyntaxError } from 'latex-utensils/out/types/src/pegjs/pegjs_types.js'

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

0 comments on commit 668b3cf

Please sign in to comment.