-
-
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] - Fix Regex literal parsing in MemberExpression #2328
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2328 +/- ##
==========================================
- Coverage 39.85% 39.85% -0.01%
==========================================
Files 242 242
Lines 23244 23247 +3
==========================================
+ Hits 9263 9264 +1
- Misses 13981 13983 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Test262 conformance changesVM implementation
Fixed tests (6):
|
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.
Sorry for the delay in the review! It looks great. Would it be possible to add a Rust test for this?
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! LGTM :)
bors r+ |
This Pull Request fixes/closes #2327 It changes the following: - set_goal(RegExp) for PrimaryExpression parsing
Pull request successfully merged into main. Build succeeded: |
This Pull Request fixes/closes #2327
It changes the following: