X Tutup
Skip to content

Commit 373fd7d

Browse files
committed
chore: add dart2js flags to benchmark to enable trust-type-annotations
1 parent 0866485 commit 373fd7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/benchmarks/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ dependencies:
1313
change_detection:
1414
path: ../change_detection
1515
browser: '>=0.10.0 <0.11.0'
16+
transformers:
17+
- $dart2js:
18+
# minify: false
19+
commandLineOptions: ['--dump-info', '--trust-type-annotations', '--trust-primitives']

0 commit comments

Comments
 (0)
X Tutup