Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Babel code parsing errors should be displayed #7

Open
devbridie opened this issue Jun 11, 2018 · 0 comments
Open

Babel code parsing errors should be displayed #7

devbridie opened this issue Jun 11, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@devbridie
Copy link
Owner

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.

@devbridie devbridie added the enhancement New feature or request label Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant