| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index 72c7828269cc3a7bfc414712c1cbd354913c468b..a019a5a74d7d341c5355b61af15850f87c6f8a20 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -350,6 +350,7 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| }),
|
| new OptionHandler('--enable[_-]checked[_-]mode|--checked',
|
| (_) => setCheckedMode(Flags.enableCheckedMode)),
|
| + new OptionHandler(Flags.enableAsserts, passThrough),
|
| new OptionHandler(Flags.trustTypeAnnotations,
|
| (_) => setTrustTypeAnnotations(Flags.trustTypeAnnotations)),
|
| new OptionHandler(Flags.trustPrimitives,
|
|
|