angular/modules_dart/transform/lib
Tim Blasi efddc9069c fix(dart/transform): Parse directives agnostic of annotation order
Now that we can specify `directives` in either `@View` or `@Component`,
we will try to parse from both.

Previously, we would trash any `directives` parsed in the first
annotation upon encountering the second annotation. This ensures that we
maintain that list of `directives` regardless of annotation ordering.
2015-10-14 10:17:14 -07:00
..
src/transform fix(dart/transform): Parse directives agnostic of annotation order 2015-10-14 10:17:14 -07:00
transformer.dart chore(transform): move transform module to modules_dart 2015-08-24 03:39:07 +00:00