Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 28, 2025
1 parent ed26b39 commit 06f80fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/context.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Parser, type Program } from 'acorn'
import type { Program } from 'acorn'
import { Parser } from 'acorn'

export function parse(code: string, opts: any = {}): Program {
return Parser.parse(code, {
Expand Down

0 comments on commit 06f80fa

Please sign in to comment.