-
Notifications
You must be signed in to change notification settings - Fork 464
Fix signature of throw #7365
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
Fix signature of throw #7365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we're still mixing the throwing of rescript and JS exceptions, maybe it's a matter of naming and we should rename Stdlib_Error
to Stdlib_JsError
and same for exception, because it's a bit confusing right now.
Setting this to draft mode. As discussed, we may want to rethink the current situation as a whole, module |
@tsnobip Reduced the scope of this PR to just fix the incorrect signature of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
Can we have a hotfix release include this? |
No description provided.