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

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

Issue 842753004: Remove remaining references to Angular and Polymer from the analysis server. (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 2062 matching lines...) Expand 10 before | Expand all | Expand 10 after
2073 <p> 2073 <p>
2074 An enumeration of the possible severities of analysis 2074 An enumeration of the possible severities of analysis
2075 errors. 2075 errors.
2076 </p> 2076 </p>
2077 2077
2078 <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> 2078 <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>
2079 <p> 2079 <p>
2080 An enumeration of the possible types of analysis errors. 2080 An enumeration of the possible types of analysis errors.
2081 </p> 2081 </p>
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">LINT</dt><dt class="value">POLYMER</dt><dt class="value">STA TIC_TYPE_WARNING</dt><dt class="value">STATIC_WARNING</dt><dt class="value">SYNT ACTIC_ERROR</dt><dt class="value">TODO</dt></dl></dd><dt class="typeDefinition"> <a name="type_AnalysisOptions">AnalysisOptions: object</a></dt><dd> 2083 <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>
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><b><i>Deprecated</i></b>/</p><p> 2092 <p><b><i>Deprecated</i></b>/</p><p>
2093 </p><p> 2093 </p><p>
(...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 <p> 3595 <p>
3596 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
3597 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.
3598 </p> 3598 </p>
3599 <p> 3599 <p>
3600 TBD 3600 TBD
3601 </p> 3601 </p>
3602 3602
3603 3603
3604 </body></html> 3604 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698