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

Show JS source frames for errors #138

Open
guybedford opened this issue Aug 30, 2024 · 0 comments
Open

Show JS source frames for errors #138

guybedford opened this issue Aug 30, 2024 · 0 comments

Comments

@guybedford
Copy link
Contributor

Since the JS source code string remains in Wasm memory, there's no reason we can't improve error reporting to include a proper source code output frame.

This would be a tremendous boost to debugging JS, especially for Fastly, where we run the JS code through a build step before executing it that suffers from not support source maps currently.

@guybedford guybedford changed the title Show JS source in errors Show JS source frames for errors Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant