This repository was archived by the owner on Jul 20, 2018. It is now read-only.
This repository was archived by the owner on Jul 20, 2018. It is now read-only.
Support lazy compilation in barback #26
Closed
Description
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"> Issue by nex3
Originally opened as dart-lang/sdk#16077
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.