-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
[10.x] vm: add dynamic import support #25421
Conversation
PR-URL: nodejs#22381 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
cc @devsnek |
cc @targos I believe this is semver-minor? |
I would suggest holding off on this while #25424 remains a concern. |
@guybedford I am fine with that, but be aware this unblocks clean cherry-pick of other refactoring patches to the bootstrap process |
@joyeecheung I understand. As it is an experimental API we could go ahead with the merge despite the bug if it would help follow-on PR work, we just need to continue to note that the |
Personally I think we should change the API to tie the dynamic import callback to the context. |
@joyeecheung assuming #21573 lands now, we should probably stick with backporting this to continue to enable backports despite the experimental woes mentioned. |
c1ee936
to
c6cffad
Compare
2d6e145
to
7840f71
Compare
Landed on |
PR-URL: #22381
Reviewed-By: James M Snell jasnell@gmail.com
Reviewed-By: Guy Bedford guybedford@gmail.com
Reviewed-By: Tiancheng "Timothy" Gu timothygu99@gmail.com