-
-
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
Fix tagged template creation #2925
Conversation
Test262 conformance changes
Fixed tests (14):
|
Codecov Report
@@ Coverage Diff @@
## main #2925 +/- ##
==========================================
+ Coverage 51.98% 52.17% +0.19%
==========================================
Files 431 436 +5
Lines 43647 43798 +151
==========================================
+ Hits 22690 22853 +163
+ Misses 20957 20945 -12
|
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 really good! Just a small concern :)
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 perfect 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.
LGTM!
This Pull Request changes the following:
eval
code is parsed. This is needed because tagged templates parsed by differenteval
calls are unique.