chore: add dart2js flags to benchmark to enable trust-type-annotations

This commit is contained in:
Misko Hevery 2015-01-06 15:17:12 -08:00
parent 0866485f95
commit 373fd7d04a
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ dependencies:
change_detection:
path: ../change_detection
browser: '>=0.10.0 <0.11.0'
transformers:
- $dart2js:
# minify: false
commandLineOptions: ['--dump-info', '--trust-type-annotations', '--trust-primitives']