Files
sdk/pkg/analysis_server/pubspec.yaml
T
Konstantin Shcheglov ef79407d04 Enable language 3.0 for analysis_server/.
Change-Id: I6237a9ecfa95438ad1a5959183722cf95fe1cbba
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293740
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-04-06 00:27:09 +00:00

40 lines
795 B
YAML

name: analysis_server
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=3.0.0 <4.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
_fe_analyzer_shared: any
analyzer: any
analyzer_plugin: any
args: any
collection: any
convert: any
crypto: any
dart_style: any
http: any
linter: any
meta: any
path: any
stream_channel: any
telemetry: any
test: 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_utilities: any
cli_util: any
lints: any
logging: any
matcher: any
test_descriptor: any
test_reflective_loader: any