| 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 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1774 <value><code>INFO</code></value> | 1774 <value><code>INFO</code></value> |
| 1775 <value><code>WARNING</code></value> | 1775 <value><code>WARNING</code></value> |
| 1776 <value><code>ERROR</code></value> | 1776 <value><code>ERROR</code></value> |
| 1777 </enum> | 1777 </enum> |
| 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> | |
| 1785 <value><code>CHECKED_MODE_COMPILE_TIME_ERROR</code></value> | 1784 <value><code>CHECKED_MODE_COMPILE_TIME_ERROR</code></value> |
| 1786 <value><code>COMPILE_TIME_ERROR</code></value> | 1785 <value><code>COMPILE_TIME_ERROR</code></value> |
| 1787 <value><code>HINT</code></value> | 1786 <value><code>HINT</code></value> |
| 1788 <value><code>LINT</code></value> | 1787 <value><code>LINT</code></value> |
| 1789 <value><code>POLYMER</code></value> | |
| 1790 <value><code>STATIC_TYPE_WARNING</code></value> | 1788 <value><code>STATIC_TYPE_WARNING</code></value> |
| 1791 <value><code>STATIC_WARNING</code></value> | 1789 <value><code>STATIC_WARNING</code></value> |
| 1792 <value><code>SYNTACTIC_ERROR</code></value> | 1790 <value><code>SYNTACTIC_ERROR</code></value> |
| 1793 <value><code>TODO</code></value> | 1791 <value><code>TODO</code></value> |
| 1794 </enum> | 1792 </enum> |
| 1795 </type> | 1793 </type> |
| 1796 <type name="AnalysisOptions"> | 1794 <type name="AnalysisOptions"> |
| 1797 <p> | 1795 <p> |
| 1798 A set of options controlling what kind of analysis is to be | 1796 A set of options controlling what kind of analysis is to be |
| 1799 performed. If the value of a field is omitted the value of the | 1797 performed. If the value of a field is omitted the value of the |
| (...skipping 1892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3692 <h2>Errors</h2> | 3690 <h2>Errors</h2> |
| 3693 <p> | 3691 <p> |
| 3694 This section contains a list of all of the errors that are | 3692 This section contains a list of all of the errors that are |
| 3695 produced by the server and the data that is returned with each. | 3693 produced by the server and the data that is returned with each. |
| 3696 </p> | 3694 </p> |
| 3697 <p> | 3695 <p> |
| 3698 TBD | 3696 TBD |
| 3699 </p> | 3697 </p> |
| 3700 </body> | 3698 </body> |
| 3701 </html> | 3699 </html> |
| OLD | NEW |