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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

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
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index ad32f1973d9c2f1019701a2903946d68512a380b..230903b187f73894598997152789ed8d18c65df6 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1801,6 +1801,7 @@
<object>
<field name="enableAsync" optional="true">
<ref>bool</ref>
+ <p><b><i>Deprecated</i></b>/<p>
<p>
True if the client wants to enable support for the
proposed async feature.
@@ -1808,6 +1809,7 @@
</field>
<field name="enableDeferredLoading" optional="true">
<ref>bool</ref>
+ <p><b><i>Deprecated</i></b>/<p>
<p>
True if the client wants to enable support for the
proposed deferred loading feature.
@@ -1815,6 +1817,7 @@
</field>
<field name="enableEnums" optional="true">
<ref>bool</ref>
+ <p><b><i>Deprecated</i></b>/<p>
<p>
True if the client wants to enable support for the
proposed enum feature.
« no previous file with comments | « pkg/analysis_server/test/services/completion/imported_computer_test.dart ('k') | pkg/analyzer/lib/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698