66598d3e82
Protocol files are generated, so should be updated together with analysis_server protocol files. Change-Id: I8c3c7a5aecd2f7ff70c531bb794df3aed21888b0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193620 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
21 lines
572 B
YAML
21 lines
572 B
YAML
name: analysis_server_client
|
|
version: 2.0.0-dev
|
|
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.12.0 <3.0.0'
|
|
dependencies:
|
|
path: ^1.8.0
|
|
pub_semver: ^2.0.0
|
|
dev_dependencies:
|
|
analyzer:
|
|
path: ../analyzer
|
|
analysis_server:
|
|
path: ../analysis_server
|
|
analyzer_utilities:
|
|
path: ../analyzer_utilities
|
|
test: ^1.14.2
|