chore: add dart2js flags to benchmark to enable trust-type-annotations
This commit is contained in:
@ -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']
|
||||||
|
Reference in New Issue
Block a user