Index: sdk/lib/_internal/compiler/implementation/dart2js.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/dart2js.dart b/sdk/lib/_internal/compiler/implementation/dart2js.dart |
index ef6e8faa2bdf2ea306ca085636c3248ffbce8a1f..b6b5410f88fccf14cf689220a59a3387c0659d02 100644 |
--- a/sdk/lib/_internal/compiler/implementation/dart2js.dart |
+++ b/sdk/lib/_internal/compiler/implementation/dart2js.dart |
@@ -315,6 +315,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('-D.+=.*', addInEnvironment), |
// The following two options must come last. |