mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
a6ad152315
Change-Id: I6e4186d2a877275db2f04881a6aa6d154d4f8693 Reviewed-on: https://dart-review.googlesource.com/55820 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> |
||
---|---|---|
.. | ||
lib | ||
test | ||
CHANGELOG.md | ||
LICENSE | ||
pubspec.yaml | ||
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.