8db2ade176
There is already a normal dependency on html, so the dev dependency isn't needed. Change-Id: Ib4c599c5894022a8bbeca4374cdd3c9a77d3fea1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159300 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
40 lines
681 B
YAML
40 lines
681 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: any
|
|
analyzer_plugin: any
|
|
args: any
|
|
cli_util: any
|
|
collection: any
|
|
convert: any
|
|
crypto: any
|
|
dart_style: any
|
|
html: any
|
|
intl: any
|
|
linter: any
|
|
meta: any
|
|
stream_channel: any
|
|
telemetry:
|
|
path: ../telemetry
|
|
test: any
|
|
path: any
|
|
tflite_native: any
|
|
watcher: any
|
|
yaml: any
|
|
|
|
dev_dependencies:
|
|
analysis_tool: any
|
|
http: any
|
|
logging: any
|
|
matcher: any
|
|
mockito: any
|
|
pedantic: ^1.8.0
|
|
test_reflective_loader: any
|