We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a2aa2 commit b9a87f8Copy full SHA for b9a87f8
index.d.ts
@@ -1,4 +1,4 @@
1
-import acorn from 'acorn';
+import * as acorn from 'acorn';
2
3
export const jsx: (options?: jsx.Options) => (BaseParser: typeof acorn.Parser) => typeof AcornJsxParser
4
0 commit comments