| OLD | NEW |
| 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 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2282 | 2282 |
| 2283 <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> | 2283 <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> |
| 2284 <p> | 2284 <p> |
| 2285 A set of options controlling what kind of analysis is to be | 2285 A set of options controlling what kind of analysis is to be |
| 2286 performed. If the value of a field is omitted the value of the | 2286 performed. If the value of a field is omitted the value of the |
| 2287 option will not be changed. | 2287 option will not be changed. |
| 2288 </p> | 2288 </p> |
| 2289 | 2289 |
| 2290 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti
onal</span> bool )</i></b></dt><dd> | 2290 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti
onal</span> bool )</i></b></dt><dd> |
| 2291 | 2291 |
| 2292 <p><b><i>Deprecated</i></b></p> | 2292 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 2293 <p> | 2293 <p> |
| 2294 True if the client wants to enable support for the | 2294 True if the client wants to enable support for the |
| 2295 proposed async feature. | 2295 proposed async feature. |
| 2296 </p> | 2296 </p> |
| 2297 </dd><dt class="field"><b><i>enableDeferredLoading ( <span style="colo
r:#999999">optional</span> bool )</i></b></dt><dd> | 2297 </dd><dt class="field"><b><i>enableDeferredLoading ( <span style="colo
r:#999999">optional</span> bool )</i></b></dt><dd> |
| 2298 | 2298 |
| 2299 <p><b><i>Deprecated</i></b></p> | 2299 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 2300 <p> | 2300 <p> |
| 2301 True if the client wants to enable support for the | 2301 True if the client wants to enable support for the |
| 2302 proposed deferred loading feature. | 2302 proposed deferred loading feature. |
| 2303 </p> | 2303 </p> |
| 2304 </dd><dt class="field"><b><i>enableEnums ( <span style="color:#999999"
>optional</span> bool )</i></b></dt><dd> | 2304 </dd><dt class="field"><b><i>enableEnums ( <span style="color:#999999"
>optional</span> bool )</i></b></dt><dd> |
| 2305 | 2305 |
| 2306 <p><b><i>Deprecated</i></b></p> | 2306 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 2307 <p> | 2307 <p> |
| 2308 True if the client wants to enable support for the | 2308 True if the client wants to enable support for the |
| 2309 proposed enum feature. | 2309 proposed enum feature. |
| 2310 </p> | 2310 </p> |
| 2311 </dd><dt class="field"><b><i>enableNullAwareOperators ( <span style="c
olor:#999999">optional</span> bool )</i></b></dt><dd> | 2311 </dd><dt class="field"><b><i>enableNullAwareOperators ( <span style="c
olor:#999999">optional</span> bool )</i></b></dt><dd> |
| 2312 | 2312 |
| 2313 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 2313 <p> | 2314 <p> |
| 2314 True if the client wants to enable support for the | 2315 True if the client wants to enable support for the |
| 2315 proposed "null aware operators" feature. | 2316 proposed "null aware operators" feature. |
| 2316 </p> | 2317 </p> |
| 2317 </dd><dt class="field"><b><i>generateDart2jsHints ( <span style="color
:#999999">optional</span> bool )</i></b></dt><dd> | 2318 </dd><dt class="field"><b><i>generateDart2jsHints ( <span style="color
:#999999">optional</span> bool )</i></b></dt><dd> |
| 2318 | 2319 |
| 2319 <p> | 2320 <p> |
| 2320 True if hints that are specific to dart2js should be | 2321 True if hints that are specific to dart2js should be |
| 2321 generated. This option is ignored if generateHints is false. | 2322 generated. This option is ignored if generateHints is false. |
| 2322 </p> | 2323 </p> |
| (...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4039 <p> | 4040 <p> |
| 4040 This section contains a list of all of the errors that are | 4041 This section contains a list of all of the errors that are |
| 4041 produced by the server and the data that is returned with each. | 4042 produced by the server and the data that is returned with each. |
| 4042 </p> | 4043 </p> |
| 4043 <p> | 4044 <p> |
| 4044 TBD | 4045 TBD |
| 4045 </p> | 4046 </p> |
| 4046 | 4047 |
| 4047 | 4048 |
| 4048 </body></html> | 4049 </body></html> |
| OLD | NEW |