-
-
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
Implement annexB Block-Level Function Declarations #2910
Conversation
Test262 conformance changes
Fixed tests (390):
|
Codecov Report
@@ Coverage Diff @@
## main #2910 +/- ##
==========================================
+ Coverage 51.83% 51.90% +0.07%
==========================================
Files 431 431
Lines 43380 43562 +182
==========================================
+ Hits 22484 22609 +125
- Misses 20896 20953 +57
|
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.
Nice implementation!
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.
Very nice work!
Just requires a rebase :)
5057c5b
to
4027414
Compare
4027414
to
a940790
Compare
This Pull Request changes the following:
DefInitArg
DefLet
,DefInitLet
andDefInitConst
There are only two tests in the
annexB/language/eval-code
andannexB/language/function-code
suites failing. I will look at fixing them after this.