| Index: pkg/analysis_server/lib/src/generated_protocol.dart
|
| diff --git a/pkg/analysis_server/lib/src/generated_protocol.dart b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| index f36b5de35de1a1404e8e9de0ac7b05906993e9d6..4c6a46a4b34a230cbef537e755006d25528d9376 100644
|
| --- a/pkg/analysis_server/lib/src/generated_protocol.dart
|
| +++ b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| @@ -7403,14 +7403,14 @@ class AnalysisOptions implements HasToJson {
|
| bool _generateLints;
|
|
|
| /**
|
| - * Deprecated
|
| + * Deprecated: this feature is always enabled.
|
| *
|
| * True if the client wants to enable support for the proposed async feature.
|
| */
|
| bool get enableAsync => _enableAsync;
|
|
|
| /**
|
| - * Deprecated
|
| + * Deprecated: this feature is always enabled.
|
| *
|
| * True if the client wants to enable support for the proposed async feature.
|
| */
|
| @@ -7419,7 +7419,7 @@ class AnalysisOptions implements HasToJson {
|
| }
|
|
|
| /**
|
| - * Deprecated
|
| + * Deprecated: this feature is always enabled.
|
| *
|
| * True if the client wants to enable support for the proposed deferred
|
| * loading feature.
|
| @@ -7427,7 +7427,7 @@ class AnalysisOptions implements HasToJson {
|
| bool get enableDeferredLoading => _enableDeferredLoading;
|
|
|
| /**
|
| - * Deprecated
|
| + * Deprecated: this feature is always enabled.
|
| *
|
| * True if the client wants to enable support for the proposed deferred
|
| * loading feature.
|
| @@ -7437,14 +7437,14 @@ class AnalysisOptions implements HasToJson {
|
| }
|
|
|
| /**
|
| - * Deprecated
|
| + * Deprecated: this feature is always enabled.
|
| *
|
| * True if the client wants to enable support for the proposed enum feature.
|
| */
|
| bool get enableEnums => _enableEnums;
|
|
|
| /**
|
| - * Deprecated
|
| + * Deprecated: this feature is always enabled.
|
| *
|
| * True if the client wants to enable support for the proposed enum feature.
|
| */
|
| @@ -7453,12 +7453,16 @@ class AnalysisOptions implements HasToJson {
|
| }
|
|
|
| /**
|
| + * Deprecated: this feature is always enabled.
|
| + *
|
| * True if the client wants to enable support for the proposed "null aware
|
| * operators" feature.
|
| */
|
| bool get enableNullAwareOperators => _enableNullAwareOperators;
|
|
|
| /**
|
| + * Deprecated: this feature is always enabled.
|
| + *
|
| * True if the client wants to enable support for the proposed "null aware
|
| * operators" feature.
|
| */
|
|
|