Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 name: analysis_server_client | |
| 2 version: 1.0.1 | |
| 3 author: Dart Team <misc@dartlang.org> | |
| 4 description: | |
| 5 A client wrapper over analysis_server. Instances of this client | |
| 6 manage a connection to the analysis_server process and | |
| 7 facilitates communication to and from the server. | |
| 8 homepage: http://github.com/dart-lang/sdk/pkg/analysis_server_client | |
| 9 dev_dependencies: | |
| 10 test: ">=0.12.0 <0.13.0" | |
| 11 mockito: ^2.0.2 | |
| 12 environment: | |
| 13 sdk: ">=1.0.0 < 2.0.0-dev.infinity" | |
| OLD | NEW |