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
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.
@raises
The text was updated successfully, but these errors were encountered:
update reanalyze exception tracking of stdlib
a44b60c
Fixes rescript-lang/rescript-core#71
7b74053
3ee6c96
rescript-lang/rescript@2716c0c
tsnobip
Successfully merging a pull request may close this issue.
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: