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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 469673002: Add union types to the analysis server API spec. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/tool/spec/from_html.dart ('k') | pkg/analysis_server/tool/spec/to_html.dart » ('j') | 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 7f85f81c07906dc12039f594e15a930777d59cac..7df9744013bef25677618c8659463d4e6c6ec385 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -482,16 +482,17 @@
<field name="files">
<map>
<key><ref>FilePath</ref></key>
- <value><ref>object</ref></value>
+ <value>
+ <union>
+ <ref>AddContentOverlay</ref>
+ <ref>ChangeContentOverlay</ref>
+ <ref>RemoveContentOverlay</ref>
+ </union>
+ </value>
</map>
<p>
A table mapping the files whose content has changed to a
- description of the content change. Each value should be
- one of the following types: <a
- href="#type_AddContentOverlay">AddContentOverlay</a>, <a
- href="#type_ChangeContentOverlay">ChangeContentOverlay</a>,
- or <a
- href="#type_RemoveContentOverlay">RemoveContentOverlay</a>.
+ description of the content change.
</p>
</field>
</params>
« no previous file with comments | « pkg/analysis_server/tool/spec/from_html.dart ('k') | pkg/analysis_server/tool/spec/to_html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698