Files
sdk/pkg/analysis_server/pubspec.yaml
T
Sam Rawlins 4ef2725654 Add an analyzer_testing package
We intend to publish and maintain this as a set of testing-related
utilities for the analyzer packages and for analyzer plugins.

Work towards https://github.com/dart-lang/sdk/issues/55660

See the doc: https://docs.google.com/document/d/1jRtd8B1ijPAP6Pz89HRnyIZXw2VMjaZx0vRZTpoNO84/edit?tab=t.0#heading=h.2sz41a544qhi

Change-Id: I2764b1357a932fa955060b26d78038997eaa9536
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425080
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2025-05-02 06:58:49 -07:00

50 lines
989 B
YAML

name: analysis_server
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '^3.7.0'
resolution: workspace
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
_fe_analyzer_shared: any
analysis_server_plugin: any
analyzer: any
analyzer_plugin: any
args: any
collection: any
convert: any
crypto: any
dart_style: any
dtd: any
http: any
json_rpc_2: any
language_server_protocol: any
linter: any
memory_usage: any
meta: any
path: any
pub_semver: any
stream_channel: any
telemetry: any
unified_analytics: any
vm_service: any
watcher: any
yaml: any
yaml_edit: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
analyzer_testing: any
analyzer_utilities: any
cli_util: any
lints: any
logging: any
matcher: any
test: any
test_descriptor: any
test_reflective_loader: any
web_socket_channel: any