-
Notifications
You must be signed in to change notification settings - Fork 30
Mark all APIs that can throw JS errors with @raises #71
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
Comments
tsnobip
added a commit
to rescript-lang/rescript
that referenced
this issue
Mar 11, 2025
tsnobip
added a commit
to rescript-lang/rescript
that referenced
this issue
Mar 11, 2025
tsnobip
added a commit
to rescript-lang/rescript
that referenced
this issue
Mar 11, 2025
fhammerschmidt
pushed a commit
to rescript-lang/rescript
that referenced
this issue
Apr 4, 2025
* add tests for exception tracking on externals * add docstring tests to Stdlib.BigInt * update reanalyze exception tracking of stdlib Fixes rescript-lang/rescript-core#71
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reanalyze can help us ensure we handle potential exceptions if it knows about what external APIs can throw what. https://rescript-lang.org/syntax-lookup#raises-decorator
Go through the APIs we've bound to and ensure they're all marked with
@raises
where appropriate.The text was updated successfully, but these errors were encountered: