8cba879f46
TEST=these are additional validations that we run on the bots Redux of https://dart-review.googlesource.com/c/sdk/+/161040 Change-Id: Ia32ced5d48fbfeafacfa9e51dc4774d2e9425091 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174601 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
43 lines
750 B
YAML
43 lines
750 B
YAML
name: analysis_server
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.6.0 <3.0.0'
|
|
|
|
dependencies:
|
|
_fe_analyzer_shared:
|
|
path: ../_fe_analyzer_shared
|
|
analyzer:
|
|
path: ../analyzer
|
|
analyzer_plugin:
|
|
path: ../analyzer_plugin
|
|
args: any
|
|
cli_util: any
|
|
collection: any
|
|
convert: any
|
|
crypto: any
|
|
dart_style: any
|
|
html: any
|
|
intl: any
|
|
linter: any
|
|
meta:
|
|
path: ../meta
|
|
stream_channel: any
|
|
telemetry:
|
|
path: ../telemetry
|
|
test: any
|
|
path: any
|
|
watcher: any
|
|
yaml: any
|
|
|
|
dev_dependencies:
|
|
analyzer_utilities:
|
|
path: ../analyzer_utilities
|
|
http: any
|
|
logging: any
|
|
matcher: any
|
|
mockito: any
|
|
pedantic: ^1.9.0
|
|
test_reflective_loader: any
|