Skip to content

Commit

Permalink
fixed: closes #180
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Nov 15, 2024
1 parent 9adaa6c commit e99db50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/generators/template/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ function visitObjectProperty(path) {
function visitThisExpression(path) {
path.replace(scope)
this.traverse(path)

return false
}

/**
Expand Down

0 comments on commit e99db50

Please sign in to comment.