-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
[Merged by Bors] - Implement JsGenerator
and wrapper docs clean up
#2380
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2380 +/- ##
==========================================
- Coverage 39.89% 39.83% -0.06%
==========================================
Files 304 305 +1
Lines 23332 23359 +27
==========================================
- Hits 9308 9305 -3
- Misses 14024 14054 +30
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Thanks!! Looks good :)
bors r+ |
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> This Pull Request is related to #2098. It changes the following: - Implements a wrapper for the `Generator` built-in object - Adds to some of the documentation across the builtin wrappers with the goal of trying to clean up the documentation by making it a bit more consistent [on boa's docs](https://boa-dev.github.io/boa/doc/boa_engine/object/builtins/index.html)
Pull request successfully merged into main. Build succeeded: |
JsGenerator
and wrapper docs clean upJsGenerator
and wrapper docs clean up
This Pull Request is related to #2098.
It changes the following:
Generator
built-in object