angular-cn/modules_dart/transform
Tim Blasi 1f2302e39e fix(dart/transform): Fix transformer output declaration
Ensure that the transformers are properly declaring all consumed
outputs. In particular, when a transformer overwrites an output, make
sure the transformer calls `consumePrimary` followed by `addOutput` for
that file.

Prevent `DirectiveLinker` from consuming `.ng_deps.json` files. When we
do this, barback incorrectly calculates the available assets for that
phase, resulting in broken builds.
2015-09-28 12:20:21 -07:00
..
lib fix(dart/transform): Fix transformer output declaration 2015-09-28 12:20:21 -07:00
test/transform feat(transformers): record setters for query fields 2015-09-25 23:34:42 +00:00