Skip to content

Commit b9a87f8

Browse files
committed
fix: use import with namespace specifier for acorn (avoids interop linting error)
1 parent 53a2aa2 commit b9a87f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import acorn from 'acorn';
1+
import * as acorn from 'acorn';
22

33
export const jsx: (options?: jsx.Options) => (BaseParser: typeof acorn.Parser) => typeof AcornJsxParser
44

0 commit comments

Comments
 (0)