| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index a7d02be97507925264ae24b94f306c4ae93c95bc..0879e493eeb711ce7b12de839b0258f7c21148a5 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -347,6 +347,7 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| "Async-await is supported by default.",
|
| api.Diagnostic.HINT);
|
| }),
|
| + new OptionHandler('--enable-null-aware-operators', passThrough),
|
| new OptionHandler('--enable-enum', (_) {
|
| diagnosticHandler.info(
|
| "Option '--enable-enum' is no longer needed. "
|
|
|