| 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">Version <version>1.9.0</version></h1> | 8 <h1 style="color:#999999">Version <version>1.9.0</version></h1> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by the | 10 This document contains a specification of the API provided by the |
| (...skipping 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1981 </type> | 1981 </type> |
| 1982 <type name="AnalysisOptions"> | 1982 <type name="AnalysisOptions"> |
| 1983 <p> | 1983 <p> |
| 1984 A set of options controlling what kind of analysis is to be | 1984 A set of options controlling what kind of analysis is to be |
| 1985 performed. If the value of a field is omitted the value of the | 1985 performed. If the value of a field is omitted the value of the |
| 1986 option will not be changed. | 1986 option will not be changed. |
| 1987 </p> | 1987 </p> |
| 1988 <object> | 1988 <object> |
| 1989 <field name="enableAsync" optional="true"> | 1989 <field name="enableAsync" optional="true"> |
| 1990 <ref>bool</ref> | 1990 <ref>bool</ref> |
| 1991 <p><b><i>Deprecated</i></b></p> | 1991 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 1992 <p> | 1992 <p> |
| 1993 True if the client wants to enable support for the | 1993 True if the client wants to enable support for the |
| 1994 proposed async feature. | 1994 proposed async feature. |
| 1995 </p> | 1995 </p> |
| 1996 </field> | 1996 </field> |
| 1997 <field name="enableDeferredLoading" optional="true"> | 1997 <field name="enableDeferredLoading" optional="true"> |
| 1998 <ref>bool</ref> | 1998 <ref>bool</ref> |
| 1999 <p><b><i>Deprecated</i></b></p> | 1999 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 2000 <p> | 2000 <p> |
| 2001 True if the client wants to enable support for the | 2001 True if the client wants to enable support for the |
| 2002 proposed deferred loading feature. | 2002 proposed deferred loading feature. |
| 2003 </p> | 2003 </p> |
| 2004 </field> | 2004 </field> |
| 2005 <field name="enableEnums" optional="true"> | 2005 <field name="enableEnums" optional="true"> |
| 2006 <ref>bool</ref> | 2006 <ref>bool</ref> |
| 2007 <p><b><i>Deprecated</i></b></p> | 2007 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 2008 <p> | 2008 <p> |
| 2009 True if the client wants to enable support for the | 2009 True if the client wants to enable support for the |
| 2010 proposed enum feature. | 2010 proposed enum feature. |
| 2011 </p> | 2011 </p> |
| 2012 </field> | 2012 </field> |
| 2013 <field name="enableNullAwareOperators" optional="true"> | 2013 <field name="enableNullAwareOperators" optional="true"> |
| 2014 <ref>bool</ref> | 2014 <ref>bool</ref> |
| 2015 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 2015 <p> | 2016 <p> |
| 2016 True if the client wants to enable support for the | 2017 True if the client wants to enable support for the |
| 2017 proposed "null aware operators" feature. | 2018 proposed "null aware operators" feature. |
| 2018 </p> | 2019 </p> |
| 2019 </field> | 2020 </field> |
| 2020 <field name="generateDart2jsHints" optional="true"> | 2021 <field name="generateDart2jsHints" optional="true"> |
| 2021 <ref>bool</ref> | 2022 <ref>bool</ref> |
| 2022 <p> | 2023 <p> |
| 2023 True if hints that are specific to dart2js should be | 2024 True if hints that are specific to dart2js should be |
| 2024 generated. This option is ignored if generateHints is false. | 2025 generated. This option is ignored if generateHints is false. |
| (...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4170 <h2>Errors</h2> | 4171 <h2>Errors</h2> |
| 4171 <p> | 4172 <p> |
| 4172 This section contains a list of all of the errors that are | 4173 This section contains a list of all of the errors that are |
| 4173 produced by the server and the data that is returned with each. | 4174 produced by the server and the data that is returned with each. |
| 4174 </p> | 4175 </p> |
| 4175 <p> | 4176 <p> |
| 4176 TBD | 4177 TBD |
| 4177 </p> | 4178 </p> |
| 4178 </body> | 4179 </body> |
| 4179 </html> | 4180 </html> |
| OLD | NEW |