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
As there are not all syntactical gimmicks from JS available in ReScript (like for-await...of), it would help to cover these special cases in their own section. One possible workaround is described here: https://github.com/rescript-association/rescript-core/blob/main/src/Core__AsyncIterator.resi#L35
for-await...of
The text was updated successfully, but these errors were encountered:
@zth
Sorry, something went wrong.
This could probably live under the new async/await section.
No branches or pull requests
As there are not all syntactical gimmicks from JS available in ReScript (like
for-await...of
), it would help to cover these special cases in their own section. One possible workaround is described here: https://github.com/rescript-association/rescript-core/blob/main/src/Core__AsyncIterator.resi#L35The text was updated successfully, but these errors were encountered: