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

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

Issue 560103002: Fix exception in error processing; implement mapUri (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 <p> 1793 <p>
1794 An enumeration of the possible severities of analysis 1794 An enumeration of the possible severities of analysis
1795 errors. 1795 errors.
1796 </p> 1796 </p>
1797 1797
1798 <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> 1798 <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>
1799 <p> 1799 <p>
1800 An enumeration of the possible types of analysis errors. 1800 An enumeration of the possible types of analysis errors.
1801 </p> 1801 </p>
1802 1802
1803 <dl><dt class="value">COMPILE_TIME_ERROR</dt><dt class="value">HINT</dt><d t class="value">STATIC_TYPE_WARNING</dt><dt class="value">STATIC_WARNING</dt><dt class="value">SYNTACTIC_ERROR</dt><dt class="value">TODO</dt></dl></dd><dt clas s="typeDefinition"><a name="type_AnalysisOptions">AnalysisOptions: object</a></d t><dd> 1803 <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>
1804 <p> 1804 <p>
1805 A set of options controlling what kind of analysis is to be 1805 A set of options controlling what kind of analysis is to be
1806 performed. If the value of a field is omitted the value of the 1806 performed. If the value of a field is omitted the value of the
1807 option will not be changed. 1807 option will not be changed.
1808 </p> 1808 </p>
1809 1809
1810 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti onal</span> bool )</i></b></dt><dd> 1810 <dl><dt class="field"><b><i>enableAsync ( <span style="color:#999999">opti onal</span> bool )</i></b></dt><dd>
1811 1811
1812 <p> 1812 <p>
1813 True if the client wants to enable support for the 1813 True if the client wants to enable support for the
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
3171 <p> 3171 <p>
3172 This section contains a list of all of the errors that are 3172 This section contains a list of all of the errors that are
3173 produced by the server and the data that is returned with each. 3173 produced by the server and the data that is returned with each.
3174 </p> 3174 </p>
3175 <p> 3175 <p>
3176 TBD 3176 TBD
3177 </p> 3177 </p>
3178 3178
3179 3179
3180 </body></html> 3180 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698