Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(890)

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 829133007: Enable enum and deferred import support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1794 </type> 1794 </type>
1795 <type name="AnalysisOptions"> 1795 <type name="AnalysisOptions">
1796 <p> 1796 <p>
1797 A set of options controlling what kind of analysis is to be 1797 A set of options controlling what kind of analysis is to be
1798 performed. If the value of a field is omitted the value of the 1798 performed. If the value of a field is omitted the value of the
1799 option will not be changed. 1799 option will not be changed.
1800 </p> 1800 </p>
1801 <object> 1801 <object>
1802 <field name="enableAsync" optional="true"> 1802 <field name="enableAsync" optional="true">
1803 <ref>bool</ref> 1803 <ref>bool</ref>
1804 <p><b><i>Deprecated</i></b>/<p>
1804 <p> 1805 <p>
1805 True if the client wants to enable support for the 1806 True if the client wants to enable support for the
1806 proposed async feature. 1807 proposed async feature.
1807 </p> 1808 </p>
1808 </field> 1809 </field>
1809 <field name="enableDeferredLoading" optional="true"> 1810 <field name="enableDeferredLoading" optional="true">
1810 <ref>bool</ref> 1811 <ref>bool</ref>
1812 <p><b><i>Deprecated</i></b>/<p>
1811 <p> 1813 <p>
1812 True if the client wants to enable support for the 1814 True if the client wants to enable support for the
1813 proposed deferred loading feature. 1815 proposed deferred loading feature.
1814 </p> 1816 </p>
1815 </field> 1817 </field>
1816 <field name="enableEnums" optional="true"> 1818 <field name="enableEnums" optional="true">
1817 <ref>bool</ref> 1819 <ref>bool</ref>
1820 <p><b><i>Deprecated</i></b>/<p>
1818 <p> 1821 <p>
1819 True if the client wants to enable support for the 1822 True if the client wants to enable support for the
1820 proposed enum feature. 1823 proposed enum feature.
1821 </p> 1824 </p>
1822 </field> 1825 </field>
1823 <field name="generateDart2jsHints" optional="true"> 1826 <field name="generateDart2jsHints" optional="true">
1824 <ref>bool</ref> 1827 <ref>bool</ref>
1825 <p> 1828 <p>
1826 True if hints that are specific to dart2js should be 1829 True if hints that are specific to dart2js should be
1827 generated. This option is ignored if generateHints is false. 1830 generated. This option is ignored if generateHints is false.
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
3688 <h2>Errors</h2> 3691 <h2>Errors</h2>
3689 <p> 3692 <p>
3690 This section contains a list of all of the errors that are 3693 This section contains a list of all of the errors that are
3691 produced by the server and the data that is returned with each. 3694 produced by the server and the data that is returned with each.
3692 </p> 3695 </p>
3693 <p> 3696 <p>
3694 TBD 3697 TBD
3695 </p> 3698 </p>
3696 </body> 3699 </body>
3697 </html> 3700 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/services/completion/imported_computer_test.dart ('k') | pkg/analyzer/lib/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698