-
-
Notifications
You must be signed in to change notification settings - Fork 406
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] - Allow PropertyName
s in BindingProperty
in ObjectBindingPattern
#2022
Conversation
Test262 conformance changesVM implementation
Fixed tests (134):
|
Codecov Report
@@ Coverage Diff @@
## main #2022 +/- ##
==========================================
+ Coverage 43.99% 44.44% +0.45%
==========================================
Files 211 210 -1
Lines 18665 18490 -175
==========================================
+ Hits 8211 8218 +7
+ Misses 10454 10272 -182
Continue to review full report at Codecov.
|
Benchmark for 6b5fdcdClick to view benchmark
|
Benchmark for 1867ad3Click to view benchmark
|
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.
Looks good to me! :)
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.
Looks good to me!
bors r+ |
…2022) This Pull Request changes the following: - Allow `PropertyName`s in `BindingProperty`in `ObjectBindingPattern`. Previously only `BindingIdentifier`s where allowed.
Pull request successfully merged into main. Build succeeded: |
PropertyName
s in BindingProperty
in ObjectBindingPattern
PropertyName
s in BindingProperty
in ObjectBindingPattern
…2022) This Pull Request changes the following: - Allow `PropertyName`s in `BindingProperty`in `ObjectBindingPattern`. Previously only `BindingIdentifier`s where allowed.
This Pull Request changes the following:
PropertyName
s inBindingProperty
inObjectBindingPattern
. Previously onlyBindingIdentifier
s where allowed.