mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
commit
900750c78e
@ -688,7 +688,7 @@ function traverser(ast, visitor) {
|
||||
traverseArray(node.body, node);
|
||||
break;
|
||||
|
||||
// Next we do the same will `CallExpressions` and traverse their `params`.
|
||||
// Next we do the same with `CallExpressions` and traverse their `params`.
|
||||
case 'CallExpression':
|
||||
traverseArray(node.params, node);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user