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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 48f767a47fffe76bac76b6f83a6f1f30d4ca85cf..29b17e6ddf001c41bf89b0b54dcf9a64f9f8f13a 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2134,13 +2134,14 @@
</field>
</params>
<result>
- <field name="edits">
- <list>
- <ref>SourceEdit</ref>
- </list>
+ <field name="edit">
+ <ref>SourceFileEdit</ref>
<p>
- The edit(s) to be applied in order to make the specified elements
- accessible.
+ The edits to be applied in order to make the specified elements
+ accessible. The file to be edited will be the defining compilation
+ unit of the library containing the file specified in the request,
+ which can be different than the file specified in the request if the
+ specified file is a part file.
</p>
</field>
</result>
« 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