0fe448a996
This updates the edit.dartfix protocol to separate location from the text describing the changes so that the dartfix client can choose what location information to display and how it should be displayed. Change-Id: Ic56a4cb187538571d60136d6de9265d879fccb53 Reviewed-on: https://dart-review.googlesource.com/c/81780 Commit-Queue: Dan Rubel <danrubel@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Analysis Server Client
A client wrapper over Analysis Server. Instances of this client manages connection to Analysis Server and process and faciliates JSON protocol communication to and from the server.
Current implementation has no knowledge of the Analysis Server library yet. Future updates will allow for full class-access of Analysis Server protocol objects.
Analysis Server process must be instantiated separately and loaded into Analysis Server Client. To learn how to generate an Analysis Server Process, refer to the Analysis Server page.