| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta charset="UTF-8"/> | 3 <meta charset="UTF-8"/> |
| 4 <title>Analysis Server API Specification</title> | 4 <title>Analysis Server API Specification</title> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <h1>Analysis Server API Specification</h1> | 7 <h1>Analysis Server API Specification</h1> |
| 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> | 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by | 10 This document contains a specification of the API provided by |
| (...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 <params> | 646 <params> |
| 647 <field name="file"> | 647 <field name="file"> |
| 648 <ref>FilePath</ref> | 648 <ref>FilePath</ref> |
| 649 <p> | 649 <p> |
| 650 The file containing the navigation regions. | 650 The file containing the navigation regions. |
| 651 </p> | 651 </p> |
| 652 </field> | 652 </field> |
| 653 <field name="regions"> | 653 <field name="regions"> |
| 654 <list><ref>NavigationRegion</ref></list> | 654 <list><ref>NavigationRegion</ref></list> |
| 655 <p> | 655 <p> |
| 656 The navigation regions contained in the file. Each | 656 The navigation regions contained in the file. |
| 657 navigation region represents a list of targets | 657 The regions are sorted by their offsets. |
| 658 Each navigation region represents a list of targets |
| 658 associated with some range. The lists will usually | 659 associated with some range. The lists will usually |
| 659 contain a single target, but can contain more in the | 660 contain a single target, but can contain more in the |
| 660 case of a part that is included in multiple libraries | 661 case of a part that is included in multiple libraries |
| 661 or in Dart code that is compiled against multiple | 662 or in Dart code that is compiled against multiple |
| 662 versions of a package. Note that the navigation | 663 versions of a package. Note that the navigation |
| 663 regions that are returned do not overlap other | 664 regions that are returned do not overlap other |
| 664 navigation regions. | 665 navigation regions. |
| 665 </p> | 666 </p> |
| 666 </field> | 667 </field> |
| 667 </params> | 668 </params> |
| (...skipping 2718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3386 <h2>Errors</h2> | 3387 <h2>Errors</h2> |
| 3387 <p> | 3388 <p> |
| 3388 This section contains a list of all of the errors that are | 3389 This section contains a list of all of the errors that are |
| 3389 produced by the server and the data that is returned with each. | 3390 produced by the server and the data that is returned with each. |
| 3390 </p> | 3391 </p> |
| 3391 <p> | 3392 <p> |
| 3392 TBD | 3393 TBD |
| 3393 </p> | 3394 </p> |
| 3394 </body> | 3395 </body> |
| 3395 </html> | 3396 </html> |
| OLD | NEW |