Merge pull request #35 from adarsh-why/master

missed square bracket in new AST
pull/36/merge
James Kyle 8 years ago
commit 00346f1ba4

@ -751,7 +751,7 @@ function traverser(ast, visitor) {
* | type: 'NumberLiteral',
* | value: '2'
* | }]
* (sorry the other one is longer.) | }
* (sorry the other one is longer.) | }]
* | }
* | }]
* | }

Loading…
Cancel
Save