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

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

Issue 1301533003: Plumb "enableSuperMixins" option through analysis server (implements DEP 34). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/tool/spec/generated/java/types/AnalysisOptions.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6aa385c1bc89188c17b836099541b61829389f48..c8b8c3a11dcad555ad65238789488a2b731cce75 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2056,6 +2056,13 @@
proposed "null aware operators" feature.
</p>
</field>
+ <field name="enableSuperMixins" optional="true">
+ <ref>bool</ref>
+ <p>
+ True if the client wants to enable spport for the
+ proposed "less restricted mixins" proposal (DEP 34).
+ </p>
+ </field>
<field name="generateDart2jsHints" optional="true">
<ref>bool</ref>
<p>
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698