dart-sdk/pkg/analysis_server_client/pubspec.yaml
Dan Rubel 784ad29470 Update dartfix to check analysis server protocol version
This updates dartfix to more narrowly verify the analysis server
protocol version and print instructions for the user if the protocol
version expected by dartfix is incompatible with the current Dart SDK.
This is necessary because the edit.dartfix protocol is experimental
and will continue to evolve.

Change-Id: Ib31eb594a8a94416cb4fc676e7da9150f8c99b6a
Reviewed-on: https://dart-review.googlesource.com/c/84780
Commit-Queue: Dan Rubel <danrubel@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2018-11-19 21:14:28 +00:00

16 lines
476 B
YAML

name: analysis_server_client
version: 1.1.1
author: Dart Team <misc@dartlang.org>
description:
A client wrapper over analysis_server.
Instances of the class [Server] manage a connection to a server process,
and facilitate communication to and from the server.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server_client
environment:
sdk: '>=2.1.0-dev.9.0 <3.0.0'
dependencies:
path: ^1.6.2
pub_semver: ^1.4.2
dev_dependencies:
test: ^1.3.4