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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.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
« 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 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 <value><code>WARNING</code></value> 1562 <value><code>WARNING</code></value>
1563 <value><code>ERROR</code></value> 1563 <value><code>ERROR</code></value>
1564 </enum> 1564 </enum>
1565 </type> 1565 </type>
1566 <type name="AnalysisErrorType"> 1566 <type name="AnalysisErrorType">
1567 <p> 1567 <p>
1568 An enumeration of the possible types of analysis errors. 1568 An enumeration of the possible types of analysis errors.
1569 </p> 1569 </p>
1570 <enum> 1570 <enum>
1571 <value><code>ANGULAR</code></value> 1571 <value><code>ANGULAR</code></value>
1572 <value><code>CHECKED_MODE_COMPILE_TIME_ERROR</code></value>
1572 <value><code>COMPILE_TIME_ERROR</code></value> 1573 <value><code>COMPILE_TIME_ERROR</code></value>
1573 <value><code>HINT</code></value> 1574 <value><code>HINT</code></value>
1574 <value><code>POLYMER</code></value> 1575 <value><code>POLYMER</code></value>
1575 <value><code>STATIC_TYPE_WARNING</code></value> 1576 <value><code>STATIC_TYPE_WARNING</code></value>
1576 <value><code>STATIC_WARNING</code></value> 1577 <value><code>STATIC_WARNING</code></value>
1577 <value><code>SYNTACTIC_ERROR</code></value> 1578 <value><code>SYNTACTIC_ERROR</code></value>
1578 <value><code>TODO</code></value> 1579 <value><code>TODO</code></value>
1579 </enum> 1580 </enum>
1580 </type> 1581 </type>
1581 <type name="AnalysisOptions"> 1582 <type name="AnalysisOptions">
(...skipping 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after
3385 <h2>Errors</h2> 3386 <h2>Errors</h2>
3386 <p> 3387 <p>
3387 This section contains a list of all of the errors that are 3388 This section contains a list of all of the errors that are
3388 produced by the server and the data that is returned with each. 3389 produced by the server and the data that is returned with each.
3389 </p> 3390 </p>
3390 <p> 3391 <p>
3391 TBD 3392 TBD
3392 </p> 3393 </p>
3393 </body> 3394 </body>
3394 </html> 3395 </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