Skip to content

Commit 06f80fa

Browse files
committed
chore: fix lint
1 parent ed26b39 commit 06f80fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/context.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Parser, type Program } from 'acorn'
1+
import type { Program } from 'acorn'
2+
import { Parser } from 'acorn'
23

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

0 commit comments

Comments
 (0)