-
Notifications
You must be signed in to change notification settings - Fork 30
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
Documentation: String #27
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.
Looking good! Just a few small comments/suggestions. Also, could we ensure that nothing is prefixed with Belt
in here, so we refer to the right modules? I saw that some example code had references to Belt.Int
for example, when it should be just Int
.
Co-authored-by: Gabriel Nordeborn <[email protected]>
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.
Great stuff! 2 small comments, and then docstrings for the 3 missing things that you've already noted, and then I believe we're good to go.
Co-authored-by: Gabriel Nordeborn <[email protected]>
@aspeddro is this ready to go? |
yes |
Adapted from https://github.com/rescript-lang/rescript-compiler/blob/master/jscomp/others/js_string2.ml