7d3bc4862d
It's no longer just for the tools in the `tool` directory; it also contains test utilities for use by the analyzer and related packages. Change-Id: I0f8cf57f24ea7aad8e2177e43ee2bcb2ab3030da Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171704 Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
21 lines
567 B
YAML
21 lines
567 B
YAML
name: analysis_server_client
|
|
version: 1.1.3
|
|
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.8.0 <3.0.0'
|
|
dependencies:
|
|
path: ^1.7.0
|
|
pub_semver: ^1.4.4
|
|
dev_dependencies:
|
|
analyzer:
|
|
path: ../analyzer
|
|
analysis_server:
|
|
path: ../analysis_server
|
|
analyzer_utilities:
|
|
path: ../analyzer_utilities
|
|
test: ^1.14.2
|