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

Make sure all common error cases have good errors #2742

Open
lastmjs opened this issue Feb 24, 2025 · 0 comments
Open

Make sure all common error cases have good errors #2742

lastmjs opened this issue Feb 24, 2025 · 0 comments
Milestone

Comments

@lastmjs
Copy link
Member

lastmjs commented Feb 24, 2025

Go through the entire public API and ensure that common error cases will see an understandable JavaScript thrown error, and not an opaque Rust panic. We should never bleed Rust to the end developer...maybe in every case that we know of, we should do this, instead of just the common cases.

@lastmjs lastmjs added this to the 1.0 milestone Feb 24, 2025
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