| Index: pkg/compiler/lib/src/apiimpl.dart
|
| diff --git a/pkg/compiler/lib/src/apiimpl.dart b/pkg/compiler/lib/src/apiimpl.dart
|
| index de680daf29fb1a69c681819c37e1b3779a46e283..a9579f042a4838721d55cd00a43f06c306460546 100644
|
| --- a/pkg/compiler/lib/src/apiimpl.dart
|
| +++ b/pkg/compiler/lib/src/apiimpl.dart
|
| @@ -89,7 +89,9 @@ class Compiler extends leg.Compiler {
|
| generateCodeWithCompileTimeErrors:
|
| hasOption(options, '--generate-code-with-compile-time-errors'),
|
| allowNativeExtensions:
|
| - hasOption(options, '--allow-native-extensions')) {
|
| + hasOption(options, '--allow-native-extensions'),
|
| + enableNullAwareOperators:
|
| + hasOption(options, '--enable-null-aware-operators')) {
|
| tasks.addAll([
|
| userHandlerTask = new leg.GenericTask('Diagnostic handler', this),
|
| userProviderTask = new leg.GenericTask('Input provider', this),
|
|
|