| 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 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1520 <value><code>INFO</code></value> | 1520 <value><code>INFO</code></value> |
| 1521 <value><code>WARNING</code></value> | 1521 <value><code>WARNING</code></value> |
| 1522 <value><code>ERROR</code></value> | 1522 <value><code>ERROR</code></value> |
| 1523 </enum> | 1523 </enum> |
| 1524 </type> | 1524 </type> |
| 1525 <type name="AnalysisErrorType"> | 1525 <type name="AnalysisErrorType"> |
| 1526 <p> | 1526 <p> |
| 1527 An enumeration of the possible types of analysis errors. | 1527 An enumeration of the possible types of analysis errors. |
| 1528 </p> | 1528 </p> |
| 1529 <enum> | 1529 <enum> |
| 1530 <value><code>ANGULAR</code></value> |
| 1530 <value><code>COMPILE_TIME_ERROR</code></value> | 1531 <value><code>COMPILE_TIME_ERROR</code></value> |
| 1531 <value><code>HINT</code></value> | 1532 <value><code>HINT</code></value> |
| 1533 <value><code>POLYMER</code></value> |
| 1532 <value><code>STATIC_TYPE_WARNING</code></value> | 1534 <value><code>STATIC_TYPE_WARNING</code></value> |
| 1533 <value><code>STATIC_WARNING</code></value> | 1535 <value><code>STATIC_WARNING</code></value> |
| 1534 <value><code>SYNTACTIC_ERROR</code></value> | 1536 <value><code>SYNTACTIC_ERROR</code></value> |
| 1535 <value><code>TODO</code></value> | 1537 <value><code>TODO</code></value> |
| 1536 </enum> | 1538 </enum> |
| 1537 </type> | 1539 </type> |
| 1538 <type name="AnalysisOptions"> | 1540 <type name="AnalysisOptions"> |
| 1539 <p> | 1541 <p> |
| 1540 A set of options controlling what kind of analysis is to be | 1542 A set of options controlling what kind of analysis is to be |
| 1541 performed. If the value of a field is omitted the value of the | 1543 performed. If the value of a field is omitted the value of the |
| (...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3274 <h2>Errors</h2> | 3276 <h2>Errors</h2> |
| 3275 <p> | 3277 <p> |
| 3276 This section contains a list of all of the errors that are | 3278 This section contains a list of all of the errors that are |
| 3277 produced by the server and the data that is returned with each. | 3279 produced by the server and the data that is returned with each. |
| 3278 </p> | 3280 </p> |
| 3279 <p> | 3281 <p> |
| 3280 TBD | 3282 TBD |
| 3281 </p> | 3283 </p> |
| 3282 </body> | 3284 </body> |
| 3283 </html> | 3285 </html> |
| OLD | NEW |