angular/modules_dart/transform/test/transform
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
..
bind_generator refactor(dart/transform): Generate inputs setters in TemplateCompiler step 2015-10-07 12:29:35 -07:00
common fix(css): when compiling CSS, leave absolute imports alone 2015-10-08 16:39:32 +00:00
deferred_rewriter feat(dart/transform): Track timing of transform tasks 2015-10-07 17:44:48 +00:00
directive_metadata_linker feat(dart/transform): Track timing of transform tasks 2015-10-07 17:44:48 +00:00
directive_processor feat(dart/transform): Track timing of transform tasks 2015-10-07 17:44:48 +00:00
inliner_for_test refactor(dart/transform): Allow inlining only using inline_views 2015-10-13 18:06:59 -07:00
integration fix(dart/transform): Handle empty .ng_deps.dart files 2015-10-14 01:34:55 +00:00
reflection_remover refactor(transform): Remove reflection_entry_points parameter 2015-08-31 13:02:29 -07:00
stylesheet_compiler fix(css): when compiling CSS, leave absolute imports alone 2015-10-08 16:39:32 +00:00
template_compiler fix(dart/transform): Parse directives agnostic of annotation order 2015-10-14 10:17:14 -07:00
transform.server.spec.dart fix(dart/transform): Write correct ng_deps without deferred imports 2015-10-07 11:21:59 -07:00