Skip to content

Commit

Permalink
fix: use import with namespace specifier for acorn (avoids interop li…
Browse files Browse the repository at this point in the history
…nting error)
  • Loading branch information
brettz9 committed Apr 25, 2022
1 parent 53a2aa2 commit b9a87f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import acorn from 'acorn';
import * as acorn from 'acorn';

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

Expand Down

0 comments on commit b9a87f8

Please sign in to comment.