| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index af0fad36b55a5460823ea3e9347de1ec3ff2d969..324e33a0f198346952e7223a87a42332f690ebbc 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -332,6 +332,7 @@ Future compile(List<String> argv) {
|
| (_) => hasDisallowUnsafeEval = true),
|
| new OptionHandler('--show-package-warnings', passThrough),
|
| new OptionHandler('--csp', passThrough),
|
| + new OptionHandler('--enable-experimental-mirrors', passThrough),
|
| new OptionHandler('--enable-async', setEnableAsync),
|
| new OptionHandler('--enable-enum', passThrough),
|
| new OptionHandler('-D.+=.*', addInEnvironment),
|
|
|