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 be3a666 commit 7a86070Copy full SHA for 7a86070
index.js
@@ -1,4 +1,4 @@
1
-var parse = require('acorn').parse;
+var parse = require('acorn-node').parse;
2
3
module.exports = function (src) {
4
// If src is a Buffer, esprima will just stringify it, so we beat them to
0 commit comments