Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Side by Side Diff: pkg/analysis_server_client/pubspec.yaml

Issue 2994723003: Add analysis_server_client without analysis_server (Closed)
Patch Set: feedback fixes Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698