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

Side by Side Diff: pkg/analysis_server/doc/api.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 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 2071 matching lines...) Expand 10 before | Expand all | Expand 10 after
2082 2082
2083 <dl><dt class="value">ANGULAR</dt><dt class="value">CHECKED_MODE_COMPILE_T IME_ERROR</dt><dt class="value">COMPILE_TIME_ERROR</dt><dt class="value">HINT</d t><dt class="value">POLYMER</dt><dt class="value">STATIC_TYPE_WARNING</dt><dt cl ass="value">STATIC_WARNING</dt><dt class="value">SYNTACTIC_ERROR</dt><dt class=" value">TODO</dt></dl></dd><dt class="typeDefinition"><a name="type_AnalysisOptio ns">AnalysisOptions: object</a></dt><dd> 2083 <dl><dt class="value">ANGULAR</dt><dt class="value">CHECKED_MODE_COMPILE_T IME_ERROR</dt><dt class="value">COMPILE_TIME_ERROR</dt><dt class="value">HINT</d t><dt class="value">POLYMER</dt><dt class="value">STATIC_TYPE_WARNING</dt><dt cl ass="value">STATIC_WARNING</dt><dt class="value">SYNTACTIC_ERROR</dt><dt class=" value">TODO</dt></dl></dd><dt class="typeDefinition"><a name="type_AnalysisOptio ns">AnalysisOptions: object</a></dt><dd>
2084 <p> 2084 <p>
2085 A set of options controlling what kind of analysis is to be 2085 A set of options controlling what kind of analysis is to be
2086 performed. If the value of a field is omitted the value of the 2086 performed. If the value of a field is omitted the value of the
2087 option will not be changed. 2087 option will not be changed.
2088 </p> 2088 </p>
2089 2089
2090 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti onal</span> bool )</i></b></dt><dd> 2090 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti onal</span> bool )</i></b></dt><dd>
2091 2091
2092 <p> 2092 <p><b><i>Deprecated</i></b>/</p><p>
2093 </p><p>
2093 True if the client wants to enable support for the 2094 True if the client wants to enable support for the
2094 proposed async feature. 2095 proposed async feature.
2095 </p> 2096 </p>
2096 </dd><dt class="field"><b><i>enableDeferredLoading ( <span style="colo r:#999999">optional</span> bool )</i></b></dt><dd> 2097 </dd><dt class="field"><b><i>enableDeferredLoading ( <span style="colo r:#999999">optional</span> bool )</i></b></dt><dd>
2097 2098
2098 <p> 2099 <p><b><i>Deprecated</i></b>/</p><p>
2100 </p><p>
2099 True if the client wants to enable support for the 2101 True if the client wants to enable support for the
2100 proposed deferred loading feature. 2102 proposed deferred loading feature.
2101 </p> 2103 </p>
2102 </dd><dt class="field"><b><i>enableEnums ( <span style="color:#999999" >optional</span> bool )</i></b></dt><dd> 2104 </dd><dt class="field"><b><i>enableEnums ( <span style="color:#999999" >optional</span> bool )</i></b></dt><dd>
2103 2105
2104 <p> 2106 <p><b><i>Deprecated</i></b>/</p><p>
2107 </p><p>
2105 True if the client wants to enable support for the 2108 True if the client wants to enable support for the
2106 proposed enum feature. 2109 proposed enum feature.
2107 </p> 2110 </p>
2108 </dd><dt class="field"><b><i>generateDart2jsHints ( <span style="color :#999999">optional</span> bool )</i></b></dt><dd> 2111 </dd><dt class="field"><b><i>generateDart2jsHints ( <span style="color :#999999">optional</span> bool )</i></b></dt><dd>
2109 2112
2110 <p> 2113 <p>
2111 True if hints that are specific to dart2js should be 2114 True if hints that are specific to dart2js should be
2112 generated. This option is ignored if generateHints is false. 2115 generated. This option is ignored if generateHints is false.
2113 </p> 2116 </p>
2114 </dd><dt class="field"><b><i>generateHints ( <span style="color:#99999 9">optional</span> bool )</i></b></dt><dd> 2117 </dd><dt class="field"><b><i>generateHints ( <span style="color:#99999 9">optional</span> bool )</i></b></dt><dd>
(...skipping 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 <p> 3595 <p>
3593 This section contains a list of all of the errors that are 3596 This section contains a list of all of the errors that are
3594 produced by the server and the data that is returned with each. 3597 produced by the server and the data that is returned with each.
3595 </p> 3598 </p>
3596 <p> 3599 <p>
3597 TBD 3600 TBD
3598 </p> 3601 </p>
3599 3602
3600 3603
3601 </body></html> 3604 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698