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.
AcornJsxParser
1 parent 8526524 commit def9eddCopy full SHA for def9edd
index.d.ts
@@ -1,6 +1,6 @@
1
import acorn from 'acorn';
2
3
-export const jsx: (options?: jsx.Options) => (BaseParser: typeof acorn.Parser) => typeof acorn.Parser;
+export const jsx: (options?: jsx.Options) => (BaseParser: typeof acorn.Parser) => typeof AcornJsxParser
4
5
export interface Options {
6
allowNamespacedObjects?: boolean;
0 commit comments