| Index: lib/compiler/implementation/dart2js.dart
|
| diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
|
| index bd2fd8a0a6d07da2dd9276a3105006e0a7a4a6e6..e8521e8de4d962f9f204978dff87a117aa8686cf 100644
|
| --- a/lib/compiler/implementation/dart2js.dart
|
| +++ b/lib/compiler/implementation/dart2js.dart
|
| @@ -77,6 +77,7 @@ void compile(List<String> argv) {
|
| out = cwd.resolve(nativeToUriPath(extractParameter(argument)));
|
| }),
|
| new OptionHandler('--allow-mock-compilation', passThrough),
|
| + new OptionHandler('--unparse-validation', passThrough),
|
| new OptionHandler('--no-colors', (_) => colors.enabled = false),
|
| new OptionHandler('--enable[_-]checked[_-]mode|--checked|-c',
|
| (_) => passThrough('--enable-checked-mode')),
|
|
|