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
compileExpressionSafe
JSX expressions are compiled with esbuild, but we're not surfacing esbuild errors. Users just get a generic error.
esbuild
We should surface those and map them back to the code frame where they're thrown.
The text was updated successfully, but these errors were encountered:
feat(#455): improve error logging inside of expressions
920f044
feat(#455): improve error logging inside of expressions (#476)
03ebdc3
feat(withastro#455): improve error logging inside of expressions (wit…
8c25300
…hastro#476)
Add support for wrangler.jsonc (#455)
wrangler.jsonc
9e5c617
natemoo-re
Successfully merging a pull request may close this issue.
What is Missing from Astro Today?
JSX expressions are compiled with
esbuild
, but we're not surfacingesbuild
errors. Users just get a generic error.Proposed Solution
We should surface those and map them back to the code frame where they're thrown.
Help Make it Happen!
The text was updated successfully, but these errors were encountered: