Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: pkg/analysis_server/lib/src/generated_protocol.dart

Issue 1255113005: Deprecate option "enableNullAwareOperators" in analysis server. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Clean up API spec. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/lib/src/domain_analysis.dart ('k') | pkg/analysis_server/lib/src/get_handler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*/
« no previous file with comments | « pkg/analysis_server/lib/src/domain_analysis.dart ('k') | pkg/analysis_server/lib/src/get_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698