feat(dart/transform): Add DirectiveMetadataExtractor transform step

Add a step that reads `DirectiveMetadata` object off annotated classes
into `.ng_meta.dart` files. These will be used by the `TemplateCompiler`
step as inputs to the Angular 2 render compiler.

Update one test to avoid unsupported functionality, format others.
This commit is contained in:
Tim Blasi
2015-05-01 13:57:44 -07:00
parent 8e1d53b5e9
commit 0520ca68b4
27 changed files with 214 additions and 78 deletions

View File

@ -1,4 +1,4 @@
library angular2.test.transform.debug_reflection_remover_files;
library angular2.test.transform.reflection_remover.debug_mirrors_files.expected;
// This file is intentionally formatted as a string to avoid having the
// automatic transformer prettify it.

View File

@ -1,4 +1,4 @@
library angular2.test.transform.reflection_remover_files;
library angular2.test.transform.reflection_remover.reflection_remover_files;
// This file is intentionally formatted as a string to avoid having the
// automatic transformer prettify it.

View File

@ -1,4 +1,4 @@
library angular2.test.transform.debug_reflection_remover_files;
library angular2.test.transform.reflection_remover.verbose_files.expected;
// This file is intentionally formatted as a string to avoid having the
// automatic transformer prettify it.