-
Notifications
You must be signed in to change notification settings - Fork 475
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
Add evaluation tests for import.defer
with sync/async modules
#4375
Add evaluation tests for import.defer
with sync/async modules
#4375
Conversation
0badbd8
to
2c1404e
Compare
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.
Just one comment, though I might be misunderstanding why that's there.
...age/expressions/dynamic-import/import-defer/sync-dependency-of-deferred-async-module/main.js
Outdated
Show resolved
Hide resolved
I tested these in the WebKit prototype and two of the tests found a bug in the implementation related to the async evaluation behavior. After fixing that bug, the tests pass on the prototype. LGTM modulo ptomato's comment above. |
Fixed! |
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.
Thank you!
45f3309
to
6bc9dc1
Compare
This is the last part of #4215 :)
Except for the test in the
sync
folder, the others are adaptations of the ones in https://github.com/tc39/test262/blob/main/test/language/import/import-defer/evaluation-top-level-await