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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 838283002: Adds LINTs to the server's generated protocol. (Closed) Base URL: http://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
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"/> 3 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 4 <title>Analysis Server API Specification</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <h1>Analysis Server API Specification</h1> 7 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 > 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 >
9 <p> 9 <p>
10 This document contains a specification of the API provided by 10 This document contains a specification of the API provided by
(...skipping 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after
1778 </type> 1778 </type>
1779 <type name="AnalysisErrorType"> 1779 <type name="AnalysisErrorType">
1780 <p> 1780 <p>
1781 An enumeration of the possible types of analysis errors. 1781 An enumeration of the possible types of analysis errors.
1782 </p> 1782 </p>
1783 <enum> 1783 <enum>
1784 <value><code>ANGULAR</code></value> 1784 <value><code>ANGULAR</code></value>
1785 <value><code>CHECKED_MODE_COMPILE_TIME_ERROR</code></value> 1785 <value><code>CHECKED_MODE_COMPILE_TIME_ERROR</code></value>
1786 <value><code>COMPILE_TIME_ERROR</code></value> 1786 <value><code>COMPILE_TIME_ERROR</code></value>
1787 <value><code>HINT</code></value> 1787 <value><code>HINT</code></value>
1788 <value><code>LINT</code></value>
1788 <value><code>POLYMER</code></value> 1789 <value><code>POLYMER</code></value>
1789 <value><code>STATIC_TYPE_WARNING</code></value> 1790 <value><code>STATIC_TYPE_WARNING</code></value>
1790 <value><code>STATIC_WARNING</code></value> 1791 <value><code>STATIC_WARNING</code></value>
1791 <value><code>SYNTACTIC_ERROR</code></value> 1792 <value><code>SYNTACTIC_ERROR</code></value>
1792 <value><code>TODO</code></value> 1793 <value><code>TODO</code></value>
1793 </enum> 1794 </enum>
1794 </type> 1795 </type>
1795 <type name="AnalysisOptions"> 1796 <type name="AnalysisOptions">
1796 <p> 1797 <p>
1797 A set of options controlling what kind of analysis is to be 1798 A set of options controlling what kind of analysis is to be
(...skipping 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after
3691 <h2>Errors</h2> 3692 <h2>Errors</h2>
3692 <p> 3693 <p>
3693 This section contains a list of all of the errors that are 3694 This section contains a list of all of the errors that are
3694 produced by the server and the data that is returned with each. 3695 produced by the server and the data that is returned with each.
3695 </p> 3696 </p>
3696 <p> 3697 <p>
3697 TBD 3698 TBD
3698 </p> 3699 </p>
3699 </body> 3700 </body>
3700 </html> 3701 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698