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.
index.js
1 parent f38459f commit 13a7f74Copy full SHA for 13a7f74
index.js
@@ -5,8 +5,8 @@ var assign = require('object-assign')
5
6
module.exports = map
7
8
-function map(ast, iteratee) {
9
- return preorder(ast, null, null)
+function map(tree, iteratee) {
+ return preorder(tree, null, null)
10
11
function preorder(node, index, parent) {
12
var children = node.children
0 commit comments