Evaluate which blueprint hooks need to be promise aware
Open
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Some blueprints may require asynchronous logic to be performed for some hooks that are currently run synchronously. This was currently worked around by the following PR: https://github.com/ember-cli/ember-cli/pull/3199 by passing in the resolved locals, to then mutate as necessary. To avoid this, we could make the locals and fileMapTokens hooks promise aware.
We should also investigate any other hooks that may benefit from allowing asynchronous operations.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.