chore: add dart2js flags to benchmark to enable trust-type-annotations
This commit is contained in:
parent
0866485f95
commit
373fd7d04a
|
@ -13,3 +13,7 @@ dependencies:
|
||||||
change_detection:
|
change_detection:
|
||||||
path: ../change_detection
|
path: ../change_detection
|
||||||
browser: '>=0.10.0 <0.11.0'
|
browser: '>=0.10.0 <0.11.0'
|
||||||
|
transformers:
|
||||||
|
- $dart2js:
|
||||||
|
# minify: false
|
||||||
|
commandLineOptions: ['--dump-info', '--trust-type-annotations', '--trust-primitives']
|
||||||
|
|
Loading…
Reference in New Issue