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 Jul 4, 2023. It is now read-only.
To support resource "relationships" such as dependencies like proxies, downloads, etc. it would be good to implement resource-specific lifecycle event emitters.
This would be helpful if a resource depends on external resources and should download, at build or deployment time, assets from other locations. We can introduce an abstract events concept and dependencies would be a specific event listeners.
To support resource "relationships" such as dependencies like proxies, downloads, etc. it would be good to implement resource-specific lifecycle event emitters.
This would be helpful if a resource depends on external resources and should download, at build or deployment time, assets from other locations. We can introduce an abstract events concept and dependencies would be a specific event listeners.