You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the v9.x doc says "Dynamic import can also be used with the flag --harmony-dynamic-import to create entry points into ESM graphs at run time." But when I try, it gives an "Unsupported" promise rejection.
The text was updated successfully, but these errors were encountered:
Thanks for the report. The problem is that the documentation change landed too soon. The PR to add support for dynamic import back to v9.x is still open: #17823. It will probably be merged before the next release.
I see the v9.x doc says "Dynamic import can also be used with the flag --harmony-dynamic-import to create entry points into ESM graphs at run time." But when I try, it gives an "Unsupported" promise rejection.
The text was updated successfully, but these errors were encountered: