d6f9d2da6f
We use this file to get regular and dev dependencies, and suggest available declarations in correct parts of packages, e.g. lib/ can only access declarations from regular dependencies, but test/ can access both regular and dev dependencies. R=brianwilkerson@google.com, paulberry@google.com Change-Id: Id92cae07485b21af750318a58056a11262cf1799 Reviewed-on: https://dart-review.googlesource.com/c/91762 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
30 lines
442 B
YAML
30 lines
442 B
YAML
name: analysis_server
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.1.0-dev.5.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: any
|
|
analyzer_plugin: any
|
|
args: any
|
|
convert: any
|
|
crypto: any
|
|
dart_style: any
|
|
front_end: any
|
|
linter: any
|
|
logging: any
|
|
meta: any
|
|
source_span: any
|
|
package_config: any
|
|
path: any
|
|
watcher: any
|
|
yaml: any
|
|
|
|
dev_dependencies:
|
|
analysis_tool: any
|
|
html: any
|
|
http: any
|
|
test_reflective_loader: any
|
|
test: any
|