dart-sdk/pkg/analysis_server_client
Brian Wilkerson 824f123a8d Clean up some hints
Change-Id: If20a9f76cfa50f7977182b1a613ed74e508fed97
Reviewed-on: https://dart-review.googlesource.com/48441
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2018-03-26 17:39:18 +00:00
..
lib Clean up usage of deprecated constants 2018-03-09 01:02:49 +00:00
test Clean up some hints 2018-03-26 17:39:18 +00:00
CHANGELOG.md
LICENSE
pubspec.yaml Make analysis_server_client Dart 2 safe 2018-03-25 15:20:36 +00:00
README.md

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.