2014-10-28 06:17:00 -04:00
|
|
|
name: benchmarks
|
2014-10-14 16:00:35 -04:00
|
|
|
environment:
|
|
|
|
sdk: '>=1.4.0'
|
|
|
|
dependencies:
|
|
|
|
facade:
|
|
|
|
path: ../facade
|
|
|
|
di:
|
|
|
|
path: ../di
|
2014-11-17 23:47:05 -05:00
|
|
|
reflection:
|
|
|
|
path: ../reflection
|
2014-10-14 16:00:35 -04:00
|
|
|
core:
|
|
|
|
path: ../core
|
2014-11-14 19:51:55 -05:00
|
|
|
change_detection:
|
|
|
|
path: ../change_detection
|
2014-12-05 19:26:30 -05:00
|
|
|
browser: '>=0.10.0 <0.11.0'
|
2015-01-06 18:17:12 -05:00
|
|
|
transformers:
|
|
|
|
- $dart2js:
|
|
|
|
# minify: false
|
|
|
|
commandLineOptions: ['--dump-info', '--trust-type-annotations', '--trust-primitives']
|