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

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

Issue 636313002: Add "checked mode compile time error" type to analysis server API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after
1852 <p> 1852 <p>
1853 An enumeration of the possible severities of analysis 1853 An enumeration of the possible severities of analysis
1854 errors. 1854 errors.
1855 </p> 1855 </p>
1856 1856
1857 <dl><dt class="value">INFO</dt><dt class="value">WARNING</dt><dt class="va lue">ERROR</dt></dl></dd><dt class="typeDefinition"><a name="type_AnalysisErrorT ype">AnalysisErrorType: String</a></dt><dd> 1857 <dl><dt class="value">INFO</dt><dt class="value">WARNING</dt><dt class="va lue">ERROR</dt></dl></dd><dt class="typeDefinition"><a name="type_AnalysisErrorT ype">AnalysisErrorType: String</a></dt><dd>
1858 <p> 1858 <p>
1859 An enumeration of the possible types of analysis errors. 1859 An enumeration of the possible types of analysis errors.
1860 </p> 1860 </p>
1861 1861
1862 <dl><dt class="value">ANGULAR</dt><dt class="value">COMPILE_TIME_ERROR</dt ><dt class="value">HINT</dt><dt class="value">POLYMER</dt><dt class="value">STAT IC_TYPE_WARNING</dt><dt class="value">STATIC_WARNING</dt><dt class="value">SYNTA CTIC_ERROR</dt><dt class="value">TODO</dt></dl></dd><dt class="typeDefinition">< a name="type_AnalysisOptions">AnalysisOptions: object</a></dt><dd> 1862 <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>
1863 <p> 1863 <p>
1864 A set of options controlling what kind of analysis is to be 1864 A set of options controlling what kind of analysis is to be
1865 performed. If the value of a field is omitted the value of the 1865 performed. If the value of a field is omitted the value of the
1866 option will not be changed. 1866 option will not be changed.
1867 </p> 1867 </p>
1868 1868
1869 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti onal</span> bool )</i></b></dt><dd> 1869 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti onal</span> bool )</i></b></dt><dd>
1870 1870
1871 <p> 1871 <p>
1872 True if the client wants to enable support for the 1872 True if the client wants to enable support for the
(...skipping 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
3284 <p> 3284 <p>
3285 This section contains a list of all of the errors that are 3285 This section contains a list of all of the errors that are
3286 produced by the server and the data that is returned with each. 3286 produced by the server and the data that is returned with each.
3287 </p> 3287 </p>
3288 <p> 3288 <p>
3289 TBD 3289 TBD
3290 </p> 3290 </p>
3291 3291
3292 3292
3293 </body></html> 3293 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698