Skip to content
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
@DartBot

Description

@DartBot

<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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions