| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index e248bddb42c7e1ae5f0655f146a9b295d103da40..40ba6167ac34c0754a58177e985c3b8796dbe41c 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.enableAssert, passThrough),
|
| new OptionHandler(Flags.trustTypeAnnotations,
|
| (_) => setTrustTypeAnnotations(Flags.trustTypeAnnotations)),
|
| new OptionHandler(Flags.trustPrimitives,
|
|
|