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

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

Issue 829133007: Enable enum and deferred import support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/test/abstract_context.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 2f605073b36bc2785ea32ccfed69248feca0d985..44c6b7c679f64735918b4f37ad83206355bd1367 100644
--- a/pkg/analysis_server/lib/src/generated_protocol.dart
+++ b/pkg/analysis_server/lib/src/generated_protocol.dart
@@ -5419,17 +5419,23 @@ class AnalysisErrorType implements Enum {
*/
class AnalysisOptions implements HasToJson {
/**
+ * Deprecated/
+ *
* True if the client wants to enable support for the proposed async feature.
*/
bool enableAsync;
/**
+ * Deprecated/
+ *
* True if the client wants to enable support for the proposed deferred
* loading feature.
*/
bool enableDeferredLoading;
/**
+ * Deprecated/
+ *
* True if the client wants to enable support for the proposed enum feature.
*/
bool enableEnums;
« no previous file with comments | « pkg/analysis_server/lib/src/domain_analysis.dart ('k') | pkg/analysis_server/test/abstract_context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698