Files
sdk/pkg/analysis_server/pubspec.yaml
T
Paul Berry e21c112313 Upgrade analysis_server's dependency on analyzer to 0.26.1-alpha.0.
This is necessary in order to take advantage of the new signature for
the PathFilter constructor introduced in
d977370e3f.

Also the dependency on dart_style had to be widened since older
versions of dart_style force analyzer version <0.26.0.

R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1278853002 .
2015-08-06 11:33:13 -07:00

23 lines
607 B
YAML

name: analysis_server
version: 0.1.0
author: Dart Team <misc@dartlang.org>
description: A server that performs analysis of Dart code over character streams using JSON-RPC encoded information.
homepage: http://www.dartlang.org
environment:
sdk: '>=1.9.0 <2.0.0'
dependencies:
analyzer: '>=0.26.1-alpha.0 <0.27.0'
args: '>=0.13.0 <0.14.0'
dart_style: '>=0.1.7 <0.3.0'
logging: any
path: any
plugin: <0.2.0
watcher: any
yaml: any
dev_dependencies:
html: any
mock: '>=0.11.0 <0.12.0'
test_reflective_loader: '>=0.0.3 <0.1.0'
typed_mock: '>=0.0.4 <1.0.0'
unittest: '>=0.11.4 <0.12.0'