dart-sdk/pkg/analysis_server_client/pubspec.yaml
Konstantin Shcheglov 895540889e Update SDK constraints for SDK packages.
https://dart-review.googlesource.com/c/sdk/+/287660 implements it.
I want to fix pre-existing violations before enabling.

Bug: https://github.com/dart-lang/sdk/issues/34978
Change-Id: Ie7731162c643018a2312b265f444bc00534c0a51
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287664
Reviewed-by: Leon Senft <leonsenft@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2023-03-09 19:52:47 +00:00

25 lines
745 B
YAML

name: analysis_server_client
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
# This package is not intended for consumption on pub.dev. DO NOT publish.
# Note: this package was previously published (last published as `2.0.1`).
publish_to: none
environment:
sdk: '>=2.19.0 <3.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
path: any
pub_semver: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
analyzer: any
lints: any
test: any