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

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

Issue 2382033003: Revert "Remove unused option in server API" (Closed)
Patch Set: Created 4 years, 2 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
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 <version>1.17.0</version></h1> 9 <h1 style="color:#999999">Version <version>1.17.0</version></h1>
10 <p> 10 <p>
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 analyzed. 610 analyzed.
611 </p> 611 </p>
612 </field> 612 </field>
613 <field name="excluded"> 613 <field name="excluded">
614 <list><ref>FilePath</ref></list> 614 <list><ref>FilePath</ref></list>
615 <p> 615 <p>
616 A list of the files and directories within the 616 A list of the files and directories within the
617 included directories that should not be analyzed. 617 included directories that should not be analyzed.
618 </p> 618 </p>
619 </field> 619 </field>
620 <field name="packageRoots" optional="true" > 620 <field name="packageRoots" optional="true">
621 <map> 621 <map>
622 <key><ref>FilePath</ref></key> 622 <key><ref>FilePath</ref></key>
623 <value><ref>FilePath</ref></value> 623 <value><ref>FilePath</ref></value>
624 </map> 624 </map>
625 <p><b><i>Deprecated</i></b>: This field is now ignored by server.</p >
626 <p> 625 <p>
627 A mapping from source directories to package roots 626 A mapping from source directories to package roots
628 that should override the normal package: URI resolution 627 that should override the normal package: URI resolution
629 mechanism. 628 mechanism.
630 </p> 629 </p>
631 <p> 630 <p>
632 If a package root is a directory, then 631 If a package root is a directory, then
633 the analyzer will behave as though the associated 632 the analyzer will behave as though the associated
634 source directory in the map contains a special 633 source directory in the map contains a special
635 pubspec.yaml file which resolves any package: URI to the 634 pubspec.yaml file which resolves any package: URI to the
(...skipping 3907 matching lines...) Expand 10 before | Expand all | Expand 10 after
4543 This section contains a list of all of the errors that are 4542 This section contains a list of all of the errors that are
4544 produced by the server and the data that is returned with each. 4543 produced by the server and the data that is returned with each.
4545 </p> 4544 </p>
4546 <p> 4545 <p>
4547 TODO: TBD 4546 TODO: TBD
4548 </p> 4547 </p>
4549 <h2 class="domain"><a name="index">Index</a></h2> 4548 <h2 class="domain"><a name="index">Index</a></h2>
4550 <index></index> 4549 <index></index>
4551 </body> 4550 </body>
4552 </html> 4551 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698