| Index: lib/compiler/implementation/apiimpl.dart
|
| diff --git a/lib/compiler/implementation/apiimpl.dart b/lib/compiler/implementation/apiimpl.dart
|
| index e805971029c4f60cc0a77e53c6554d198bbb408c..8637a214c0a31213d44ca9ac44e4ad2aae9e3ee2 100644
|
| --- a/lib/compiler/implementation/apiimpl.dart
|
| +++ b/lib/compiler/implementation/apiimpl.dart
|
| @@ -25,6 +25,7 @@ class Compiler extends leg.Compiler {
|
| Compiler(this.provider, this.handler, this.libraryRoot, this.options)
|
| : super(tracer: new ssa.HTracer()) {
|
| enableTypeAssertions = options.indexOf('--enable-checked-mode') !== -1;
|
| + unparseValidation = options.indexOf('--unparse-validation') !== -1;
|
| }
|
|
|
| elements.LibraryElement scanBuiltinLibrary(String path) {
|
|
|