a074bcf93c
Updates to dartfix for publication including: * add changelog, readme, and license * update pubspec version and executables along with a collection of smaller changes including: * test cleanup * remove duplicate time value from verbose output * read dartfix pubspec version and pass that to analysis server Change-Id: Ifa94df45e6cbcf9a98f7bf393c22e06eaab48c38 Reviewed-on: https://dart-review.googlesource.com/c/82240 Commit-Queue: Dan Rubel <danrubel@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
13 lines
426 B
YAML
13 lines
426 B
YAML
name: analysis_server_client
|
|
version: 1.1.0
|
|
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'
|
|
dev_dependencies:
|
|
test: ^1.3.4
|