refactor(transform): Remove reflection_entry_points parameter

Remove the now unnecessary `reflection_entry_points` parameter from the
Angular 2 transformer.

Support glob syntax for `entry_points`.
This commit is contained in:
Tim Blasi
2015-08-26 12:42:04 -07:00
parent 0f54ed0306
commit 46dd5fcbb0
14 changed files with 50 additions and 62 deletions

View File

@ -13,6 +13,7 @@ dependencies:
barback: '^0.15.2+2'
code_transformers: '^0.2.8'
dart_style: '>=0.1.8 <0.3.0'
glob: '^1.0.0'
html: '^0.12.0'
intl: '^0.12.4'
logging: '>=0.9.0 <0.12.0'