-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Allow the dynamic import.defer() form of import defer
#17011
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
Conversation
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/58438 |
| language/import/import-defer/errors/resolution-error/import-defer-of-missing-module-fails.js(default) | ||
| language/import/import-defer/errors/resolution-error/import-defer-of-missing-module-fails.js(strict mode) | ||
| language/import/import-defer/errors/syntax-error/import-defer-of-syntax-error-fails.js(default) | ||
| language/import/import-defer/errors/syntax-error/import-defer-of-syntax-error-fails.js(strict mode) |
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.
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.
Yeah, we should update our test262 runner because we only do the parsing phase.
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.
Oh but we are failing to parse those files?
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.
It's a bug in the tests
import.defer() form of import defer

Update test262 to eefc5cf367b999768445432e167606fd1acf1734.