| 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 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1825 <field name="generateDart2jsHints" optional="true"> | 1825 <field name="generateDart2jsHints" optional="true"> |
| 1826 <ref>bool</ref> | 1826 <ref>bool</ref> |
| 1827 <p> | 1827 <p> |
| 1828 True if hints that are specific to dart2js should be | 1828 True if hints that are specific to dart2js should be |
| 1829 generated. This option is ignored if generateHints is false. | 1829 generated. This option is ignored if generateHints is false. |
| 1830 </p> | 1830 </p> |
| 1831 </field> | 1831 </field> |
| 1832 <field name="generateHints" optional="true"> | 1832 <field name="generateHints" optional="true"> |
| 1833 <ref>bool</ref> | 1833 <ref>bool</ref> |
| 1834 <p> | 1834 <p> |
| 1835 True is hints should be generated as part of generating | 1835 True if hints should be generated as part of generating |
| 1836 errors and warnings. |
| 1837 </p> |
| 1838 </field> |
| 1839 <field name="generateLints" optional="true"> |
| 1840 <ref>bool</ref> |
| 1841 <p> |
| 1842 True if lints should be generated as part of generating |
| 1836 errors and warnings. | 1843 errors and warnings. |
| 1837 </p> | 1844 </p> |
| 1838 </field> | 1845 </field> |
| 1839 </object> | 1846 </object> |
| 1840 </type> | 1847 </type> |
| 1841 <type name="AnalysisService"> | 1848 <type name="AnalysisService"> |
| 1842 <p> | 1849 <p> |
| 1843 An enumeration of the services provided by the analysis | 1850 An enumeration of the services provided by the analysis |
| 1844 domain. | 1851 domain. |
| 1845 </p> | 1852 </p> |
| (...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3690 <h2>Errors</h2> | 3697 <h2>Errors</h2> |
| 3691 <p> | 3698 <p> |
| 3692 This section contains a list of all of the errors that are | 3699 This section contains a list of all of the errors that are |
| 3693 produced by the server and the data that is returned with each. | 3700 produced by the server and the data that is returned with each. |
| 3694 </p> | 3701 </p> |
| 3695 <p> | 3702 <p> |
| 3696 TBD | 3703 TBD |
| 3697 </p> | 3704 </p> |
| 3698 </body> | 3705 </body> |
| 3699 </html> | 3706 </html> |
| OLD | NEW |