-
-
Notifications
You must be signed in to change notification settings - Fork 407
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] - Feature flag on builtins console import #2584
Conversation
Test262 conformance changes
|
Codecov Report
@@ Coverage Diff @@
## main #2584 +/- ##
==========================================
- Coverage 49.46% 49.38% -0.08%
==========================================
Files 381 380 -1
Lines 37837 37899 +62
==========================================
+ Hits 18715 18718 +3
- Misses 19122 19181 +59
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
To avoid this happening again, could you modify the Lint (No features) action to |
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!
bors r+ |
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> Adding a feature flag to the console import in `builtins`. I think this should fix the failing action on the `Upload docs and run benchmarks` step
Pull request successfully merged into main. Build succeeded: |
Adding a feature flag to the console import in
builtins
. I think this should fix the failing action on theUpload docs and run benchmarks
step