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
It seems that this BuildOutput doesn't make a real API (such as output.addAsset(...)) instead it exposes it's constituent fields. Some of those fields like assets are mutable, others are not mutable.
It may be better to provide an API that one can use to add things to the output. The API can be hierarchical just like the config.
What should this API look like?
And should we separate API from implementation?
What should this API look like?
And should we separate API from implementation?
Related discussions:
The text was updated successfully, but these errors were encountered: