Closed
Description
Barback should have the ability for a transformer to declare that it should be run lazily -- that is, only if its assets are actually requested, either by another transformer or by the user via [getAssetById] or [getAllAssets].
In order to do this, the transformer will need to be able to run enough to say which assets in can produce, without actually producing the assets.