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
As this is a SyntaxError in JavaScript, the babel parser will not accept this as input in the AST walker. However, the front-end will show an empty page and display an error in the console.
This error handling should be improved and should become more transparent for the user.
The text was updated successfully, but these errors were encountered:
Demonstration code:
5.hide()
.As this is a SyntaxError in JavaScript, the babel parser will not accept this as input in the AST walker. However, the front-end will show an empty page and display an error in the console.
This error handling should be improved and should become more transparent for the user.
The text was updated successfully, but these errors were encountered: