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

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

Issue 3001723002: Update edit.importElements response data to support part files (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « pkg/analysis_server/test/integration/support/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Analysis Server API Specification</title> 5 <title>Analysis Server API Specification</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Analysis Server API Specification</h1> 8 <h1>Analysis Server API Specification</h1>
9 <h1 style="color:#999999">Version 9 <h1 style="color:#999999">Version
10 <version>1.18.4</version> 10 <version>1.18.4</version>
(...skipping 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after
2127 <field name="elements"> 2127 <field name="elements">
2128 <list> 2128 <list>
2129 <ref>ImportedElements</ref> 2129 <ref>ImportedElements</ref>
2130 </list> 2130 </list>
2131 <p> 2131 <p>
2132 The elements to be made accessible in the specified file. 2132 The elements to be made accessible in the specified file.
2133 </p> 2133 </p>
2134 </field> 2134 </field>
2135 </params> 2135 </params>
2136 <result> 2136 <result>
2137 <field name="edits"> 2137 <field name="edit">
2138 <list> 2138 <ref>SourceFileEdit</ref>
2139 <ref>SourceEdit</ref>
2140 </list>
2141 <p> 2139 <p>
2142 The edit(s) to be applied in order to make the specified elements 2140 The edits to be applied in order to make the specified elements
2143 accessible. 2141 accessible. The file to be edited will be the defining compilation
2142 unit of the library containing the file specified in the request,
2143 which can be different than the file specified in the request if the
2144 specified file is a part file.
2144 </p> 2145 </p>
2145 </field> 2146 </field>
2146 </result> 2147 </result>
2147 </request> 2148 </request>
2148 <request method="sortMembers"> 2149 <request method="sortMembers">
2149 <p> 2150 <p>
2150 Sort all of the directives, unit and class members 2151 Sort all of the directives, unit and class members
2151 of the given Dart file. 2152 of the given Dart file.
2152 </p> 2153 </p>
2153 <p> 2154 <p>
(...skipping 1811 matching lines...) Expand 10 before | Expand all | Expand 10 after
3965 This section contains a list of all of the errors that are 3966 This section contains a list of all of the errors that are
3966 produced by the server and the data that is returned with each. 3967 produced by the server and the data that is returned with each.
3967 </p> 3968 </p>
3968 <p> 3969 <p>
3969 TODO: TBD 3970 TODO: TBD
3970 </p> 3971 </p>
3971 <h2 class="domain"><a name="index">Index</a></h2> 3972 <h2 class="domain"><a name="index">Index</a></h2>
3972 <index></index> 3973 <index></index>
3973 </body> 3974 </body>
3974 </html> 3975 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/integration/support/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698