-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
Allow configuration to return a promise (async-friendly) #614
Comments
This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. View the enhancement backlog here. Don’t forget to upvote the top comment with 👍! |
If I could vote twice I’d vote again since this bit me just now (the error message that @Munter added was so good though) |
This was attempted in #1429 but didn’t make it in (it was my fault) |
This is tied to ESM support, which includes top-level await (milestoning to 3.0 and removing from the enhancement queue) |
Fixed in PR #3074 |
More information at #612 by @Munter
Right now this isn’t possible, this issue suggests that it should be:
The problem here is that the config is used in constructors all over the code base (which are not async friendly).
The text was updated successfully, but these errors were encountered: