6ebd2633cd
It should not be necessary to ever run `pub get` for a package which is not published. All packages used in the SDK are controlled by a single package config, so it's not necessary to declare versions or paths for any packages. Remove all dependency overrides. R=devoncarew@google.com Change-Id: Icb328813b471f35ee4c99995f4e90aac4d8ed438 Tested: Covered by existing static analysis. Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244767 Commit-Queue: Nate Bosch <nbosch@google.com> Reviewed-by: Alexander Aprelev <aam@google.com> Reviewed-by: Devon Carew <devoncarew@google.com>
35 lines
585 B
YAML
35 lines
585 B
YAML
name: analysis_server
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
|
|
dependencies:
|
|
_fe_analyzer_shared: any
|
|
analyzer: any
|
|
analyzer_plugin: any
|
|
args: any
|
|
collection: any
|
|
convert: any
|
|
crypto: any
|
|
dart_style: any
|
|
html: any
|
|
http: any
|
|
linter: any
|
|
meta: any
|
|
path: any
|
|
stream_channel: any
|
|
telemetry: any
|
|
test: any
|
|
watcher: any
|
|
yaml: any
|
|
|
|
dev_dependencies:
|
|
analyzer_utilities: any
|
|
cli_util: any
|
|
lints: any
|
|
logging: any
|
|
matcher: any
|
|
test_reflective_loader: any
|