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:
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user