-
-
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
Implement pseudo-property import.meta
#2956
Conversation
Test262 conformance changes
Fixed tests (6):
|
Codecov Report
@@ Coverage Diff @@
## main #2956 +/- ##
==========================================
- Coverage 50.15% 50.02% -0.14%
==========================================
Files 446 446
Lines 45760 45903 +143
==========================================
+ Hits 22951 22963 +12
- Misses 22809 22940 +131
|
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! Just some small nitpicks :)
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! :)
This Pull Request implements the
import.meta
pseudo-property.