feat(dart/transform): Use the Dart transformer for benchmarks

Remove explicit generation of reflection information in benchmark code
and generate it with the transformer.
This commit is contained in:
Tim Blasi
2015-04-09 17:53:36 -07:00
parent f6e9d1f857
commit 82127571b5
12 changed files with 290 additions and 1194 deletions

View File

@ -16,6 +16,6 @@ dependencies:
html: '^0.12.0'
stack_trace: '^1.1.1'
transformers:
- angular2/src/transform/di_transformer
- angular2
dev_dependencies:
guinness: "^0.1.17"