We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now if you have a syntax error, babylon fails but doesn't actually tell you where the issue is - the stack trace just points to babylon itself:
Is there any way to get better output from this, or am I missing something?
The text was updated successfully, but these errors were encountered:
I think babylon might have improved their errors in a more recent version - I'll take a look
Sorry, something went wrong.
01fff9a
Indeed, updating to latest babylon highlights the line with the issue which is much nicer. I just updated the dependencies to pull it in
You're on 🔥! Thanks again
No branches or pull requests
Right now if you have a syntax error, babylon fails but doesn't actually tell you where the issue is - the stack trace just points to babylon itself:
Is there any way to get better output from this, or am I missing something?
The text was updated successfully, but these errors were encountered: