dart-sdk/pkg/analysis_server_client
2017-08-08 19:00:37 -07:00
..
lib Add analysis_server_client without analysis_server. 2017-08-08 14:57:43 -07:00
test Test failing fix. Stdin is mocked to avoid the typing issue; not critical for this unit test. 2017-08-08 19:00:37 -07:00
CHANGELOG.md Add analysis_server_client without analysis_server. 2017-08-08 14:57:43 -07:00
LICENSE Add analysis_server_client without analysis_server. 2017-08-08 14:57:43 -07:00
pubspec.yaml Add analysis_server_client without analysis_server. 2017-08-08 14:57:43 -07:00
README.md Add analysis_server_client without analysis_server. 2017-08-08 14:57:43 -07:00

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.