chore: show dart2js package warnings for angular2, benchmarks, examples

Closes #1468
This commit is contained in:
Kevin Moore
2015-04-19 16:21:51 -07:00
committed by Misko Hevery
parent e51a48fe4c
commit 7551a28f1a
4 changed files with 23 additions and 11 deletions

View File

@ -15,11 +15,13 @@ dev_dependencies:
benchpress:
path: ../benchpress
transformers:
- angular2:
entry_points: web/src/hello_world/index_common.dart
reflection_entry_points: web/src/hello_world/index.dart
- $dart2js:
minify: false
#commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump-info]
#commandLineOptions: [--trust-type-annotations, --dump-info]
commandLineOptions: [--dump-info]
- angular2:
entry_points: web/src/hello_world/index_common.dart
reflection_entry_points: web/src/hello_world/index.dart
- $dart2js:
minify: false
commandLineOptions:
- --dump-info
- --show-package-warnings
#- --trust-type-annotations
#- --trust-primitives