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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server_client/pubspec.yaml
diff --git a/pkg/analysis_server_client/pubspec.yaml b/pkg/analysis_server_client/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..25ea57e87a0b7ed20f54d63f856a8ff39743c216
--- /dev/null
+++ b/pkg/analysis_server_client/pubspec.yaml
@@ -0,0 +1,13 @@
+name: analysis_server_client
+version: 1.0.1
+author: Dart Team <misc@dartlang.org>
+description:
+ A client wrapper over analysis_server. Instances of this client
+ manage a connection to the analysis_server process and
+ facilitates communication to and from the server.
+homepage: http://github.com/dart-lang/sdk/pkg/analysis_server_client
+dev_dependencies:
+ test: ">=0.12.0 <0.13.0"
+ mockito: ^2.0.2
+environment:
+ sdk: ">=1.0.0 < 2.0.0-dev.infinity"

Powered by Google App Engine
This is Rietveld 408576698