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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"/> 3 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 4 <title>Analysis Server API Specification</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <h1>Analysis Server API Specification</h1> 7 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">Version <version>1.9.0</version></h1> 8 <h1 style="color:#999999">Version <version>1.9.0</version></h1>
9 <p> 9 <p>
10 This document contains a specification of the API provided by the 10 This document contains a specification of the API provided by the
(...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after
2049 </p> 2049 </p>
2050 </field> 2050 </field>
2051 <field name="enableNullAwareOperators" optional="true"> 2051 <field name="enableNullAwareOperators" optional="true">
2052 <ref>bool</ref> 2052 <ref>bool</ref>
2053 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> 2053 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p>
2054 <p> 2054 <p>
2055 True if the client wants to enable support for the 2055 True if the client wants to enable support for the
2056 proposed "null aware operators" feature. 2056 proposed "null aware operators" feature.
2057 </p> 2057 </p>
2058 </field> 2058 </field>
2059 <field name="enableSuperMixins" optional="true">
2060 <ref>bool</ref>
2061 <p>
2062 True if the client wants to enable spport for the
2063 proposed "less restricted mixins" proposal (DEP 34).
2064 </p>
2065 </field>
2059 <field name="generateDart2jsHints" optional="true"> 2066 <field name="generateDart2jsHints" optional="true">
2060 <ref>bool</ref> 2067 <ref>bool</ref>
2061 <p> 2068 <p>
2062 True if hints that are specific to dart2js should be 2069 True if hints that are specific to dart2js should be
2063 generated. This option is ignored if generateHints is false. 2070 generated. This option is ignored if generateHints is false.
2064 </p> 2071 </p>
2065 </field> 2072 </field>
2066 <field name="generateHints" optional="true"> 2073 <field name="generateHints" optional="true">
2067 <ref>bool</ref> 2074 <ref>bool</ref>
2068 <p> 2075 <p>
(...skipping 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 This section contains a list of all of the errors that are 4233 This section contains a list of all of the errors that are
4227 produced by the server and the data that is returned with each. 4234 produced by the server and the data that is returned with each.
4228 </p> 4235 </p>
4229 <p> 4236 <p>
4230 TBD 4237 TBD
4231 </p> 4238 </p>
4232 <h2 class="domain"><a name="index">Index</a></h2> 4239 <h2 class="domain"><a name="index">Index</a></h2>
4233 <index /> 4240 <index />
4234 </body> 4241 </body>
4235 </html> 4242 </html>
OLDNEW
« 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