| Index: lib/src/options.dart
|
| diff --git a/lib/src/options.dart b/lib/src/options.dart
|
| index 0e0817b4b7b46dafea53a85602ed1be7a58e3c93..cf6aaa6300b91ade67cf0ac39fb50c3b3b99c870 100644
|
| --- a/lib/src/options.dart
|
| +++ b/lib/src/options.dart
|
| @@ -15,7 +15,7 @@ import 'package:yaml/yaml.dart';
|
|
|
| const String _V8_BINARY_DEFAULT = 'node';
|
| const bool _CLOSURE_DEFAULT = false;
|
| -const bool _DESTRUCTURE_NAMED_PARAMS_DEFAULT = true;
|
| +const bool _DESTRUCTURE_NAMED_PARAMS_DEFAULT = false;
|
|
|
| /// Options used to set up Source URI resolution in the analysis context.
|
| class SourceResolverOptions {
|
|
|