| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |