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

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

Issue 2991893002: Remove the uri from the ImportedElements object in the experimental spec API (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/tool/spec/generated/java/types/ImportedElements.java ('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.3</version> 10 <version>1.18.3</version>
(...skipping 2882 matching lines...) Expand 10 before | Expand all | Expand 10 after
2893 A description of the elements that are referenced in a region of a file 2893 A description of the elements that are referenced in a region of a file
2894 that come from a single imported library. 2894 that come from a single imported library.
2895 </p> 2895 </p>
2896 <object> 2896 <object>
2897 <field name="path"> 2897 <field name="path">
2898 <ref>FilePath</ref> 2898 <ref>FilePath</ref>
2899 <p> 2899 <p>
2900 The absolute and normalized path of the file containing the library. 2900 The absolute and normalized path of the file containing the library.
2901 </p> 2901 </p>
2902 </field> 2902 </field>
2903 <field name="uri">
2904 <ref>String</ref>
2905 <p>
2906 The URI that was used when importing the library into the original
2907 source.
2908 </p>
2909 </field>
2910 <field name="prefix"> 2903 <field name="prefix">
2911 <ref>String</ref> 2904 <ref>String</ref>
2912 <p> 2905 <p>
2913 The prefix that was used when importing the library into the original 2906 The prefix that was used when importing the library into the original
2914 source. 2907 source.
2915 </p> 2908 </p>
2916 </field> 2909 </field>
2917 <field name="elements"> 2910 <field name="elements">
2918 <list> 2911 <list>
2919 <ref>String</ref> 2912 <ref>String</ref>
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
3847 This section contains a list of all of the errors that are 3840 This section contains a list of all of the errors that are
3848 produced by the server and the data that is returned with each. 3841 produced by the server and the data that is returned with each.
3849 </p> 3842 </p>
3850 <p> 3843 <p>
3851 TODO: TBD 3844 TODO: TBD
3852 </p> 3845 </p>
3853 <h2 class="domain"><a name="index">Index</a></h2> 3846 <h2 class="domain"><a name="index">Index</a></h2>
3854 <index></index> 3847 <index></index>
3855 </body> 3848 </body>
3856 </html> 3849 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ImportedElements.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698