Open
Description
Currently when running spin build
we do not perform component dependency composition. This means that developers won't know about issues with dependencies until they actually go to run the app. Ideally, we would give that feedback earlier.
On the flip side, the cost of component dependency composition is not trivial, and doing that composition to only just through that result away and do it again at load time is a bit wasteful. Would this lead us to think about storing the result of composition in some cache so that we don't necessarily have to do the composition at load time?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Investigating / Open For Comment