Skip to content

Commit 763db81

Browse files
committed
astParser formatting
1 parent ba5f8d8 commit 763db81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/astParser.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/* eslint-disable no-inner-declarations */
2-
const acorn = require('acorn'); // javascript parser
32
// eslint-disable-next-line import/newline-after-import
3+
const acorn = require('acorn'); // javascript parser
44
const jsx = require('acorn-jsx');
5+
56
const JSXParser = acorn.Parser.extend(jsx());
67

78
// Helper function to grab the getters/setters from `elementType`

0 commit comments

Comments
 (0)