From 373fd7d04a84ee251c41b229131fbfb8425a1a75 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 6 Jan 2015 15:17:12 -0800 Subject: [PATCH] chore: add dart2js flags to benchmark to enable trust-type-annotations --- modules/benchmarks/pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/benchmarks/pubspec.yaml b/modules/benchmarks/pubspec.yaml index ef8e17b45f..9170c1101a 100644 --- a/modules/benchmarks/pubspec.yaml +++ b/modules/benchmarks/pubspec.yaml @@ -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']