We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed26b39 commit 06f80faCopy full SHA for 06f80fa
src/utils/context.ts
@@ -1,4 +1,5 @@
1
-import { Parser, type Program } from 'acorn'
+import type { Program } from 'acorn'
2
+import { Parser } from 'acorn'
3
4
export function parse(code: string, opts: any = {}): Program {
5
return Parser.parse(code, {
0 commit comments