| Index: lib/compiler/implementation/dart2js.dart
|
| diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
|
| index 9743324b73c9e283b05862d8fb076a336772f241..d261bbe5ebce084f95eeec6442685b19a1327426 100644
|
| --- a/lib/compiler/implementation/dart2js.dart
|
| +++ b/lib/compiler/implementation/dart2js.dart
|
| @@ -78,6 +78,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')),
|
|
|