like this ``` { "range": [ 41, 1178 ], "type": "Program", "body": [ { "range": [ 41, 65 ], "type": "ExpressionStatement", "expression": { "range": [ 41, 64 ], "type": "CallExpression", "callee": { "range": [ 41, 48 ], "type": "Identifier", "name": "require" ``` ``` if ( child instanceof Array && key != 'range' ) { for ( j = 0, len = child.length; j < len; j += 1 ) { subchild = child[ j ] subchild.parent = node stack.push( subchild ) } ```
like this