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
Ensure run dependencies are fulfilled before module promise resolves (#24768)
The existing code didn't take into account that async compilation is not
the only source of async run dependencies.
Without this change the test fails because the module promise is not
used and the module is returned before its run dependencies have been
fulfilled.
0 commit comments