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
Would it make sense to implement top-level await within this project? It can be accurately simulated by exporting a Promise from each module, and waiting on Promise.all of these exports.
Would it make sense to implement top-level await within this project? It can be accurately simulated by exporting a Promise from each module, and waiting on Promise.all of these exports.