diff --git a/src/generators/template/utils.js b/src/generators/template/utils.js index 2f7f0fc..412e759 100644 --- a/src/generators/template/utils.js +++ b/src/generators/template/utils.js @@ -124,6 +124,8 @@ function visitObjectProperty(path) { function visitThisExpression(path) { path.replace(scope) this.traverse(path) + + return false } /**