You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I review the code and find some statements (IfStatement, SwitchStatement...) are lost in the proceed of formatting this expression (such as this.formModel -> this.state.formModel).
So I change the traverse visitor from statement to enter.
You can learn more about traverse in the below link.
If blocks, Switch Case blocks inside Vue component's methods are just missing after the transformation
The text was updated successfully, but these errors were encountered: