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

Side by Side Diff: pkg/analysis_server/doc/api.html

Issue 1063613002: Add an analysis server option to enable null-aware-operator support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Roll the analysis server JSON API version. Created 5 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <html><head> 1 <html><head>
2 <meta charset="UTF-8"> 2 <meta charset="UTF-8">
3 <title>Analysis Server API Specification</title> 3 <title>Analysis Server API Specification</title>
4 <style>body { 4 <style>body {
5 font-family: sans-serif, serif; 5 font-family: sans-serif, serif;
6 padding-left: 5%; 6 padding-left: 5%;
7 padding-right: 5%; 7 padding-right: 5%;
8 } 8 }
9 h1 { 9 h1 {
10 text-align: center; 10 text-align: center;
(...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 2217
2218 <dl><dt class="value">CHECKED_MODE_COMPILE_TIME_ERROR</dt><dt class="value ">COMPILE_TIME_ERROR</dt><dt class="value">HINT</dt><dt class="value">LINT</dt>< dt class="value">STATIC_TYPE_WARNING</dt><dt class="value">STATIC_WARNING</dt><d t class="value">SYNTACTIC_ERROR</dt><dt class="value">TODO</dt></dl></dd><dt cla ss="typeDefinition"><a name="type_AnalysisOptions">AnalysisOptions: object</a></ dt><dd> 2218 <dl><dt class="value">CHECKED_MODE_COMPILE_TIME_ERROR</dt><dt class="value ">COMPILE_TIME_ERROR</dt><dt class="value">HINT</dt><dt class="value">LINT</dt>< dt class="value">STATIC_TYPE_WARNING</dt><dt class="value">STATIC_WARNING</dt><d t class="value">SYNTACTIC_ERROR</dt><dt class="value">TODO</dt></dl></dd><dt cla ss="typeDefinition"><a name="type_AnalysisOptions">AnalysisOptions: object</a></ dt><dd>
2219 <p> 2219 <p>
2220 A set of options controlling what kind of analysis is to be 2220 A set of options controlling what kind of analysis is to be
2221 performed. If the value of a field is omitted the value of the 2221 performed. If the value of a field is omitted the value of the
2222 option will not be changed. 2222 option will not be changed.
2223 </p> 2223 </p>
2224 2224
2225 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti onal</span> bool )</i></b></dt><dd> 2225 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti onal</span> bool )</i></b></dt><dd>
2226 2226
2227 <p><b><i>Deprecated</i></b>/</p><p> 2227 <p><b><i>Deprecated</i></b></p>
2228 </p><p> 2228 <p>
2229 True if the client wants to enable support for the 2229 True if the client wants to enable support for the
2230 proposed async feature. 2230 proposed async feature.
2231 </p> 2231 </p>
2232 </dd><dt class="field"><b><i>enableDeferredLoading ( <span style="colo r:#999999">optional</span> bool )</i></b></dt><dd> 2232 </dd><dt class="field"><b><i>enableDeferredLoading ( <span style="colo r:#999999">optional</span> bool )</i></b></dt><dd>
2233 2233
2234 <p><b><i>Deprecated</i></b>/</p><p> 2234 <p><b><i>Deprecated</i></b></p>
2235 </p><p> 2235 <p>
2236 True if the client wants to enable support for the 2236 True if the client wants to enable support for the
2237 proposed deferred loading feature. 2237 proposed deferred loading feature.
2238 </p> 2238 </p>
2239 </dd><dt class="field"><b><i>enableEnums ( <span style="color:#999999" >optional</span> bool )</i></b></dt><dd> 2239 </dd><dt class="field"><b><i>enableEnums ( <span style="color:#999999" >optional</span> bool )</i></b></dt><dd>
2240 2240
2241 <p><b><i>Deprecated</i></b>/</p><p> 2241 <p><b><i>Deprecated</i></b></p>
2242 </p><p> 2242 <p>
2243 True if the client wants to enable support for the 2243 True if the client wants to enable support for the
2244 proposed enum feature. 2244 proposed enum feature.
2245 </p> 2245 </p>
2246 </dd><dt class="field"><b><i>enableNullAwareOperators ( <span style="c olor:#999999">optional</span> bool )</i></b></dt><dd>
2247
2248 <p>
2249 True if the client wants to enable support for the
2250 proposed "null aware operators" feature.
2251 </p>
2246 </dd><dt class="field"><b><i>generateDart2jsHints ( <span style="color :#999999">optional</span> bool )</i></b></dt><dd> 2252 </dd><dt class="field"><b><i>generateDart2jsHints ( <span style="color :#999999">optional</span> bool )</i></b></dt><dd>
2247 2253
2248 <p> 2254 <p>
2249 True if hints that are specific to dart2js should be 2255 True if hints that are specific to dart2js should be
2250 generated. This option is ignored if generateHints is false. 2256 generated. This option is ignored if generateHints is false.
2251 </p> 2257 </p>
2252 </dd><dt class="field"><b><i>generateHints ( <span style="color:#99999 9">optional</span> bool )</i></b></dt><dd> 2258 </dd><dt class="field"><b><i>generateHints ( <span style="color:#99999 9">optional</span> bool )</i></b></dt><dd>
2253 2259
2254 <p> 2260 <p>
2255 True if hints should be generated as part of generating 2261 True if hints should be generated as part of generating
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
3783 <p> 3789 <p>
3784 This section contains a list of all of the errors that are 3790 This section contains a list of all of the errors that are
3785 produced by the server and the data that is returned with each. 3791 produced by the server and the data that is returned with each.
3786 </p> 3792 </p>
3787 <p> 3793 <p>
3788 TBD 3794 TBD
3789 </p> 3795 </p>
3790 3796
3791 3797
3792 </body></html> 3798 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698