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
module: handle instantiated async module jobs in require(esm)
When require(esm) encounters a cached module job that is instantiated
but not yet evaluated, run the evaluation. This catches an edge case
previously missed in #57187.
PR-URL: #58067
Backport-PR-URL: #59504Fixes: #58061
Reviewed-By: Jacob Smith <jacob@frende.me>
Refs: #52697
0 commit comments