-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Move exec implementations together with AST node structs #735
Conversation
Codecov Report
@@ Coverage Diff @@
## master #735 +/- ##
=======================================
Coverage 71.89% 71.89%
=======================================
Files 200 195 -5
Lines 14014 14014
=======================================
Hits 10076 10076
Misses 3938 3938
Continue to review full report at Codecov.
|
Can I ask for a faster review on this? As a lot of files were moved, it's hard to always fix conflicts and keep this PR in sync. |
Looks like an unrelated CI fail (https://github.com/boa-dev/boa/pull/735/checks?check_run_id=1198128772). |
Fixes #721
It changes the following:
Executable
implementations for nodes in the same files as node declarationsast/node/declaration.rs
,ast/node/iteration.rs
, ...) into multiple files (one per node)