de55cba4d0
This refactors the member sort test so that this package does not depend on unpublished packages (analysis_server, ...). This makes it possible to publish this package without having to have local (non-git) modifications. Change-Id: I52bdaa459c2e219f38ac930468647b4d7c4165e3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265001 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
24 lines
738 B
YAML
24 lines
738 B
YAML
name: analysis_server_client
|
|
version: 2.0.0
|
|
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.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_client
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
path: ^1.8.0
|
|
pub_semver: ^2.0.0
|
|
|
|
# We use 'any' version constraints here as we get our package versions from
|
|
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
|
|
# best practice for packages is to specify their compatible version ranges.
|
|
# See also https://dart.dev/tools/pub/dependencies.
|
|
dev_dependencies:
|
|
analyzer: any
|
|
lints: any
|
|
test: any
|