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
{{ message }}
This repository was archived by the owner on May 17, 2019. It is now read-only.
Type of issue
Feature request
Description
Support an
async providesmethod for Fusion.js plugins. These should be resolved prior to being passed in as dependencies to other plugins.Current behavior
If the above plugin were used as a dependency, it would resolve to
Promise<SomeLibraryType>.Expected behavior
Ideally consumers can use the underlying library directly, and dependents would have access to the underlying service: